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

prometheus metrics #1491

Closed
daknadnane opened this issue May 19, 2022 · 2 comments
Closed

prometheus metrics #1491

daknadnane opened this issue May 19, 2022 · 2 comments

Comments

@daknadnane
Copy link

Hello ,
is there any docs describing meaning of each metric exposed to prometheus server

@rfuchs
Copy link
Member

rfuchs commented May 19, 2022

It's provided within the metrics themselves, if you pull up the output of /metrics

~# curl http://localhost:2225/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

Some might be missing but in general they correspond to what you see in rtpengine-ctl list totals so you should be able to figure it out.

Don't use the Github issue tracker to ask questions. Use the mailing list instead.

@rfuchs rfuchs closed this as completed May 19, 2022
@daknadnane
Copy link
Author

many Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants