On Mon, Feb 1, 2021 at 12:05 PM Pierre Cheynier <p.cheyn...@criteo.com> wrote:
> In addition to this update, I would add some recommendations about the user
> setup in the README ("how do I prevent my prometheus instance to explode
> when scrapping this endpoint?").
> For server-template users:
> - <job>
>   params:
>     no-maint:
>     - empty
>
> Generally speaking, to prevent all server metrics to be saved, except this 
> one:
> - <job>
>    metric_relabel_configs:
>    - source_labels: ['__name__']
>       regex: 'haproxy_(process_|frontend_|backend_|server_check_status).*'
>       action: keep

agreed taken into account in v2

> "Status of last health check, per state value" ?

updated in v2.
-- 
William

Reply via email to