Eyeless77
Eyeless77
Any updates here?
Given the same `example.json` ```json { "status": "running" } ``` I was able to extract status and apply it as label as suggested [here](https://github.com/prometheus-community/json_exporter/issues/186#issuecomment-1328156005) My `config.yml` looks like this: ```yaml...
Hope this diag info could help. ```` # omcicli mib get 84 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX VlanTagFilterData XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ================================= EntityID: 0x03 FilterTbl[0]: PRI 0,CFI 0, VID 10 FwdOp: 0x10 NumOfEntries: 1 ================================= =================================...
Hi @labuwx, thank you for sharing your experience. I have the following output for `gpon show ds-flow`: ``` gpon show ds-flow ============================================================ GPON ONU MAC D/S Flow Status Flow ID...
Got it working via dedicated switch port. The main issue was the fact that multicast traffic is passing through a different VLAN 9. And VLAN 20 is used only for...
@skon77 Thank you for sharing your experience. VLAN assignment seems true for my case with Huawei OLT. One more step that I've made is turning off "anyservice" via ISP tech...
Finally got it working in a routed environment with OPNsense. Described some details in OPNsense community: https://forum.opnsense.org/index.php?topic=35933.msg175397#msg175397
Seems like `/metrics` path is not defined in `nginx.conf` for loki-gateway: https://github.com/grafana/loki/blob/main/production/helm/loki/templates/_helpers.tpl#L750-L1014 But this endpoint is defined for loki-gateway deployment template: https://github.com/grafana/loki/blob/main/production/helm/loki/templates/gateway/deployment-gateway-nginx.yaml#L63-L66 `Servicemonitor` is created for Prometheus to scrape all...
Looks like previously in 2.x helm charts the endpoint name was just `http`: https://github.com/grafana/loki/blob/v2.9.8/production/helm/loki/templates/gateway/deployment-gateway.yaml#L62 And now it's changed for `http-metrics` and is also used by `readinessProbe` for `gateway` deployment: https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml#L1019-L1022