Hey guys!
I got a pair of Dell EMC 4128f switches configured with sFlow to to push metrics out to a Windows Server (10.190.0.35 ) running sFlow-RT, Grafana and Prometheus.
I could not get sFlow-Metrics and sFlow-Analyzer to work with the dashboards in Grafana.
Dashboard used are the following,
My settings in prometheus.yml are as follows,
- job_name: 'sflow-rt-analyzer'
metrics_path: /prometheus/analyzer/txt
static_configs:
- targets: ['
10.190.0.35:8008']
- job_name: 'sflow-rt-metrics'
metrics_path: /prometheus/metrics/ALL/ALL/txt
static_configs:
- targets: ['
10.190.0.35:8008']
metric_relabel_configs:
- source_labels: ['agent', 'datasource']
separator: ':'
target_label: instance
Here is my output on Prometheus.
Any help will be much appreciated!
Regards,
Shawn