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
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:histogram-metrics |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:histogram-metrics | |
Environment ActiveGate | https://{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