Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/prometheus-sandbox


https://github.com/zztkm/prometheus-sandbox

Last synced: 10 days ago
JSON representation

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:9090

stop prometheus
```
make down
```