We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once we implement and register the package, we can use telemetry automatically with no code change to the project:
pip install ag2, opentelemetry-distro opentelemetry-bootstrap -a install opentelemetry-instrument --traces_exporter console --metrics_exporter none python workflow.py
See [Python zero-code instrumentation] (https://opentelemetry.io/docs/zero-code/python/) for details
Examples:
The text was updated successfully, but these errors were encountered:
kumaranvpl
No branches or pull requests
Once we implement and register the package, we can use telemetry automatically with no code change to the project:
See [Python zero-code instrumentation] (https://opentelemetry.io/docs/zero-code/python/) for details
Examples:
The text was updated successfully, but these errors were encountered: