Skip to content

feat(telemetry): name agent invocation spans - #312

Merged
jcarver989 merged 1 commit into
mainfrom
feat/name-agent-telemetry-spans
Jul 29, 2026
Merged

feat(telemetry): name agent invocation spans#312
jcarver989 merged 1 commit into
mainfrom
feat/name-agent-telemetry-spans

Conversation

@jcarver989

Copy link
Copy Markdown
Contributor

Summary

  • name agent invocation spans with the configured agent name
  • record gen_ai.agent.name while keeping gen_ai.operation.name set to invoke_agent
  • preserve invoke_agent as the fallback when no agent name is available

Review focus

Agent identity stays separate from the W3C trace propagation context. ObserverFactory::agent receives the name and parent context as explicit arguments.

Walkthrough

  • 277c597a: thread agent names into telemetry and cover named parent and child agent spans

Verification

  • just test
  • cargo check --workspace
  • cargo clippy -p aether-agent-core -p aether-telemetry --all-targets --all-features --no-deps -- -D warnings
  • cargo fmt --check --all

@jcarver989
jcarver989 enabled auto-merge (squash) July 29, 2026 19:49
@jcarver989
jcarver989 merged commit 07f721a into main Jul 29, 2026
13 checks passed
@jcarver989
jcarver989 deleted the feat/name-agent-telemetry-spans branch July 29, 2026 19:54
jcarver989 pushed a commit that referenced this pull request Jul 29, 2026
## 🤖 New release

* `aether-agent-core`: 0.6.29 -> 0.6.30
* `aether-lspd`: 0.1.29 -> 0.1.30
* `aether-telemetry`: 0.1.10 -> 0.1.11
* `aether-wisp`: 0.4.37 -> 0.4.38
* `aether-project`: 0.5.30 -> 0.5.31
* `aether-mcp-servers`: 0.4.36 -> 0.4.37
* `aether-agent-cli`: 0.7.33 -> 0.7.34
* `aether-evals`: 0.2.22 -> 0.2.23
* `aether-schemas`: 0.1.17 -> 0.1.18

<details><summary><i><b>Changelog</b></i></summary><p>

## `aether-agent-core`

<blockquote>

##
[0.6.30](aether-agent-core-v0.6.29...aether-agent-core-v0.6.30)
- 2026-07-29

### Added

- *(telemetry)* name agent invocation spans
([#312](#312))
</blockquote>

## `aether-lspd`

<blockquote>

##
[0.1.30](aether-lspd-v0.1.29...aether-lspd-v0.1.30)
- 2026-07-29

### Other

- update Cargo.lock dependencies
</blockquote>

## `aether-telemetry`

<blockquote>

##
[0.1.11](aether-telemetry-v0.1.10...aether-telemetry-v0.1.11)
- 2026-07-29

### Added

- *(telemetry)* name agent invocation spans
([#312](#312))
</blockquote>

## `aether-wisp`

<blockquote>

##
[0.4.38](aether-wisp-v0.4.37...aether-wisp-v0.4.38)
- 2026-07-29

### Other

- update Cargo.lock dependencies
</blockquote>

## `aether-project`

<blockquote>

##
[0.5.31](aether-project-v0.5.30...aether-project-v0.5.31)
- 2026-07-29

### Other

- updated the following local packages: aether-agent-core
</blockquote>

## `aether-mcp-servers`

<blockquote>

##
[0.4.37](aether-mcp-servers-v0.4.36...aether-mcp-servers-v0.4.37)
- 2026-07-29

### Other

- updated the following local packages: aether-agent-core, aether-lspd,
aether-lspd, aether-project
</blockquote>

## `aether-agent-cli`

<blockquote>

##
[0.7.34](aether-agent-cli-v0.7.33...aether-agent-cli-v0.7.34)
- 2026-07-29

### Other

- updated the following local packages: aether-agent-core, aether-lspd,
aether-telemetry, aether-wisp, aether-project, aether-mcp-servers
</blockquote>

## `aether-evals`

<blockquote>

##
[0.2.23](aether-evals-v0.2.22...aether-evals-v0.2.23)
- 2026-07-29

### Other

- updated the following local packages: aether-agent-core,
aether-project
</blockquote>

## `aether-schemas`

<blockquote>

##
[0.1.18](aether-schemas-v0.1.17...aether-schemas-v0.1.18)
- 2026-07-29

### Other

- updated the following local packages: aether-agent-core,
aether-project, aether-agent-cli, aether-evals
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: contextbridge-pr-automation[bot] <259134118+contextbridge-pr-automation[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant