Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aimenux/opentelemetryconsoledemo
- Owner: aimenux
- License: mit
- Created: 2022-01-12T21:41:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T08:40:06.000Z (8 months ago)
- Last Synced: 2024-11-11T15:16:20.917Z (2 months ago)
- Topics: console-app, docker, docker-compose, net80, opentelemetry, zipkin
- Language: C#
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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