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

Support Counting Messages on Subtopics #46

Open
nevyen opened this issue Jun 7, 2022 · 1 comment
Open

Support Counting Messages on Subtopics #46

nevyen opened this issue Jun 7, 2022 · 1 comment

Comments

@nevyen
Copy link

nevyen commented Jun 7, 2022

Hey,

for our project we have a very complex message on our topics. So they didn't contain any usefull information for monitoring.

But what I'd like to do is monitoring my subtopics.

For example I have a topic structure like /Version/+/Services/+

So I wan't to monitor when something was published on one of my services.

In my head this isn't to hard to implement.

  1. Subscribe to a topic
  2. Each subtopic which appears gets a value in the grahp
  3. Each time a new message arrives on the subtopic create point with timestamp

I tried to implemented myself. But I am very new to Grafana an Go. So any help would be nice.

@nevyen
Copy link
Author

nevyen commented Jun 7, 2022

First question is:
How to get subtopic of a topic?
As far as I can see a topic contains only an array of messages.

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

No branches or pull requests

1 participant