Skip to content

Prometheus instrumentation to get metrics of the switchboard #96

@vincentfretin

Description

@vincentfretin

Add prometheus instrumentation with crates prometheus and prometheus-static-metric to get details of the switchboard like number of rooms, users, sessions to be able to vizualize that with Grafana.
The /metrics endpoint can be added with tide / async_std (this is what janus-conference use) or axum / tokio (see also comments on #93)

An agones Rust SDK integration may be interesting (or not I didn't dig this much yet) to scale horizontally janus instances on kubernetes. The Rust SDK is using tokio as a dependency already, and you get prometheus metrics too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions