Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/prometheus-sandbox
https://github.com/zztkm/prometheus-sandbox
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/prometheus-sandbox
- Owner: zztkm
- Created: 2023-06-15T14:57:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-15T14:57:58.000Z (over 1 year ago)
- Last Synced: 2024-12-20T23:29:52.325Z (14 days ago)
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prometheus sandbox
[今日から始めるPrometheusによるシステム監視(3) 〜Prometheusを使ってみよう〜 | さくらのナレッジ](https://knowledge.sakura.ad.jp/27566/)
## Commands
start prometheus
```
make up
```
visit: http://localhost:9090stop prometheus
```
make down
```