Starter

Metrics

Starter-backed metrics support for Helix services, with provider-specific exporters available underneath.

Artifact
helix-metrics-datadog-spring-boot-starter

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.metrics.datadog.springboot.starter
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.metrics.datadog.springboot.starter)
}

Configuration

This starter uses the helix.metrics.datadog property namespace.

Helix-specific Datadog metrics configuration.

  • helix.metrics.datadog.api-key (String): Datadog API key for authentication.
  • helix.metrics.datadog.application-key (String): Datadog application key for authentication.
  • helix.metrics.datadog.enabled (Boolean): Enables Datadog metrics export.