Skip to content

Releases: grafana/k8s-monitoring-helm

v0.1.5

18 Aug 17:08
7faabd7
Compare
Choose a tag to compare
Adds `extraConfig` value to logs config (#75)

* [cr] adds extraConfig value to logs config

Signed-off-by: Coleman Rollins <[email protected]>

* fix: "local.file.cluster_name.content" does not exist

Signed-off-by: Stephen Lang <[email protected]>

---------

Signed-off-by: Coleman Rollins <[email protected]>
Signed-off-by: Stephen Lang <[email protected]>
Co-authored-by: Stephen Lang <[email protected]>

v0.1.4

17 Aug 23:32
1152eb8
Compare
Choose a tag to compare
Make the Kubernetes API service configurable (#72)

Signed-off-by: Pete Wall <[email protected]>

v0.1.3

17 Aug 13:05
1ab40e1
Compare
Choose a tag to compare
Fix external labels (#73)

v0.1.2

16 Aug 19:15
aa91897
Compare
Choose a tag to compare
Use external_labels to set the cluster name for everything going to P…

v0.1.1

15 Aug 17:47
71426aa
Compare
Choose a tag to compare
Add cluster label step for PodMonitors and ServiceMonitors (#64)

* Add cluster label step for PodMonitors and ServiceMonitors

Signed-off-by: Pete Wall <[email protected]>

v0.1.0

15 Aug 14:15
b11fa14
Compare
Choose a tag to compare
Split Grafana Agent into two (#62)

* Split Grafana Agent into two: one for metrics and events, deployed as a clustered statefulset. The other for Pod logs, deployed as a daemonset
* Stop using loki.source.kubernetes.
* Add keep rule to filter to the same node, add local.file_match to resolve filename wildcards
* Add toleration so the pod log scraping agent works on control plane nodes, too
* Add the missing nodeSelectors for windows

---------

Signed-off-by: Pete Wall <[email protected]>
Co-authored-by: Dennis <[email protected]>
Co-authored-by: Stephen Lang <[email protected]>

v0.0.15

04 Aug 15:42
7092fe3
Compare
Choose a tag to compare
[Fix] Inline the cluster name (#56)

Signed-off-by: Pete Wall <[email protected]>

v0.0.14

03 Aug 18:57
9e14ead
Compare
Choose a tag to compare
[Fix] Put prometheus and loki auth under the basicAuth object (#53)

Signed-off-by: Pete Wall <[email protected]>
Co-authored-by: Stephen Lang <[email protected]>

v0.0.13

02 Aug 18:27
Compare
Choose a tag to compare
Add Windows Exporter as a new optional metric source.

Signed-off-by: Pete Wall <[email protected]>
Co-authored-by: Dennis <[email protected]>

v0.0.12

27 Jul 13:14
Compare
Choose a tag to compare
Move Makefile out of examples, since it's not really about examples, …