-
Notifications
You must be signed in to change notification settings - Fork 748
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 - Documentations #1735
Comments
Prometheus is a pull based metrics system. The configuration you see in Prebid Server will turn on collection of Prometheus metrics with the app and expose an endpoint on a port of your choosing. You will then configure your Prometheus server to connect to your Prebid Server instances and read the metrics. I don't know the details on how to configure a Prometheus server. I recommend starting with their FAQ. The relevant settings in Prebid Server (in environment variable form) are: // The port of the endpoint you want Prebid Server to host. There is no path. Connecting directly to this port will return a metric result set for Prometheus to consume. I do not recommend exposing this to the internet. // The main prefix Prometheus will add to the metrics to ensure uniqueness within your cluster. // The secondary prefix Prometheus will add to the metrics to ensure uniqueness within your cluster. // The amount of time Prebid Server will allow for the Prometheus endpoint to respond. You only need to worry about this if you metrics enabled which have high cardinality. |
Thank you for your reply, yes i know how prometheus is working. |
Yes. We're using Prometheus at Xandr with PBS. We have a separate team which manages the Prometheus system, so I don't have details to share in that aspect. Are you able to configure the Prometheus module within PBS using the config I shared earlier? |
With the docs PR open, can we close this @Mouchii ? |
Closing due to inactivity and creation of docs. You are welcomed to re-open this ticket or submit a new issue if you would like to request further action. |
Hello,
I would like to send metrics from my prebid server to prometheus but i don't find any documentation on it.
It just see in the config.go som parameters on this, but what is the configuration to set in prometheus to retrieve datas ?
Thanks
The text was updated successfully, but these errors were encountered: