You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
- Added metadata output which includes scanned bytes (for cost tracking) to `execute_dql`
6
6
- Added next-steps for `get_entity_details` to find out about metrics, problems and logs
7
+
- Added Telemetry via Dynatrace OpenKit to improve the product with anonymous usage statistics and error information (can be disabled via `DT_MCP_DISABLE_TELEMETRY` environment variable)
Copy file name to clipboardExpand all lines: README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -553,6 +553,34 @@ curl -X GET https://abc12345.apps.dynatrace.com/platform/management/v1/environme
553
553
554
554
Grail has a dedicated section about permissions in the Dynatrace Docs. Please refer to https://docs.dynatrace.com/docs/discover-dynatrace/platform/grail/data-model/assign-permissions-in-grail for more details.
555
555
556
+
## Telemetry
557
+
558
+
The Dynatrace MCP Server includes sending Telemetry Data via Dynatrace OpenKit to help improve the product. This includes:
559
+
560
+
- Server start events
561
+
- Tool usage (which tools are called, success/failure, execution duration)
562
+
- Error tracking for debugging and improvement
563
+
564
+
**Privacy and Opt-out:**
565
+
566
+
- Telemetry is **enabled by default** but can be disabled by setting `DT_MCP_DISABLE_TELEMETRY=true`
567
+
- No sensitive data from your Dynatrace environment is tracked
568
+
- Only anonymous usage statistics and error information are collected
569
+
- Usage statistics and error data are transmitted to Dynatrace’s analytics endpoint
0 commit comments