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
OpenTelemetry might allow to further increase interoperability between Ember Nexus API and existing log and metric collection systems. Although while OpenTelemetry is great for inter-machine-communication, it is quite verbose and might hinder manual log inspection by humans. Therefore OpenTelemetry should not be enabled by default.
Can OpenTelemetry be consumed via console / stderr only? Or is some sort of HTTP push/pull mechanism required? If the later is the case, then the added complexity might not be worth it.
Add config option to switch between default logging mode (the currently existing solution, human friendly) and openTelemetry logging mode.
Add tests to verify that the OpenTelemetry integration is working and is consumable.
The text was updated successfully, but these errors were encountered:
OpenTelemetry might allow to further increase interoperability between Ember Nexus API and existing log and metric collection systems. Although while OpenTelemetry is great for inter-machine-communication, it is quite verbose and might hinder manual log inspection by humans. Therefore OpenTelemetry should not be enabled by default.
Open tasks:
default
logging mode (the currently existing solution, human friendly) andopenTelemetry
logging mode.The text was updated successfully, but these errors were encountered: