Telemetry

As part of our offering, our services generate telemetry. This telemetry allows our support specialsts to provide assistance and solve problems, should you run into any.

It is widely recommended to keep telemetry flowing, but if you wish to stop it - the instructions are below.

Overview

Partial telemetry is sent to our SaaS, for our support team to be able to get the big picture.

To enable or disable all telemetry, including SaaS-hosted telemetry:

global:
  telemetry:
    enabled: true

Drilldown

Full metrics telemetry is sent to the managed backend, for drilldowns. Metrics interval is relatively large, to provide insights while minimizing storage and compute overheads.

To configure backend-hosted telemetry:

global:
  telemetry:
    metrics:
      localStorage:
        enabled: true
        interval: 5m

Last updated