Artem Nedoshepa
Artem Nedoshepa
Just checked, 2.25.2 still has this issue. 
@Zheaoli we query internal DB and generate yaml files for prometheus.
Running 1.4.10, experiencing the same issue.
Experiencing the same issue, pretty much the same config, the debug level logs: ``` | | 2022-11-13 15:17:19 | Nov 14 09:47:18 ned loki-linux-amd64[406979]: level=debug ts=2022-11-13T23:17:18.984620841Z caller=mock.go:186 msg="Get - deadline...
It should be similar to prometheus's snmp_exporter, where we pass a target as a parameter, such as ```localhost:9116/snmp?module=vendor-specific-module&target=10.110.10.1``` This way we'd run one ocprometheus process and scrape multiple arista targets....
All webhook related config follows this: ``` - name: 'name_1' webhook_configs: - url: 'https://url.com:8028/api/v1/alert' http_config: tls_config: insecure_skip_verify: true send_resolved: false - name: 'name_2' webhook_configs: - url_file: '/export/apps/alertmanager/path' send_resolved: false max_alerts:...
Running the latest master, the same issue (no metrics being exported).
Ping? Or the entire thing is no longer supported?
Cut arista case# 158111 @aaronbee
@aaronbee Arista TAC provided an extension ocprometheus-1.6.swix. Installed it on arista switch, /usr/bin/ocprometheus worked as expected, got my metrics. Copied over the binary to my server and it's working as...