Skip to content

camiloJaramillo5/aspire-opentelemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualize Telemetry with OpenTelemetry and .NET Aspire

Overview

This repository allows to visualize traces, logs, and metrics all in one in the new .NET Aspire dashboard tool.

Prerequisites

Setup

  1. Clone o download this repository:

    git clone https://github.com/camiloJaramillo5/aspire-opentelemetry/
  2. Download the docker image

    docker run --rm -it -p 18888:18888 -p 4317:18889 -d --name aspire-dashboard -e DOTNET_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS='true' mcr.microsoft.com/dotnet/nightly/aspire-dashboard:8.0.0-preview.6
  3. Build and run the web API project.

  4. Hit the endpoint repeatedly and wait some time for OTEL to collect and export the data.

  5. Verify in the URL http://localhost:18888/ the results. You should see similar results as these: image image image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages