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

Metrics cache rework #2155

Merged
merged 3 commits into from
Apr 26, 2024
Merged

Metrics cache rework #2155

merged 3 commits into from
Apr 26, 2024

Conversation

Pask423
Copy link
Contributor

@Pask423 Pask423 commented Apr 26, 2024

No description provided.

@Pask423
Copy link
Contributor Author

Pask423 commented Apr 26, 2024

closes #2152

@@ -213,7 +213,9 @@ class PrometheusBackendTest
// then
eventually {
getMetricSnapshot(PrometheusBackend.DefaultRequestsInProgressGaugeName) shouldBe empty
getMetricSnapshot[GaugeDataPointSnapshot](customGaugeName).map(_.getValue).value shouldBe requestsNumber
val value1 = getMetricSnapshot[GaugeDataPointSnapshot](customGaugeName).map(_.getValue).value
println(value1)
Copy link
Member

Choose a reason for hiding this comment

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

nitpick: debug println can be removed.

@Pask423 Pask423 requested a review from adamw April 26, 2024 07:52
@adamw adamw merged commit dade8d5 into master Apr 26, 2024
15 checks passed
@adamw adamw deleted the metrics-cache-rework branch April 26, 2024 16:43
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