agent-substrate / agent-substrate/substrate

Rethink telemetry enrichment for actor workload telemetry

Open
#569 0 comments 0 reactions 1 assignee Claimed by @git286 View on GitHub
area/observability kind/feature prio/P2
Dominant language
Go
Stars
1.8k
Forks
316
Avg merge
2d 43m
Merged PRs (30d)
287

Description

Telemetry emitted by an actor currently inherits the Kubernetes enrichment default: stamp`k8s.pod.*`, `k8s.node.*`, `k8s.deployment.*` describing the worker pod the actor happens to be running in.

That default is a not a good fit for Substrate, and applying it blindly is probably wrong. For an actor, pod and node are not identity, they are placement. In ordinary Kubernetes those coincide, so OpenTelemetry's semantic conventions conflate them. In Substrate they don't, and the conflation produces telemetry that is expensive, unstable across resume, and can be misread by standard tooling.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.