Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci/release.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current.release=0.0.5
current.release=0.0.10
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ template. For more information, see the [example](./examples/splunk-wrapper/READ
Gradle:
```
dependencies {
implementation("com.signalfx.public:otel-java-lambda-wrapper:0.0.5")
implementation("com.signalfx.public:otel-java-lambda-wrapper:0.0.10")
}
```

Expand All @@ -99,7 +99,7 @@ template. For more information, see the [example](./examples/splunk-wrapper/READ
<dependency>
<groupId>com.signalfx.public</groupId>
<artifactId>otel-java-lambda-wrapper</artifactId>
<version>0.0.5</version>
<version>0.0.10</version>
</dependency>
```
2. From the AWS console, upload the .zip file to your Lambda function code.
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
opentelemetry: '1.1.0',
opentelemetryalpha: '1.1.0-alpha',
instrumentation: '1.1.0-alpha',
wrapper: '0.0.10-SNAPSHOT'
wrapper: '0.0.11-SNAPSHOT'
]
}

Expand Down
2 changes: 1 addition & 1 deletion outbound-context-propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The class provides single static method - `createHeaders`, which returns name-to
- for example:
```
dependencies {
compileOnly('com.signalfx.public:otel-java-lambda-wrapper:0.0.5')
compileOnly('com.signalfx.public:otel-java-lambda-wrapper:0.0.10')
}
```

Expand Down
2 changes: 1 addition & 1 deletion wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.signalfx.public</groupId>
<artifactId>otel-java-lambda-wrapper</artifactId>
<packaging>jar</packaging>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.11-SNAPSHOT</version>
<name>Splunk OTEL-based Lambda Wrapper</name>
<description>
Splunk release of the OpenTelemetry Java Lambda Wrapper
Expand Down