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
// Wait for five seconds before continuing code execution
@@ -479,7 +479,7 @@ new View({
479
479
480
480
After you have instrumented your application with metrics, you also need to make
481
481
sure that the metrics get collected by your metrics backend. The most common formats
482
-
that are used are Prometheus and OLTP.
482
+
that are used are Prometheus and OTLP.
483
483
484
484
The latter is the [OpenTelemetry protocol format](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md)
485
485
which is supported by the OpenTelemetry Collector. The former is based on the [OpenMetrics
## Exporting measurements to OpenTelemetry Protocol
529
529
530
530
OpenTelemetry JavaScript comes with three different kinds of exporters that export
531
-
the OTLP protocol, a) [over HTTP](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-exporter-metrics-otlp-http), b) [over GRPC](https://www.npmjs.com/package/@opentelemetry/exporter-metrics-otlp-grpc), c) [over Protofbuf](https://www.npmjs.com/package/@opentelemetry/exporter-metrics-otlp-proto).
531
+
the OTLP protocol, a) [over HTTP](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-exporter-metrics-otlp-http), b) [over GRPC](https://www.npmjs.com/package/@opentelemetry/exporter-metrics-otlp-grpc), c) [over Protobuf](https://www.npmjs.com/package/@opentelemetry/exporter-metrics-otlp-proto).
532
532
533
533
The example below shows how you can configure OpenTelemetry JavaScript to use
Copy file name to clipboardExpand all lines: experimental/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ All notable changes to experimental packages in this project will be documented
4
4
5
5
## Unreleased
6
6
7
+
### :books: (Refine Doc)
8
+
9
+
* docs(sdk-metrics): add example of exponential histogram metric [#3855](https://github.com/open-telemetry/opentelemetry-js/pull/3855)@JamieDanielson
0 commit comments