Primary Site v0.0.84
This primary site release adds an optional feature that will send health metrics to Foxglove.
These metrics are all Prometheus metrics generated by the Foxglove services in the chart (query-server, inbox-listener or indexer, and site-controller) as well as the new kube-state-metrics component that monitors the pods and deployments in your cluster's Foxglove namespace.
This feature can be disabled by setting the following in your values.yaml:
globals:
publishSiteMetrics: false
Added
-
Added new deployment for
kube-state-metrics. This will monitor the Foxglove namespace and produce metrics about the health of pods.It can be disabled by updating your
values.yamlfile:kubeStateMetrics:
enabled: false -
The
site-controllerwill now gather health metrics from the Foxglove namespace and send them to Foxglove. These metrics will be used to monitor the health of your deployment.It can be disabled by updating your
values.yamlfile:globals:
publishSiteMetrics: false