Skip to main content

51 posts tagged with "Primary Site"

Release notes for self-hosted Foxglove Primary Site Helm chart.

View All Tags

Primary Site v0.0.85

This primary site release adds JSON output to the query service root URL handler. This is useful to check that the site ingress is configured correctly.

Added
  • Added JSON output to the query server root handler.

Docs: About | Install | Upgrade

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.yaml file:

    kubeStateMetrics:
    enabled: false
  • The site-controller will 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.yaml file:

    globals:
    publishSiteMetrics: false

Docs: About | Install | Upgrade