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

Added metrics and removed retryHandler #330

Merged
merged 4 commits into from
Oct 2, 2024

Conversation

patduin
Copy link
Contributor

@patduin patduin commented Oct 1, 2024

📝 Description

🔗 Related Issues

@patduin patduin requested a review from a team as a code owner October 1, 2024 13:25
@Component
public class TTransportMonitor {

static final String METRIC_NAME_OPEN_TRANSPORTS = "open_transports_gauge";
Copy link
Contributor

Choose a reason for hiding this comment

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

In this class you have a metric base name - (https://github.com/ExpediaGroup/waggle-dance/blob/main/waggle-dance-extensions/src/main/java/com/hotels/bdp/waggledance/extensions/client/ratelimit/RateLimitMetrics.java#L24)

Are you gonna add a base metric name also here to align with all metrics?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah I should I was testing out how it looks with the prefix, but I'll add a namespace

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

CHANGELOG.md Outdated Show resolved Hide resolved
@patduin patduin merged commit 37804e0 into main Oct 2, 2024
4 checks passed
@patduin patduin deleted the feature/improve_connection_monitoring branch October 2, 2024 10:21
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