You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket captures the work to enhance the yamcs-python-client by integrating OpenTelemetry support. This will allow users to leverage distributed tracing and monitoring capabilities, providing better insights into the performance and behavior of applications using the Yamcs client.
Proposed Changes:
Dependencies:
Ensure opentelemetry-api and opentelemetry-sdk are included in the install_requires section of setup.py.
Implementation:
Integrate OpenTelemetry tracing into the client operations, such as API requests and responses.
Provide configuration options for users to enable or disable tracing.
Environment Variables:
Introduce environment variables to control tracing behavior:
YAMCS_OTEL_TRACING_ENABLED: Set to true to enable tracing, false to disable. Default is false.
Benefits:
Improved observability and monitoring of applications using the Yamcs client.
Easier identification and troubleshooting of performance bottlenecks and errors.
Additional Context:
This feature will align the Yamcs client with modern observability practices, making it more attractive to developers who rely on distributed tracing for their applications. An example of how this can be achieved elastic/elasticsearch-py#2435 with first steps here elastic/elastic-transport-python#150
The text was updated successfully, but these errors were encountered:
This ticket captures the work to enhance the yamcs-python-client by integrating OpenTelemetry support. This will allow users to leverage distributed tracing and monitoring capabilities, providing better insights into the performance and behavior of applications using the Yamcs client.
Proposed Changes:
Ensure opentelemetry-api and opentelemetry-sdk are included in the install_requires section of setup.py.
Integrate OpenTelemetry tracing into the client operations, such as API requests and responses.
Provide configuration options for users to enable or disable tracing.
Introduce environment variables to control tracing behavior:
YAMCS_OTEL_TRACING_ENABLED: Set to true to enable tracing, false to disable. Default is false.
Benefits:
Improved observability and monitoring of applications using the Yamcs client.
Easier identification and troubleshooting of performance bottlenecks and errors.
Additional Context:
This feature will align the Yamcs client with modern observability practices, making it more attractive to developers who rely on distributed tracing for their applications. An example of how this can be achieved elastic/elasticsearch-py#2435 with first steps here elastic/elastic-transport-python#150
The text was updated successfully, but these errors were encountered: