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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
feat: Add the following @opentelemetry/instrumentation-* instrumentations: hapi, aws-sdk, redis-4, grpc, pino.
feat: Add cloud/container resource detectors -- the same set included in @opentelemetry/auto-instrumentations-node. These are enabled by default.
Use OTEL_NODE_RESOURCE_DETECTORS to set an explicit list of detectors.
(#214)
feat: Add missing exporters for logs and metrics signals. This means that OTEL_EXPORTER_OTLP_PROTOCOL=grpc and OTEL_EXPORTER_OTLP_PROTOCOL=http/json
now work. Before this change only the default http/proto OTLP export
protocol would work out of the box.