Skip to content
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

Metric submission sub system #9

Open
jezdez opened this issue Oct 11, 2024 · 1 comment
Open

Metric submission sub system #9

jezdez opened this issue Oct 11, 2024 · 1 comment
Milestone

Comments

@jezdez
Copy link
Member

jezdez commented Oct 11, 2024

Once metrics are collected, the metric submission will be next in line to receive the data and send it over to a pre-configured OpenTelemetry (otel) backend.

That means it requires:

  • A way to pre-configure the otel URL to submit to
  • Set any additional otel specific configuration (e.g. timeout, proxy use etc)
  • Options: be configurable via configuration or environment variables
@jezdez jezdez added this to the M1.1 milestone Oct 11, 2024
@jezdez jezdez modified the milestones: M1.1, M3, Version 0.2.0 Nov 7, 2024
@jezdez
Copy link
Member Author

jezdez commented Nov 7, 2024

Once we have the otel backend available and add a otel implementation for the submission subsystem, we should slightly abstract the existing system, so that that we can utilize the http submission system for environments that don't have access to our otel endpoints, e.g. on-prem PSM, or other repo implementations out of our control.

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

No branches or pull requests

1 participant