mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
Fix spelling mistake in metrics.go (#3618)
Some checks failed
Tests / sqlite (push) Has been cancelled
Tests / mariadb (push) Has been cancelled
Tests / mysql (push) Has been cancelled
Tests / postgres (push) Has been cancelled
Tests / hub (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Test Docker images / test_flavor (debian) (push) Has been cancelled
Test Docker images / test_flavor (slim) (push) Has been cancelled
Go tests (windows) / Build + tests (push) Has been cancelled
Build / Build + tests (push) Has been cancelled
(push-master) Publish latest Docker images / dev-alpine (push) Has been cancelled
(push-master) Publish latest Docker images / dev-debian (push) Has been cancelled
Some checks failed
Tests / sqlite (push) Has been cancelled
Tests / mariadb (push) Has been cancelled
Tests / mysql (push) Has been cancelled
Tests / postgres (push) Has been cancelled
Tests / hub (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Test Docker images / test_flavor (debian) (push) Has been cancelled
Test Docker images / test_flavor (slim) (push) Has been cancelled
Go tests (windows) / Build + tests (push) Has been cancelled
Build / Build + tests (push) Has been cancelled
(push-master) Publish latest Docker images / dev-alpine (push) Has been cancelled
(push-master) Publish latest Docker images / dev-debian (push) Has been cancelled
This commit is contained in:
parent
627eb352f1
commit
505ad36dfd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ func (cli *cliMetrics) NewCommand() *cobra.Command {
|
||||||
Use: "metrics",
|
Use: "metrics",
|
||||||
Short: "Display crowdsec prometheus metrics.",
|
Short: "Display crowdsec prometheus metrics.",
|
||||||
Long: `Fetch metrics from a Local API server and display them`,
|
Long: `Fetch metrics from a Local API server and display them`,
|
||||||
Example: `# Show all Metrics, skip empty tables (same as "cecli metrics show")
|
Example: `# Show all Metrics, skip empty tables (same as "cscli metrics show")
|
||||||
cscli metrics
|
cscli metrics
|
||||||
|
|
||||||
# Show only some metrics, connect to a different url
|
# Show only some metrics, connect to a different url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue