Skip to content

Conversation

@ties
Copy link
Member

@ties ties commented Jun 26, 2023

  • Remove webclient factory pattern that is needed in rpki-monitoring for connect-to, but not here. Since the connect-to functionality was stripped, let's remove the full builder.
  • ignore URI in low cardinality metrics, prevents metrics explosion.

@ties ties requested a review from lolepezy June 26, 2023 07:35
* The full URL is in a high cardinality value (which would be used by observability tools)
*/
@Bean
public ClientRequestObservationConvention nonUriClientRequestObservationConvention() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is to not have unique tag for every new snapshot URL, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is what it should do, yeah. Think this is the spring magic way to go

@lolepezy
Copy link
Contributor

This PR is to replace
#8
I suppose

@lolepezy lolepezy merged commit fce7e9b into main Jun 27, 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.

3 participants