Skip to content

Commit

Permalink
Add Grafana dashboard for Plus (nginx#1194)
Browse files Browse the repository at this point in the history
* Add Grafana dashboard for Plus

* Apply suggestions from code review

Co-authored-by: Michael Pleshakov <[email protected]>
Co-authored-by: Dean Coakley <[email protected]>

* Apply suggestions from code review 2

Co-authored-by: Dean Coakley <[email protected]>

* Feedback

Co-authored-by: Michael Pleshakov <[email protected]>
Co-authored-by: Dean Coakley <[email protected]>
  • Loading branch information
3 people authored Oct 20, 2020
1 parent 56d9d35 commit 030e8fe
Show file tree
Hide file tree
Showing 4 changed files with 1,974 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs-web/logging-and-monitoring/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The Ingress Controller exports the following metrics:

* NGINX/NGINX Plus metrics:
* Exported by NGINX/NGINX Plus. Refer to the [NGINX Prometheus Exporter developer docs](https://github.com/nginxinc/nginx-prometheus-exporter#exported-metrics) to find more information about the exported metrics.
* There is a Grafana dashboard for NGINX Plus metrics located in the root repo folder.
* Calculated by the Ingress Controller:
* `controller_upstream_server_response_latency_ms_count`. Bucketed response times from when NGINX establishes a connection to an upstream server to when the last byte of the response body is received by NGINX. **Note**: The metric for the upstream isn't available until traffic is sent to the upstream. The metric isn't enabled by default. To enable the metric, set the `-enable-latency-metrics` command-line argument.
* Ingress Controller metrics
Expand Down
Loading

0 comments on commit 030e8fe

Please sign in to comment.