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

Improve journaling with clients telemetry #2546

Open
1 of 2 tasks
dborovcanin opened this issue Nov 22, 2024 · 1 comment
Open
1 of 2 tasks

Improve journaling with clients telemetry #2546

dborovcanin opened this issue Nov 22, 2024 · 1 comment

Comments

@dborovcanin
Copy link
Collaborator

dborovcanin commented Nov 22, 2024

Is your feature request related to a problem? Please describe.

I want the ability to see some basic telemetry related to my domain.

Describe the feature you are requesting, as well as the possible use case(s) for it.

Here is an example of telemetry I want to check:

  • number of connections per client
  • number of subscriptions per client
  • number of inbound and outbound messages per client
  • total number of all the above per domain
  • last seen per client

We will use Journal service, but not as a consumer/collector, but as an aggregator and API provider for this information, and have a background process to sync with the actual collector.

This is an umbrella issue we'll handle in the following way:

Indicate the importance of this feature to you.

Must-have

Anything else?

No response

@github-project-automation github-project-automation bot moved this to ⛏ Backlog in SuperMQ Nov 22, 2024
@dborovcanin dborovcanin changed the title Improve Journaling with clients telemetry Improve journaling with clients telemetry Nov 22, 2024
@nyagamunene nyagamunene moved this from ⛏ Backlog to 🚧 In Progress in SuperMQ Dec 8, 2024
@dborovcanin dborovcanin moved this from 🚧 In Progress to ⛏ Backlog in SuperMQ Dec 9, 2024
@felixgateru felixgateru moved this from ⛏ Backlog to 🚧 In Progress in SuperMQ Jan 14, 2025
@felixgateru felixgateru moved this from 🚧 In Progress to ⛏ Backlog in SuperMQ Jan 14, 2025
@felixgateru felixgateru moved this from ⛏ Backlog to 🚧 In Progress in SuperMQ Jan 15, 2025
@felixgateru
Copy link
Contributor

NATS monitors our subscriptions differently for the adapters. For COAP individual subscriptions are made to NATS but for MQTT a single susbcription for all the subjects is made. This means we will not be able to directly get the number of active subscriptions from NATS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚧 In Progress
Development

No branches or pull requests

4 participants