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

Filter outgoing HttpRequests #3

Open
xordi opened this issue Nov 7, 2018 · 0 comments
Open

Filter outgoing HttpRequests #3

xordi opened this issue Nov 7, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@xordi
Copy link
Contributor

xordi commented Nov 7, 2018

Currently, all outgoing requests through HttpClient are counted and summarized. We should provide a way to specify a configuration for a given base address that must include:

  • A set of paths to take into account in metrics. If none is specified, take into account all paths for the specified base address.
  • When a path is defined, we can decide if show just the defined path value or show all the actual requested path. For example:
    Let's assume we define a path which is /A/B. If we decide to show all the requested path, if a request is made to /A/B/C, then metrics should be counted on /A/B/C. If we decide not to show al the requested path, if a request is made to /A/B/C, we will count it on /A/B.
  • Whether to include or not the query string parameters in the metrics.
@xordi xordi self-assigned this Nov 7, 2018
@xordi xordi added the enhancement New feature or request label Nov 8, 2018
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