Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aimenux/opentelemetryconsoledemo

Using OpenTelemetry with console applications
https://github.com/aimenux/opentelemetryconsoledemo

console-app docker docker-compose net80 opentelemetry zipkin

Last synced: 15 days ago
JSON representation

Using OpenTelemetry with console applications

Awesome Lists containing this project

README

        

[![.NET](https://github.com/aimenux/OpenTelemetryConsoleDemo/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/OpenTelemetryConsoleDemo/actions/workflows/ci.yml)

# OpenTelemetryConsoleDemo
```
Using OpenTelemetry with console applications
```

In this demo, i m using [OpenTelemetry](https://devblogs.microsoft.com/dotnet/opentelemetry-net-reaches-v1-0/) in order to build instrumentation within a console application.
>
>
:rocket: To run code, follow these steps :
>
> - Type `docker compose up` in your terminal
>
> - Open [zipkin url](http://localhost:9411/zipkin) in your browser
>
> - Type `docker compose down` in your terminal

![OpenTelemetryConsoleDemo](Screenshots/OpenTelemetryConsoleDemo.png)

**`Tools`** : net 8.0, docker, open-telemetry, zipkin