Skip to content

Added OTEL tracing #196

Open
davidigandan wants to merge 42 commits intomainfrom
dev
Open

Added OTEL tracing #196
davidigandan wants to merge 42 commits intomainfrom
dev

Conversation

@davidigandan
Copy link

Added OTEL Tracing to zocalo service

license = { text = "BSD-3-Clause" }
requires-python = ">=3.10"
dependencies = ["bidict", "pika", "setuptools", "stomp-py>=7"]
dependencies = ["bidict", "pika", "setuptools", "stomp-py>=7", "opentelemetry-api~=1.20.0", "opentelemetry-sdk~=1.20.0", "opentelemetry-exporter-otlp-proto-http~=1.20.0" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opentelemetry-exporter-otlp-proto-http~=1.20.0 is probably the only one that needs to be explicitly pinned to a version.

Also, split this list into separate lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants