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
This needs discussion as we mostly don't want to bloat Tulip.
It would be nice to have a /metrics endpoint in the backend following the OpenTelemetry format.
This could allow teams to monitor their instance and be alerted when something very wrong is happening (before the scoreboard).
Metrics wishlist:
(Counter per service) Total count of TCP flows in the MongoDB
(Counter per service) Total size in bytes of all payloads in the MongoDB
(Counter per service) Total amount of FLAG OUT / IN
(Counter) Total amount of backend API requests
(Gauge) Average duration of backend API response time
I don't believe we should expose per-TCP flow information as the Tulip frontend is already made for that.
The text was updated successfully, but these errors were encountered:
Simplify data format, remove hex data from flow item.
The old format is terribly inefficient, and moving it to gridFS is
slow and clunky, even if you were to manually handle appends.
Data is capped at 15 MB, to stay well under the document limit
of 16MB. Any data beyond that is discarded, but the start
of the session will remain searchable.
This needs discussion as we mostly don't want to bloat Tulip.
It would be nice to have a
/metrics
endpoint in the backend following the OpenTelemetry format.This could allow teams to monitor their instance and be alerted when something very wrong is happening (before the scoreboard).
Metrics wishlist:
I don't believe we should expose per-TCP flow information as the Tulip frontend is already made for that.
The text was updated successfully, but these errors were encountered: