You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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:
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
The text was updated successfully, but these errors were encountered: