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
// An exemplar validation error prevents ingesting samples
// in the same series object. However because the current Prometheus
// remote write implementation only populates one or the other,
// there never will be any.
returnerr
}
We reject the entire sample if the exemplar attached is non-compliant (see: #7904). OTel sends empty exemplars by default and this means OTel users' data is being dropped regularly.
The text was updated successfully, but these errors were encountered:
See
mimir/pkg/distributor/distributor.go
Lines 755 to 761 in 04e6b7f
We reject the entire sample if the exemplar attached is non-compliant (see: #7904). OTel sends empty exemplars by default and this means OTel users' data is being dropped regularly.
The text was updated successfully, but these errors were encountered: