File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ facilitate a smooth migration for common use cases involving the
5
5
` opentelemetry ` , ` opentelemetry_sdk ` , ` opentelemetry-otlp ` , and
6
6
` opentelemetry-appender-tracing ` crates. For a comprehensive list of changes,
7
7
please refer to the detailed changelog for each crate. This document covers only
8
- the most common scenarios. Note that changes that only affect
9
- custom exporter/processor authors are not mentioned in this doc.
8
+ the most common scenarios. Note that changes that only affect custom
9
+ exporter/processor authors are not mentioned in this doc.
10
10
11
- OpenTelemetry Metrics API, Log-Bridge API were declared stable in 0.28,
12
- and has no breaking changes.
11
+ OpenTelemetry Metrics API, Log-Bridge API were declared stable in 0.28, and has
12
+ no breaking changes.
13
13
14
14
## Baggage Changes
15
15
@@ -50,6 +50,8 @@ current `opentelemetry-prometheus` crate requires a major rewrite to eliminate
50
50
dependencies on unmaintained crates. We may reintroduce a dedicated Prometheus
51
51
exporter in the future once these issues are resolved.
52
52
53
+ ### Migration guide
54
+
53
55
For those using Prometheus as a backend, you can integrate with Prometheus using
54
56
the following methods:
55
57
You can’t perform that action at this time.
0 commit comments