エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
GitHub - prometheus-community/json_exporter: A prometheus exporter which scrapes remote JSON by JSONPath
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - prometheus-community/json_exporter: A prometheus exporter which scrapes remote JSON by JSONPath
## SETUP $ make build $ ./json_exporter --config.file examples/config.yml & $ python3 -m http.ser... ## SETUP $ make build $ ./json_exporter --config.file examples/config.yml & $ python3 -m http.server 8000 & Serving HTTP on :: port 8000 (http://[::]:8000/) ... ## TEST with 'default' module $ curl "http://localhost:7979/probe?module=default&target=http://localhost:8000/examples/data.json" # HELP example_global_value Example of a top-level global value scrape in the json # TYPE example_global_valu
2016/05/18 リンク