How to set up Digibee API metrics with Datadog

Learn how to integrate Datadog metrics.

Datadog is a monitoring platform that provides extensive visibility into the performance and health of various aspects of a company’s IT infrastructure, applications, and services.

It has built-in integrations with several other resources such as cloud services, programming languages, etc. For an overview of all available integrations, see Datadog Integrations.

Requirements

  • Datadog Agent Version >= 6.6.0.

  • Feature enabled for your realm.

  • Username, Password and API Key generated on the Digibee APIs menu.

  • Connection between your Datadog Platform and Digibee Integration Platform cluster.

Example of usage

Configuration

Create or edit the file openmetrics.d/conf.yaml in the root of your Agent’s configuration directory. Use the configuration below:

## Digibee + Datadog Configuration
instances:
  # Add instances as much as you have/need
  - openmetrics_endpoint: <DIGIBEE_SERVICES_API_URL>/metrics/openmetrics_raw?environment=<ENVIRONMENT>
    namespace: "<REALM>-<ENVIRONMENT>"
    metrics:
      - <METRIC_NAME>
    headers:
      apikey: <DIGIBEE_SERVICES_API_APIKEY>
    auth_type: basic
    username: <DIGIBEE_SERVICES_API_USERNAME>
    password: <DIGIBEE_SERVICES_API_PASSWORD>

Add your username using the format: <realm>-<username>, as shown in Digibee APIs.

Variables

Visualizing your data in Datadog

When the Agent is set up to collect metrics, you can use them to create comprehensive Datadog alerts, charts, and dashboards.

Metrics

Last updated