mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Fixed config generation command in README
This commit is contained in:
parent
9df21aa545
commit
e689c0bcfb
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ you can use the included `config-gen` tool to generate a configuration that matc
|
||||||
the old implicit ruleset:
|
the old implicit ruleset:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ go run cmd/config-gen main.go [--rate-interval=<duration>] [--label-prefix=<prefix>]
|
$ go run cmd/config-gen/main.go [--rate-interval=<duration>] [--label-prefix=<prefix>]
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue