self-hosted
self-hosted copied to clipboard
Add Trace Metrics
Problem Statement
This is a different feature from https://github.com/getsentry/self-hosted/issues/2698 -- this is called "Metrics" on the UI, but it's under the codename of "tracemetrics".
Solution Brainstorm
Soon
25.10.0
Just add these into the feature flags:
# Trace Metrics
+ (
"organizations:tracemetrics-enabled",
"organizations:tracemetrics-ingestion",
"organizations:tracemetrics-dashboards",
"organizations:tracemetrics-alerts",
"organizations:tracemetrics-datascrubbing-ui"
"organizations:tracemetrics-export",
"organizations:tracemetrics-replay-ui",
"organizations:tracemetrics-saved-queries",
"organizations:tracemetrics-stats",
"organizations:tracemetrics-traceview-ui",
)
Then ./install.sh per usual.
Tested this and having this enabled, breaks most of the Sentry dashboard.
Tested this and having this enabled, breaks most of the Sentry dashboard.
@rzv-me Mind sharing what happened and which dashboard breaks?