Dynatrace · Capability
Dynatrace Monitoring And Observability
Unified monitoring and observability workflow combining metrics, logs, events, and entity data for ops engineers managing infrastructure health and performance.
What You Can Do
GET
List metrics
— List all available metrics
/v1/metrics
GET
Get metric descriptor
— Get descriptor for a specific metric
/v1/metrics/{metricKey}
DELETE
Delete custom metric
— Delete a custom metric
/v1/metrics/{metricKey}
GET
Query metric data
— Query metric data with selectors and time ranges
/v1/metrics/query
POST
Ingest custom metrics
— Ingest custom metrics via MINT protocol
/v1/metrics/ingest
GET
Search logs
— Search logs using DQL queries
/v1/logs/search
POST
Ingest logs
— Ingest logs into Grail
/v1/logs/ingest
GET
Aggregate logs
— Aggregate logs by dimensions
/v1/logs/aggregate
GET
Export logs
— Export logs for bulk retrieval
/v1/logs/export
GET
List events
— List events
/v1/events
GET
List entities
— List entities matching a selector
/v1/entities
GET
Get entity
— Get entity details
/v1/entities/{entityId}
MCP Tools
list-metrics
List all available metric descriptors
read-only
get-metric-descriptor
Get the descriptor for a specific metric
read-only
query-metric-data
Query metric data points with selectors and time ranges
read-only
ingest-custom-metrics
Ingest custom metric data points via MINT protocol
delete-custom-metric
Delete a custom metric from the environment
idempotent
search-logs
Search log records using DQL queries
read-only
ingest-logs
Ingest log records into Dynatrace Grail
aggregate-logs
Aggregate log data grouped by specified fields
read-only
export-logs
Export log records for bulk retrieval
read-only
list-events
List events from the Dynatrace environment
read-only
list-entities
List monitored entities matching a selector
read-only
get-entity
Get details of a specific monitored entity
read-only
APIs Used
metrics-v2
log-monitoring-v2
events-v2
entities-v2