Metrics
Prometheus Metrics
Introduction
Configuration
Usage
Overview Dashboard Preview

TCP Dashboard Preview

HTTP Dashboard Preview

Last updated
Prometheus Metrics



Last updated
# reference: https://prometheus.io/docs/prometheus/latest/configuration/configuration/
global:
scrape_interval: 15s
scrape_timeout: 15s
#evaluation_interval: 15s
scrape_configs:
# process_ metrics
- job_name: netcap
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- 127.0.0.1:7777net export -iface en0$ brew install grafana$ prometheus --config.file prometheus/prometheus.yml$ cd /usr/local/opt/grafana/share/grafana/data/plugins
$ git clone https://github.com/grafana/piechart-panel.git --branch release-1.4.0$ grafana-server --homepath /usr/local/opt/grafana/share/grafana$ net export -read 2017-09-19-traffic-analysis-exercise.pcap$ net export -iface en0$ net export -read HTTP.ncap.gz$ net export .