grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.96k stars 3.46k forks source link

fix(operator): Add log attribute for level to structured metadata #14776

Closed xperimental closed 2 weeks ago

xperimental commented 2 weeks ago

What this PR does / why we need it:

This PR adds another log attribute to the default set of OTLP attributes for OpenShift. This attribute is used by the current visualization to show the log severity and filter for it. This is a workaround for the current version until the visualization supports the new label (severity_text).

Which issue(s) this PR fixes:

Fixes LOG-6324

Special notes for your reviewer:

Checklist