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

Write a spec for a generic metrics exporter #876

Open
orfeas-k opened this issue Apr 22, 2024 · 1 comment
Open

Write a spec for a generic metrics exporter #876

orfeas-k opened this issue Apr 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@orfeas-k
Copy link
Contributor

Context

In #855, we documented charms that do not provide metrics by default. In order to be able to provide a metrics endpoint for every charm, we need to create an exporter for those charms. The exporter will be deployed as a sidecarContainer to the workload and will provide a metric so we know if the charm is working or not. It will have to cover two cases of workloads (most probably will be two different exporters):

  • Web apps
  • Kubernetes Go controllers and python applications (probably we 'll need to do the same check for both of these)

What needs to get done

Write a spec for the exporter described above.

Definition of Done

There is a spec.

@orfeas-k orfeas-k added the enhancement New feature or request label Apr 22, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5590.

This message was autogenerated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant