Clarification on the Experimental Status of the OpenTelemetry Prometheus Exporter #5463
-
Hello OpenTelemetry Team, I am integrating the OpenTelemetry Prometheus Exporter into a Next.js application for enhanced observability via custom metrics. I noticed that the exporter is currently labeled as experimental. Could you provide insights into the following:
Your guidance will be instrumental in our decision-making process. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, thanks for reaching out.
The exporter is not stable as indicated by the
There is currently no way to add resources as attributes to metrics. This was implemented recently and will be released at the same time as
There are currently no concrete plans to stabilize the Prometheus exporter - as this is the case, I cannot give an estimate. Stabilizing existing components is the top priority (see #5149). However, we will tackle OTLP Exporters first as they're OpenTelemetry's native data format. Then we will work our way through other experimental packages based on how much technical debt we can pay off by stabilizing them. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for reaching out.
The exporter is not stable as indicated by the
0.x
version, therefore any minor version may be breaking - in reality though, this happens rarely. One breaking change will happen soon, as we are about to publish@opentelemetry/sdk-metrics@2.0.0
(see #5148) along with@opentelemetry/exporter-prometheus@0.58.0
which will only be compatible with the new version of the metrics SDK.There is currently no way to add resources as attributes to metrics. This was implemented recently and will be released at the same time as
@opentelemetry/sdk-metrics@2.0.0
is re…