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

Allowing to configure the component name for the http4s client metrics #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

albertoadami
Copy link

At the moment all the client metrics are generated with component name http4s.client, in my use case I need to have more specific names for them.

Considering the following example:

  1. I have service A that is performing calls to services B C D
  2. I have service B that is performing calls to service F
  3. I have service C that is performing calls to service F

What I would like to achieve is to have inside the metrics the information regarding which service (component) is the metric about.

@albertoadami albertoadami changed the title Allo to configure the component name for the http4s client metrics Allowing to configure the component name for the http4s client metrics Nov 3, 2023
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

Successfully merging this pull request may close these issues.

1 participant