-
Notifications
You must be signed in to change notification settings - Fork 24
Support OTLP as output in the logging plugin #348
Copy link
Copy link
Open
Labels
area/ipceiIPCEI (Important Project of Common European Interest)IPCEI (Important Project of Common European Interest)area/loggingLogging relatedLogging relatedkind/enhancementEnhancement, improvement, extensionEnhancement, improvement, extensionlifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Metadata
Metadata
Assignees
Labels
area/ipceiIPCEI (Important Project of Common European Interest)IPCEI (Important Project of Common European Interest)area/loggingLogging relatedLogging relatedkind/enhancementEnhancement, improvement, extensionEnhancement, improvement, extensionlifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
What would you like to be added:
Support
otlpin the plugin output.Why is this needed:
Today the plugin only ships logs to
valienabled backend using thevalitailplugin. However to successfully migrate the backends toOpenTelemetrywe need also to be able tp ship the logs to anotlpenabled backend (either otel-collector or any other backend supporting otlp) Until the backend migration is fully completed, the plugin needs to support bothvalitailandotlpoutputs.