Open antonjim-te opened 2 months ago
Pinging code owners:
exporter/alertmanager: @jpkrohling @sokoide @mcube8
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Supporting OTEL (log) event makes sense although it's development now. We were going to support it when it's finalized.
/label help-wanted -needs-triage
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers
. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Component(s)
exporter/alertmanager
Is your feature request related to a problem? Please describe.
Support
Log
signal in exporter/alertmanagerDescribe the solution you'd like
My proposal would be to map the OpenTelemetry Log to a Prometheus Alert. For example:
To
Describe alternatives you've considered
The severity could behave like in the traces:
severity_attribute
exists, use this asseverity
log. severityText
exists, use this asseverity
log. severityNumber
exists, use this asseverity
severity
from the config.We could also get the
resource
attributes and convert them intoannotations
in the Prometheus Alert.Additional context
Thank you for reading my proposal. If I have your support, I can help contribute and implement it.