Skip to content

Replace Grafana/Tempo stack with Aspire Dashboard#141

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/replace-grafana-with-aspire
Draft

Replace Grafana/Tempo stack with Aspire Dashboard#141
Copilot wants to merge 4 commits intomainfrom
copilot/replace-grafana-with-aspire

Conversation

Copy link

Copilot AI commented Jan 14, 2026

Modernizes the example observability stack by replacing Grafana + Tempo + OpenTelemetry Collector with the .NET Aspire Dashboard.

Changes

  • docker-compose.yml: Replaced 3 services (Grafana, Tempo, OTel Collector) with single Aspire Dashboard container

    • Server now sends OTLP directly to Aspire on port 4317
    • Dashboard UI exposed on port 18888
    • Anonymous access enabled for local development
  • Removed configuration: Deleted containers/ directory containing Grafana datasources, Tempo config, and OTel Collector config (112 lines removed)

  • README.md: Updated architecture diagram and access instructions to reflect simplified setup

Architecture

Before: Server → OTel Collector → Tempo ← Grafana

After: Server → Aspire Dashboard

The Aspire Dashboard provides unified traces, metrics, and logs in a single .NET-native tool.

Original prompt

This section details on the original issue you should resolve

<issue_title>Use Aspire insted of grafana/tempo for example code</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits January 14, 2026 19:16
Co-authored-by: nenoNaninu <27144255+nenoNaninu@users.noreply.github.com>
Co-authored-by: nenoNaninu <27144255+nenoNaninu@users.noreply.github.com>
Co-authored-by: nenoNaninu <27144255+nenoNaninu@users.noreply.github.com>
Copilot AI changed the title [WIP] Use Aspire instead of Grafana/Tempo for example code Replace Grafana/Tempo stack with Aspire Dashboard Jan 14, 2026
Copilot AI requested a review from nenoNaninu January 14, 2026 19:21
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.

Use Aspire insted of grafana/tempo for example code

2 participants