Setting up with Datadog
In case of a Kubernetes deployment, you can use Datadog to collect the metrics provided through the SonarQube Server’s Web API (Openmetrics format).
Introduction

Setting up the Datadog authentication to the Web API endpoint
agents:
volumes:
- name: secret-volume
secret:
secretName: datadog-api-secret
items:
- key: passcode
path: passcode
volumeMounts:
- name: secret-volume
mountPath: /etc/secret-volumeSpecifying the annotation for the Datadog agent
Last updated
Was this helpful?

