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
fix: Add stricter validation for metrics from profiles fields (#4522)
Since metrics from profiles is using Prometheus remote_write 1.0,
the legacy format `^[a-zA-Z_][a-zA-Z0-9_]*$` for metric and label
names must be enforced.
0 commit comments