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

Add indexing metrics. #2485

Merged
merged 8 commits into from May 27, 2021
Merged

Conversation

wwajerowicz
Copy link
Contributor

@wwajerowicz wwajerowicz commented May 26, 2021

Fixes #2409

@wwajerowicz wwajerowicz requested a review from umbreak May 26, 2021 14:34
val processedEventsCounter = Kamon
.counter(s"${metricsPrefix}_counter_processed_events")
.withTags(TagSet.from(tags))
val processedEventsCount: AtomicLong = AtomicLong(0)
Copy link
Contributor

Choose a reason for hiding this comment

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

can this pose problems when the stream is restarted (service restart or shard balancing)?

@wwajerowicz wwajerowicz merged commit 55922c5 into BlueBrain:master May 27, 2021
@wwajerowicz wwajerowicz deleted the 2409-indexing-metrics branch May 27, 2021 12:17
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.

The indexing metrics are missing
2 participants