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
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.
constopenapm=newOpenAPM({mode: 'opentelemetry'})
The text was updated successfully, but these errors were encountered:
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
orOtel collector
.OpenAPM should have a mode option and should have two modes namely
openmetrics
(default) andopentelemetry
.The text was updated successfully, but these errors were encountered: