Is it possible to use this plugin in tandem with opentelemetry?
For example, I would like to rely on opentelemetry configuration in an AWS lambda itself to configure logging, tracing and metrics and then rely on this plugin to define monitoring capabilities, etc.
Does the plugin expose an endpoint that a OTLP exporter can hook into? If yes, then this should be fairly easy as it would involve disabling the out-of-box configuration from the plugin and simply rely on configuring the exporter in the AWS lambda?
Open to any and all recommendations :)
Is it possible to use this plugin in tandem with opentelemetry?
For example, I would like to rely on opentelemetry configuration in an AWS lambda itself to configure logging, tracing and metrics and then rely on this plugin to define monitoring capabilities, etc.
Does the plugin expose an endpoint that a OTLP exporter can hook into? If yes, then this should be fairly easy as it would involve disabling the out-of-box configuration from the plugin and simply rely on configuring the exporter in the AWS lambda?
Open to any and all recommendations :)