Skip to content

Commit

Permalink
Update signalfx-java version (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek authored May 12, 2022
1 parent 80f56c7 commit b08a859
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this repository adheres to [Semantic Versioning](https://semver.org/spec/v2.

## Unreleased

## v1.10.2 - 2022-05-12

- SignalFx metrics exporter has been updated to version 1.0.18.

## v1.10.1 - 2022-04-26

### General
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ To extend the instrumentation with the OpenTelemetry Instrumentation for Java,
you have to use a compatible API version.

<!-- IMPORTANT: do not change comments or break those lines below -->
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.10.1<!--SPLUNK_VERSION--> is compatible
The Splunk Distribution of OpenTelemetry Java version <!--SPLUNK_VERSION-->1.10.2<!--SPLUNK_VERSION--> is compatible
with:

* OpenTelemetry API version <!--OTEL_VERSION-->1.13.0<!--OTEL_VERSION-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extensions.configure<DependencyManagementExtension>("dependencyManagement") {
dependency("org.assertj:assertj-core:3.22.0")
dependency("org.awaitility:awaitility:4.1.1")
dependency("io.jaegertracing:jaeger-client:1.7.0")
dependency("com.signalfx.public:signalfx-java:1.0.14")
dependency("com.signalfx.public:signalfx-java:1.0.18")

dependencySet("com.github.docker-java:3.2.11") {
entry("docker-java-core")
Expand Down
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/buildpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you want to use a specific version of the Java agent in your application, you
environment variable before application deployment, either using `cf set-env` or the `manifest.yml` file:

```sh
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 1.10.1
$ cf set-env SPLUNK_OTEL_JAVA_VERSION 1.10.2
```

By default, the [latest](https://github.com/signalfx/splunk-otel-java/releases/latest) available agent version is used.
Expand Down

0 comments on commit b08a859

Please sign in to comment.