|
18 | 18 |
|
19 | 19 | NGINX Prometheus exporter makes it possible to monitor NGINX or NGINX Plus using Prometheus.
|
20 | 20 |
|
| 21 | +<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 22 | +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 23 | +## Table of Contents |
| 24 | + |
| 25 | +- [Overview](#overview) |
| 26 | +- [Getting Started](#getting-started) |
| 27 | + - [A Note about NGINX Ingress Controller](#a-note-about-nginx-ingress-controller) |
| 28 | + - [Prerequisites](#prerequisites) |
| 29 | + - [Running the Exporter in a Docker Container](#running-the-exporter-in-a-docker-container) |
| 30 | + - [Running the Exporter Binary](#running-the-exporter-binary) |
| 31 | +- [Usage](#usage) |
| 32 | + - [Command-line Arguments](#command-line-arguments) |
| 33 | +- [Exported Metrics](#exported-metrics) |
| 34 | + - [Common metrics](#common-metrics) |
| 35 | + - [Metrics for NGINX OSS](#metrics-for-nginx-oss) |
| 36 | + - [Stub status metrics](#stub-status-metrics) |
| 37 | + - [Metrics for NGINX Plus](#metrics-for-nginx-plus) |
| 38 | + - [Connections](#connections) |
| 39 | + - [HTTP](#http) |
| 40 | + - [SSL](#ssl) |
| 41 | + - [HTTP Server Zones](#http-server-zones) |
| 42 | + - [Stream Server Zones](#stream-server-zones) |
| 43 | + - [HTTP Upstreams](#http-upstreams) |
| 44 | + - [Stream Upstreams](#stream-upstreams) |
| 45 | + - [Stream Zone Sync](#stream-zone-sync) |
| 46 | + - [Location Zones](#location-zones) |
| 47 | + - [Resolver](#resolver) |
| 48 | + - [HTTP Requests Rate Limiting](#http-requests-rate-limiting) |
| 49 | + - [HTTP Connections Limiting](#http-connections-limiting) |
| 50 | + - [Stream Connections Limiting](#stream-connections-limiting) |
| 51 | + - [Cache](#cache) |
| 52 | + - [Worker](#worker) |
| 53 | +- [Troubleshooting](#troubleshooting) |
| 54 | +- [Releases](#releases) |
| 55 | + - [Docker images](#docker-images) |
| 56 | + - [Binaries](#binaries) |
| 57 | + - [Homebrew](#homebrew) |
| 58 | + - [Snap](#snap) |
| 59 | +- [Building the Exporter](#building-the-exporter) |
| 60 | + - [Building the Docker Image](#building-the-docker-image) |
| 61 | + - [Building the Binary](#building-the-binary) |
| 62 | +- [Grafana Dashboard](#grafana-dashboard) |
| 63 | +- [SBOM (Software Bill of Materials)](#sbom-software-bill-of-materials) |
| 64 | + - [Binaries](#binaries-1) |
| 65 | + - [Docker Image](#docker-image) |
| 66 | +- [Provenance](#provenance) |
| 67 | +- [Contacts](#contacts) |
| 68 | +- [Contributing](#contributing) |
| 69 | +- [Support](#support) |
| 70 | +- [License](#license) |
| 71 | + |
| 72 | +<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
| 73 | + |
21 | 74 | ## Overview
|
22 | 75 |
|
23 | 76 | [NGINX](https://nginx.org) exposes a handful of metrics via the [stub_status
|
|
0 commit comments