-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Library to abstract OpenTelemetry trace data access #23
Comments
|
Various clean-ups and improvements. Added a CLI entry-point for easily converting between the formats from the command line (useful for creating test-cases and for debugging). First mock implementation of the access API is about to be merged. |
The library itself is reasonable functional, finalising work on first version of the OpenSearch proxy (meaning abstracting the actual data fetching from OpenSearch). |
Functional versions of core libraries have been developed. Primarily https://github.com/EOEPCA/python-opentelemetry-access and its dependency https://github.com/EOEPCA/opentelemetry-betterproto (which is mostly generated from protobuf spec). The former contains a REST API endpoint and a (for now rudimentary) CLI. The REST interface is used by the prototype web UI (also released this quarter). |
Develop alpha version of (Python) library abstracting OpenTelemetry trace data access with implementations for OpenSearch with ss4o schema.
The text was updated successfully, but these errors were encountered: