Skip to content

Commit 29c1418

Browse files
authored
Update readme to include download link for exporter auto (#280)
1 parent 60dfec0 commit 29c1418

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

exporters/auto/README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,34 @@ To leverage the GCP extensions to this, simply add the exporter-auto dependency
1515
<dependency>
1616
<groupId>com.google.cloud.opentelemetry</groupId>
1717
<artifactId>exporter-auto</artifactId>
18-
<version>0.25.1-alpha</version>
18+
<version>0.26.0-alpha</version>
1919
<!-- Add the classifier if you explicitly wish to use the shaded variant -->
2020
<classifier>shaded</classifier>
2121
</dependency>
2222
```
2323

2424
#### Gradle
2525
```groovy
26-
implementation "com.google.cloud.opentelemetry:exporter-auto:0.25.1-alpha"
26+
implementation "com.google.cloud.opentelemetry:exporter-auto:0.26.0-alpha"
2727
```
2828

2929
To use the shaded variant with Gradle,
3030
```groovy
31-
implementation "com.google.cloud.opentelemetry:exporter-auto:0.25.1-alpha:shaded"
31+
implementation "com.google.cloud.opentelemetry:exporter-auto:0.26.0-alpha:shaded"
3232
```
3333

34-
*Note: Make sure to use the latest release [![LatestRelease][maven-image]][maven-url].*
34+
#### Shaded Local JAR
35+
36+
You can download the shaded JAR for `exporter-auto` from the following link -
37+
```text
38+
https://repo1.maven.org/maven2/com/google/cloud/opentelemetry/exporter-auto/<VERSION>-alpha/exporter-auto-<VERSION>-alpha-shaded.jar
39+
```
40+
Replace `<VERSION>` with the version you wish to download. For instance, shaded
41+
variant for `v0.26.0`, will be found at -
42+
43+
`https://repo1.maven.org/maven2/com/google/cloud/opentelemetry/exporter-auto/0.26.0-alpha/exporter-auto-0.26.0-alpha-shaded.jar`
44+
45+
**Note: Make sure to use the latest release [![LatestRelease][maven-image]][maven-url].**
3546

3647
Then you can configure your sdk using the following system properties/environmnet variables:
3748

0 commit comments

Comments
 (0)