Skip to content

Commit

Permalink
Push README updates. (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Nov 5, 2020
1 parent 5195622 commit 4aba708
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Published releases are available on maven central.
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>0.9.1</version>
<version>0.10.0</version>
</dependency>
</dependencies>
```
Expand All @@ -61,7 +61,7 @@ Published releases are available on maven central.

```groovy
dependencies {
implementation('io.opentelemetry:opentelemetry-api:0.9.1')
implementation('io.opentelemetry:opentelemetry-api:0.10.0')
}
```

Expand All @@ -83,7 +83,7 @@ Snapshots based out the `master` branch are available for `opentelemetry-api`, `
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand All @@ -96,7 +96,7 @@ repositories {
}
dependencies {
implementation('io.opentelemetry:opentelemetry-api:0.10.0-SNAPSHOT')
implementation('io.opentelemetry:opentelemetry-api:0.11.0-SNAPSHOT')
}
```

Expand All @@ -115,16 +115,16 @@ This is a **current** feature status list:

| Component | Version |
| --------------------------- | ------- |
| Tracing API | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| Tracing SDK | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| Metrics API | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| Metrics SDK | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| OTLP Exporter | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| Jaeger Trace Exporter | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| Zipkin Trace Exporter | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| Prometheus Metrics Exporter | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| Context Propagation | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| OpenTracing Bridge | v<!--VERSION_STABLE-->0.9.1<!--/VERSION_STABLE--> |
| Tracing API | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| Tracing SDK | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| Metrics API | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| Metrics SDK | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| OTLP Exporter | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| Jaeger Trace Exporter | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| Zipkin Trace Exporter | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| Prometheus Metrics Exporter | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| Context Propagation | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| OpenTracing Bridge | v<!--VERSION_STABLE-->0.10.0<!--/VERSION_STABLE--> |
| OpenCensus Bridge | N/A |

See the project [milestones](https://github.com/open-telemetry/opentelemetry-java/milestones)
Expand Down
4 changes: 2 additions & 2 deletions sdk-extensions/zpages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ For Maven, add the following to your `pom.xml`:
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-extension-zpages</artifactId>
<version>0.8.0</version>
<version>0.10.0</version>
</dependency>
</dependencies>
```

For Gradle, add the following to your dependencies:
```groovy
implementation 'io.opentelemetry:opentelemetry-sdk-extension-zpages:0.8.0'
implementation 'io.opentelemetry:opentelemetry-sdk-extension-zpages:0.10.0'
```

### Register the zPages
Expand Down

0 comments on commit 4aba708

Please sign in to comment.