1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-07-08 10:41:56 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
2eb379ce4d Make linter pass all tests 2022-04-01 10:38:43 +01:00
bf1c2c9bf9 add metric for max_conns of upstream servers (#201) 2021-09-23 11:02:55 -07:00
c9bc067005 Fix upstream server fails metric description (#183) 2021-04-29 19:53:14 +01:00
7c45b2334b Fix bugs in exporter 2020-11-30 15:08:26 +00:00
5231f69ce8 Update struct 2020-11-26 14:35:58 +00:00
1ffb988ca6 Add k8s object labels to tcp metrics
Co-authored-by: Dean Coakley <dean.s.coakley@gmail.com>
2020-11-25 15:39:38 +00:00
6b1901af57 Extend Upstream Servers with pod_name label 2020-08-25 10:15:36 +01:00
66a9427a40 Add variable labels to Upstream Servers and Server Zones metrics 2020-08-04 11:51:19 +01:00
6a9964bcce Add const labels to upMetric 2020-04-17 15:49:34 +01:00
c699f2297f Add constLabels support via cli arg/env var 2020-01-10 14:13:35 +00:00
23e6c62cef Fix typo in nodes_online metric description
* conected -> connected
2019-11-18 11:32:27 +00:00
330108c69b Add location zone and resolver metric support 2019-10-15 10:02:36 +05:30
aca0fa4708 Do not expose zone sync metric if not present 2019-06-10 15:33:26 +01:00
61f68fd65f Add zone sync metrics 2019-05-30 10:21:56 +01:00
5ee605ac45 Add up metrics
Add nginx_up and nginxplus_up metrics that show the status of the
last metric scrape from NGINX or NGINX Plus.
2019-01-11 18:00:54 +00:00
a36595021a Add stream metrics support (#16)
Closes: https://github.com/nginxinc/nginx-prometheus-exporter/pull/1
* Add streamUpstream metrics
* Add streamUpstreamServer metrics
* Add streamServerZone metrics
* Metric descriptor must be the same for every metric with the same metricName, so Metric
descriptions must be the same regardless of label
* Add stream metrics documentation to readme

* Fix readme typo Upsteams->Upstreams
2018-10-15 08:00:14 +01:00
e393d6127b Use nginx plus go sdk
Replace the NGINX Plus Client from the client package with the
NGINX Plus client from https://github.com/nginxinc/nginx-plus-go-sdk
2018-09-11 15:27:45 +01:00
8d90a86cdf Release 0.1.0 2018-05-30 14:49:53 +01:00