Git Product home page Git Product logo

Comments (1)

rfuchs avatar rfuchs commented on August 25, 2024

If it's not an issue, then why open an issue? We have a mailing list for general questions.

The docs are provided in-line, although not all of them translate fully due to the use of Prometheus labels.

$ curl http://localhost:8000/metrics
# HELP rtpengine_sessions Owned sessions
# TYPE rtpengine_sessions gauge
rtpengine_sessions{type="own"} 0
rtpengine_sessions{type="foreign"} 0
# HELP rtpengine_transcoded_media Transcoded media
# TYPE rtpengine_transcoded_media gauge
rtpengine_transcoded_media 0
# HELP rtpengine_mediastreams Userspace-only media streams
# TYPE rtpengine_mediastreams gauge
rtpengine_mediastreams{type="userspace"} 0
rtpengine_mediastreams{type="kernel"} 0
rtpengine_mediastreams{type="mixed"} 0
# HELP rtpengine_uptime_seconds Uptime of rtpengine
# TYPE rtpengine_uptime_seconds gauge
rtpengine_uptime_seconds 8
# HELP rtpengine_sessions_total Total managed sessions
# TYPE rtpengine_sessions_total counter
rtpengine_sessions_total 0
...

The metrics generally mirror the stats provided through other channels (e.g. rtpengine-ctl list totals) so it should be straight forward to figure out what is what.

from rtpengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.