Skip to content

Commit 4aba708

Browse files
Push README updates. (#2024)
1 parent 5195622 commit 4aba708

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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
6363
dependencies {
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
9898
dependencies {
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

130130
See the project [milestones](https://github.com/open-telemetry/opentelemetry-java/milestones)

sdk-extensions/zpages/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ For Maven, add the following to your `pom.xml`:
2222
<dependency>
2323
<groupId>io.opentelemetry</groupId>
2424
<artifactId>opentelemetry-sdk-extension-zpages</artifactId>
25-
<version>0.8.0</version>
25+
<version>0.10.0</version>
2626
</dependency>
2727
</dependencies>
2828
```
2929

3030
For Gradle, add the following to your dependencies:
3131
```groovy
32-
implementation 'io.opentelemetry:opentelemetry-sdk-extension-zpages:0.8.0'
32+
implementation 'io.opentelemetry:opentelemetry-sdk-extension-zpages:0.10.0'
3333
```
3434

3535
### Register the zPages

0 commit comments

Comments
 (0)