Skip to content

Feature/otel-aspire-example#6

Merged
madebygps merged 4 commits intoAzure-Samples:mainfrom
madebygps:feature/otel-aspire-example
Feb 12, 2026
Merged

Feature/otel-aspire-example#6
madebygps merged 4 commits intoAzure-Samples:mainfrom
madebygps:feature/otel-aspire-example

Conversation

@madebygps
Copy link
Copy Markdown
Collaborator

@madebygps madebygps commented Feb 11, 2026

This pull request adds OpenTelemetry Aspire Dashboard integration to the repository, including a new example in both English and Spanish, updated documentation, and support for running telemetry export in the development container.

- Add agent_otel_aspire.py: tool-calling agent that exports traces, metrics,
  and structured logs to the .NET Aspire Dashboard via OTLP/gRPC
- Telemetry conditionally enabled when OTEL_EXPORTER_OTLP_ENDPOINT is set
- Add opentelemetry-exporter-otlp-proto-grpc dependency
- Add Aspire Dashboard setup instructions to README
Comment thread .devcontainer/devcontainer.json Outdated
"features": {
"ghcr.io/azure/azure-dev/azd:latest": {}
"ghcr.io/azure/azure-dev/azd:latest": {},
"ghcr.io/devcontainers/features/docker-in-docker:latest": {}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it better to use docker-in-docker or put aspire as a service in docker-compose? (In my redis branch, I put redis as a service)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benefit: In codespaces, it will just work
Drawback: Locally, we have to add instructions for how to make it work

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could honestly go either way, but we probably want to be consistent?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I say service in docker-compose

Copy link
Copy Markdown
Contributor

@pamelafox pamelafox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one decision to make

Copy link
Copy Markdown
Contributor

@pamelafox pamelafox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@madebygps madebygps merged commit 980943f into Azure-Samples:main Feb 12, 2026
1 check passed
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.

2 participants