-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgraded Otel dependencies to 1.19.0 and 0.40b0
- Loading branch information
Showing
4 changed files
with
46 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "splunk-opentelemetry" | ||
version = "1.11.0" | ||
version = "1.12.0" | ||
description = "The Splunk distribution of OpenTelemetry Python Instrumentation provides a Python agent that automatically instruments your Python application to capture and report distributed traces to SignalFx APM." | ||
authors = ["Splunk <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -28,13 +28,13 @@ splunk_distro = "splunk_otel.distro:_SplunkDistro" | |
[tool.poetry.dependencies] | ||
cryptography=">=2.0,<=40.0.2" | ||
python = "^3.7" | ||
opentelemetry-api = "1.18.0" | ||
opentelemetry-sdk = "1.18.0" | ||
opentelemetry-instrumentation = "0.39b0" | ||
opentelemetry-semantic-conventions = "0.39b0" | ||
opentelemetry-propagator-b3 = "1.18.0" | ||
opentelemetry-exporter-jaeger-thrift = "1.18.0" | ||
opentelemetry-exporter-otlp-proto-grpc = "1.18.0" | ||
opentelemetry-api = "1.19.0" | ||
opentelemetry-sdk = "1.19.0" | ||
opentelemetry-instrumentation = "0.40b0" | ||
opentelemetry-semantic-conventions = "0.40b0" | ||
opentelemetry-propagator-b3 = "1.19.0" | ||
opentelemetry-exporter-jaeger-thrift = "1.19.0" | ||
opentelemetry-exporter-otlp-proto-grpc = "1.19.0" | ||
|
||
[tool.poetry.extras] | ||
all = ["opentelemetry-propagator-b3", "opentelemetry-exporter-otlp-proto-grpc", "opentelemetry-exporter-jaeger-thrift"] | ||
|