You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Luca Kovacs (Jira)" <ji...@apache.org> on 2022/08/29 07:49:00 UTC

[jira] [Updated] (HBASE-20904) Prometheus metrics http endpoint for monitoring integration

     [ https://issues.apache.org/jira/browse/HBASE-20904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luca Kovacs updated HBASE-20904:
--------------------------------
    Release Note: 
HBase metrics can be published in JSON and now Prometheus friendly formats via servlets. Any of these servlets can be enabled or disabled by the configuration property 'hbase.http.metrics.servlets' in the 'hbase-default.xml' file. 
The value for the property should be a comma separated list of the servlet aliases which are '{jmx, metrics, prometheus}'. 
The '/jmx', '/metrics', '/prometheus' servlets are enabled by default. 
To get metrics using these servlets access the URL 'http://SERVER_HOSTNAME:SERVER_WEB_UI_PORT/endpoint'. Where endpoint is one of {'/jmx', '/metrics', '/prometheus'}. 
         Summary: Prometheus metrics http endpoint for monitoring integration  (was: Prometheus /metrics http endpoint for monitoring integration)

> Prometheus metrics http endpoint for monitoring integration
> -----------------------------------------------------------
>
>                 Key: HBASE-20904
>                 URL: https://issues.apache.org/jira/browse/HBASE-20904
>             Project: HBase
>          Issue Type: New Feature
>          Components: metrics, monitoring
>            Reporter: Hari Sekhon
>            Assignee: Luca Kovacs
>            Priority: Major
>             Fix For: 2.6.0, 3.0.0-alpha-4
>
>
> Feature Request to add Prometheus /metrics http endpoint for monitoring integration:
> [https://prometheus.io/docs/prometheus/latest/configuration/configuration/#%3Cscrape_config%3E]
> Prometheus metrics format for that endpoint:
> [https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)