-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Add a OTel metrics support so that the OpenAPM emits metrics in OTLP format and directly pushes it to a OTLP compatible endpoint like vmagent or Otel collector.
OpenAPM should have a mode option and should have two modes namely openmetrics (default) and opentelemetry.
const openapm = new OpenAPM({
mode: 'opentelemetry'
})Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request