newrelic-experimental / gha-new-relic-exporter

18 stars 14 forks source link

Feature Request: Log level reporting to New Relic #16

Closed AngellusMortis closed 11 months ago

AngellusMortis commented 11 months ago

So we want to actually start better tracking CI failures and why a step failed. It would help a lot with the queries if the severity.text level reported to New Relic matched the log level for the line.

firefox_MXaEOyRfQZ

Just from a quick search through our logs:

I am guessing similarly debug levels would show up as ##[debug] but we are actually doing debug level messages differently since they require ACTIONS_STEP_DEBUG to be able enabled to show up (we wrap them in a group instead so they are hidden by default, but still there in case the job fails).

dpacheconr commented 11 months ago

this is now available on latest release