Skip to content

Commit 6e02028

Browse files
Bump trace attributes (#274)
* Add OTLP example * Add OTLP example (#259) * Adhere to otel span attributes (#257) * adhere to otel's semconv * lock attributes version * lock to 7.0.0 trace attributes * bump version --------- Co-authored-by: Karthik Kalyanaraman <[email protected]> * Bump opentelemetry dependency (#269) * Bump opentelemetry-instrumentation>=0.47b0 * Bump version * Bump trace-attributes --------- Co-authored-by: Ali Waleed <[email protected]>
1 parent dcf40ec commit 6e02028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers=[
1818
"Operating System :: OS Independent",
1919
]
2020
dependencies = [
21-
'trace-attributes==7.0.0',
21+
'trace-attributes==7.0.1',
2222
'opentelemetry-api>=1.25.0',
2323
'opentelemetry-sdk>=1.25.0',
2424
'opentelemetry-instrumentation>=0.47b0',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.14"
1+
__version__ = "2.2.15"

0 commit comments

Comments
 (0)