@@ -52,7 +52,7 @@ Published releases are available on maven central.
5252 <dependency >
5353 <groupId >io.opentelemetry</groupId >
5454 <artifactId >opentelemetry-api</artifactId >
55- <version >0.9.1 </version >
55+ <version >0.10.0 </version >
5656 </dependency >
5757 </dependencies >
5858```
@@ -61,7 +61,7 @@ Published releases are available on maven central.
6161
6262``` groovy
6363dependencies {
64- implementation('io.opentelemetry:opentelemetry-api:0.9.1 ')
64+ implementation('io.opentelemetry:opentelemetry-api:0.10.0 ')
6565}
6666```
6767
@@ -83,7 +83,7 @@ Snapshots based out the `master` branch are available for `opentelemetry-api`, `
8383 <dependency >
8484 <groupId >io.opentelemetry</groupId >
8585 <artifactId >opentelemetry-api</artifactId >
86- <version >0.10 .0-SNAPSHOT</version >
86+ <version >0.11 .0-SNAPSHOT</version >
8787 </dependency >
8888 </dependencies >
8989```
@@ -96,7 +96,7 @@ repositories {
9696}
9797
9898dependencies {
99- implementation('io.opentelemetry:opentelemetry-api:0.10 .0-SNAPSHOT')
99+ implementation('io.opentelemetry:opentelemetry-api:0.11 .0-SNAPSHOT')
100100}
101101```
102102
@@ -115,16 +115,16 @@ This is a **current** feature status list:
115115
116116| Component | Version |
117117| --------------------------- | ------- |
118- | Tracing API | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
119- | Tracing SDK | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
120- | Metrics API | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
121- | Metrics SDK | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
122- | OTLP Exporter | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
123- | Jaeger Trace Exporter | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
124- | Zipkin Trace Exporter | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
125- | Prometheus Metrics Exporter | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
126- | Context Propagation | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
127- | OpenTracing Bridge | v<!-- VERSION_STABLE--> 0.9.1 <!-- /VERSION_STABLE--> |
118+ | Tracing API | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
119+ | Tracing SDK | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
120+ | Metrics API | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
121+ | Metrics SDK | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
122+ | OTLP Exporter | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
123+ | Jaeger Trace Exporter | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
124+ | Zipkin Trace Exporter | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
125+ | Prometheus Metrics Exporter | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
126+ | Context Propagation | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
127+ | OpenTracing Bridge | v<!-- VERSION_STABLE--> 0.10.0 <!-- /VERSION_STABLE--> |
128128| OpenCensus Bridge | N/A |
129129
130130See the project [ milestones] ( https://github.com/open-telemetry/opentelemetry-java/milestones )
0 commit comments