Settings API - Histogram metrics schema table

Histogram metrics (builtin:histogram-metrics)

Configure how histogram data is ingested.

Schema ID
Schema groups
Scope
builtin:histogram-metrics
  • group:metrics
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:histogram-metrics
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:histogram-metrics
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:histogram-metrics

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

Property
Type
Description
Required
Ingest complete explicit bucket histograms.
enableHistogramBucketIngest
boolean

When enabled, you can ingest the le dimension, representing explicit histogram buckets.
Enable this if you are using OpenTelemetry histograms or Prometheus histogram metrics.
When disabled, only your histograms' sum and count metrics will be ingested.

required