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
Add support for the created-timestamp-zero-ingestion feature flag in prometheus.scrape Alloy component.
Context
Prometheus added an experimental support Add support zeros as created timestamps, this is important to
Otel collector has adopted this feature flag as well.
Workaround
Current workaround is to use prometheus in agent mode to scape the data and enable that flag there.