Restart eco-server to validate tailnet loopback fix #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-04-29T05:15:51Z - https://github.com/coilysiren/eco-telemetry/issues/7
Restart eco-server to pick up the new
OtlpMetricsEndpointand validate the tailnet loopback fix from coilysiren/infrastructure#71.State at filing:
Configs/EcoTelemetry.jsonon kai-server is already pointing athttp://localhost:30428/opentelemetry/api/v1/push(the new NodePort path). No further config edit needed.vmsingle-nodeportService is up in theobservabilitynamespace, NodePort 30428.To do:
coily eco restartLogs/EcoTelemetry/smoke-probe.txtfor a non-failing probe line.eco_*series and confirm data is landing:curl -s 'http://<vmsingle-host>:8428/api/v1/label/__name__/values' | jq '.data | map(select(startswith("eco_")))'Cross-links: coilysiren/infrastructure#71 (cluster-side fix), #5 (original metrics-not-arriving symptom).