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
The pipeline exports the health metric "kyma.resource.status.conditions" but not "kyma.resource.status.state". The missing metric is namespace specific (kyma-system) and most probably gets blindly filtered out by the otlp input namespace selector.
Expected result
The metric is always emmitted
The text was updated successfully, but these errors were encountered:
The reason for this bug is probably because we forgot to update the otlpInputSource() function to also exclude the scope metric.InstrumentationScopeKyma in the returned expression.
Description
I have a MetricPipeline like that:
The pipeline exports the health metric "kyma.resource.status.conditions" but not "kyma.resource.status.state". The missing metric is namespace specific (kyma-system) and most probably gets blindly filtered out by the otlp input namespace selector.
Expected result
The metric is always emmitted
The text was updated successfully, but these errors were encountered: