[
https://issues.apache.org/jira/browse/OOZIE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018483#comment-17018483
]
Qs Bao edited comment on OOZIE-3305 at 1/18/20 3:52 AM:
--------------------------------------------------------
[~asalamon74] Yes I did. Here are some screenshots:
!Screen Shot 2020-01-18 at 11.17.29 AM.png|width=862,height=485!
!Screen Shot 2020-01-18 at 11.36.20 AM.png|width=862,height=485!
!Screen Shot 2020-01-18 at 11.19.30 AM.png|width=862,height=485!
The prometheus config {{prometheus.yaml}} used:
{code:none}
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds.
Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is
every 1 minute.
scrape_configs:
- job_name: 'oozie'
metrics_path: '/oozie/v2/admin/prometheus'
static_configs:
- targets: ['localhost:11000']
{code}
was (Author: qsbao):
[~asalamon74] Yes I did. Here are some screenshots:
!Screen Shot 2020-01-18 at 11.17.29 AM.png!
!Screen Shot 2020-01-18 at 11.18.06 AM.png!
!Screen Shot 2020-01-18 at 11.19.30 AM.png!
> Prometheus /metrics http endpoint for monitoring integration
> ------------------------------------------------------------
>
> Key: OOZIE-3305
> URL: https://issues.apache.org/jira/browse/OOZIE-3305
> Project: Oozie
> Issue Type: New Feature
> Components: monitoring
> Affects Versions: trunk
> Reporter: Hari Sekhon
> Assignee: Qs Bao
> Priority: Major
> Attachments: OOZIE-3305-001.patch, Screen Shot 2020-01-18 at 11.17.29
> AM.png, Screen Shot 2020-01-18 at 11.19.30 AM.png, Screen Shot 2020-01-18 at
> 11.36.20 AM.png
>
>
> 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.3.4#803005)