Releases: grafana/k8s-monitoring-helm
Releases · grafana/k8s-monitoring-helm
v0.1.5
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
Make the Kubernetes API service configurable (#72) Signed-off-by: Pete Wall <[email protected]>
v0.1.3
v0.1.2
v0.1.1
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
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
[Fix] Inline the cluster name (#56) Signed-off-by: Pete Wall <[email protected]>
v0.0.14
[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
Add Windows Exporter as a new optional metric source. Signed-off-by: Pete Wall <[email protected]> Co-authored-by: Dennis <[email protected]>