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

fix(7.10): chamilad/kibana-prometheus-exporter#7 #8

Merged
merged 1 commit into from
May 5, 2021

Conversation

faust64
Copy link
Contributor

@faust64 faust64 commented Feb 8, 2021

Make it work with 7.10 (tested against 7.10.2)

In addition to the usual go/process metrics, we would get the following:

# HELP kibana_concurrent_connections Kibana Concurrent Connections
# TYPE kibana_concurrent_connections gauge
kibana_concurrent_connections 1
# HELP kibana_heap_max_in_bytes Kibana Heap maximum in bytes
# TYPE kibana_heap_max_in_bytes gauge
kibana_heap_max_in_bytes 1.77225728e+08
# HELP kibana_heap_used_in_bytes Kibana Heap usage in bytes
# TYPE kibana_heap_used_in_bytes gauge
kibana_heap_used_in_bytes 1.42202568e+08
# HELP kibana_millis_uptime Kibana uptime in milliseconds
# TYPE kibana_millis_uptime gauge
kibana_millis_uptime 7.5229338e+07
# HELP kibana_os_load_15m Kibana load average 15m
# TYPE kibana_os_load_15m gauge
kibana_os_load_15m 3.3916015625
# HELP kibana_os_load_1m Kibana load average 1m
# TYPE kibana_os_load_1m gauge
kibana_os_load_1m 4.83837890625
# HELP kibana_os_load_5m Kibana load average 5m
# TYPE kibana_os_load_5m gauge
kibana_os_load_5m 3.90966796875
# HELP kibana_requests_disconnects Kibana request disconnections count
# TYPE kibana_requests_disconnects gauge
kibana_requests_disconnects 0
# HELP kibana_requests_total Kibana total request count
# TYPE kibana_requests_total gauge
kibana_requests_total 1
# HELP kibana_response_average Kibana average response time in milliseconds
# TYPE kibana_response_average gauge
kibana_response_average 12
# HELP kibana_response_max Kibana maximum response time in milliseconds
# TYPE kibana_response_max gauge
kibana_response_max 12
# HELP kibana_status Kibana overall status
# TYPE kibana_status gauge
kibana_status 1

FYI: upstream (pjhampton) as been fixed last week.

@chamilad
Copy link
Owner

@faust64 Thanks for the PR and sorry for the late response. I'll test and merge this soon.

@chamilad
Copy link
Owner

chamilad commented May 5, 2021

Thanks for the contribution!!

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

Successfully merging this pull request may close these issues.

2 participants