You can extend the data collected out of the box with data provided by the following frameworks and standards:
Send OpenTelemetry metrics to Dynatrace
Collect Micrometer metrics from JVM applications
Send Prometheus metrics to Dynatrace
Send StatsD metrics to Dynatrace
Send Telegraf metrics to Dynatrace
Extend your application observability into data acquired directly from your Oracle Database layer.
Extend your application observability into data acquired directly from your Microsoft SQL Server layer.
Learn how to monitor your network devices using SNMP.
Learn how to monitor your devices exposing Windows Management Instrumentation using WMI.
Extend observability of your Java applications with JMX metrics.
Extend metric observability via Dynatrace' scripting integration.
Extend metric observability via Dynatrace's open Metric APIs.
You can access your ingested metrics via the Metric API v2 and in Data Explorer for custom charting.
Use the GET metric data points call of the Metrics API v2 to retrieve ingested data points.
Select Create custom chart and then select Try it out in the top banner. For more information, see Data Explorer.
You can search the metric keys of all available metrics, select the metrics you want to chart, define how you’d like to analyze and chart them, and then pin your charts to a dashboard.
The custom metric ingest channel allows for ingestion of all types of metric measurements, regardless of the number of entities they relate to. The way an event is raised depends on whether there's no entity, a single entity, or multiple entities assigned to a custom metric. For more information, see Topology awareness.
You can also create custom alerts based on the ingested metrics. Go to Settings > Anomaly detection > Metric events and select Add metric event. In the Add metric event page, search for a metric using its key and define your alert. For more information, see Metric events for alerting.
Only limited custom metric ingestion and analysis is included in out-of-the-box Dynatrace technology support. Custom metrics typically consume Davis data units, but custom metrics from OneAgent-monitored hosts are first deducted from your quota of included metrics per host unit, so they won't necessarily consume DDUs. This applies to metrics that are assigned to a host either automatically or by adding the dt.entity.host
dimension.
For details, see DDUs for custom metrics.
Each ingested metric that is subject to DDU consumption (in other words, not assigned to a host) generates one or more metric data points. These data points consume DDUs with a weight of 0.001. Therefore, a simple metric reported once each minute for a full year will consume 526 DDUs (525,600 minutes × 0.001 ≈ 526 DDUs
).
To check the DDU consumption of an environment, go to Account Management > License / Subscription > Overview.
There are two additional factors to consider in determining which ingested metrics will consume DDUs and when:
For the following examples, assume that all metrics are ingested once per minute.
1 data point × 0.001 DDUs
).
cpu.temp,cpu=cpu1,cpu_type="INTEL" 55cpu.temp,cpu=cpu1,cpu_type="INTEL" 75
2 × 0.001 DDUs
). From a consumption perspective, this is effectively two different metrics. A two-dimension tuple like this consumes 526 × 2 = 1,052
DDUs per year.
cpu.temp,cpu=cpu1,cpu_type="INTEL" 55cpu.temp,cpu=cpu2,cpu_type="INTEL" 75
4 × 0.001 DDUs
). From a consumption perspective, this is effectively four different metrics. A four-dimension tuple like this consumes 526 × 4 = 2,104
DDUs per year.
cpu.temp,cpu=cpu1,cpu_type="INTEL" 55cpu.temp,cpu=cpu2,cpu_type="INTEL" 75cpu.temp,cpu=cpu3,cpu_type="INTEL" 55cpu.temp,cpu=cpu4,cpu_type="INTEL" 75
Each dimensional value (in this example, each network card) generates an individual time series within the chart. Therefore, for purposes of calculating custom-metric consumption, each dimensional value is counted as a separate custom metric.
The following limits apply to metric ingestion using a common ingestion channel. For API ingested metrics, if any limit is exceeded, the API call returns the 400 response code, with details in the response body.
There's also a limit to the number of metrics that Dynatrace can ingest.
Channel
Limit
Per minute per OneAgent instance:
OneAgent version 1.213 and earlier 1,000
OneAgent version 1.215+ 100,000
There's no limit to the metric number, but API throttling applies.