Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgouteroux/prom
Prometheus tooling cli
https://github.com/fgouteroux/prom
Last synced: about 7 hours ago
JSON representation
Prometheus tooling cli
- Host: GitHub
- URL: https://github.com/fgouteroux/prom
- Owner: fgouteroux
- License: apache-2.0
- Created: 2023-04-11T10:39:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-11T16:36:58.000Z (over 1 year ago)
- Last Synced: 2024-06-21T08:05:33.897Z (5 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prom
prom is a prometheus tooling cli.
It contains theses 2 projects in one and it could be extended more easily.- https://github.com/fgouteroux/prom-push-cli
- https://github.com/fgouteroux/promtoolfmt## Main Usage
```
NAME:
prom - Prometheus toolingUSAGE:
prom [global options] command [command options] [arguments...]
AUTHOR:
- François Gouteroux
COMMANDS:
metrics metrics operations
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--debug, -D show debug output (default: false) [$PROM_DEBUG, $DEBUG]
--help, -h show help
--version, -v print the version
COPYRIGHT:
(c) 2023 François Gouteroux
```## Metrics usage
```
NAME:
prom metrics - metrics operationsUSAGE:
prom metrics command [command options] [arguments...]COMMANDS:
push push prometheus metrics to a remote write.
check check prometheus metrics.
fmt format prometheus metrics.
help, h Shows a list of commands or help for one commandOPTIONS:
--help, -h show help
```