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
@Financial-Times/platforms want to set an environment of "canary" to differentiate OpenTelemetry metrics in their canary releases from the existing production metrics.
When they do this, the conditional in logger appInfo.environment !== 'production' means that logs are prettified before being drained to Splunk which means that we can't search on JSON fields.
@Financial-Times/platforms want to set an environment of "canary" to differentiate OpenTelemetry metrics in their canary releases from the existing production metrics.
When they do this, the conditional in logger
appInfo.environment !== 'production'
means that logs are prettified before being drained to Splunk which means that we can't search on JSON fields.Node.js version: 22
Impacted package(s): logger
Slack message
Steps to reproduce
Expected behaviour
Canary apps should behave like production apps.
The text was updated successfully, but these errors were encountered: