Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

PMM-12422-exporters-bind-push-mode #1168

Merged
merged 15 commits into from
Nov 24, 2023
Merged
3 changes: 3 additions & 0 deletions docs/details/commands/pmm-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ PMM communicates with the PMM Server via a PMM agent process.
`--group=<group-name>`
: Group name for external services. Default: `external`

`--expose-exporter` (This flag is availble starting with PMM 2.41.0.)
: If you enable this flag, any IP address on the local network and anywhere on the internet can access exporter endpoints. If the flag is disabled/not present, exporter endpoints can be accessed only locally. The flag is disabled by default

## COMMANDS

### GENERAL COMMANDS
Expand Down
2 changes: 2 additions & 0 deletions docs/details/commands/pmm-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Most options can be set via environment variables (shown in parentheses).
| `--trace` | `PMM_AGENT_TRACE` | Enable trace output (implies `--debug`).
| `-h`, `--help` | | Show help (synonym for `pmm-agent help`).
| `--version` | | Show application version, PMM version, time-stamp, git commit hash and branch.
| `--expose-exporter` (This flag is available starting with PMM 2.41.0.)| | If you enable this flag, any IP address on the local network and anywhere on the internet can access node exporter endpoints. If the flag is disabled, node exporter endpoints can be accessed only locally.


## USAGE AND EXAMPLES OF `paths-base` FLAG

Expand Down