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: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T08:40:06.000Z (about 2 years ago)
- Last Synced: 2025-02-27T01:54:29.645Z (over 1 year 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
[](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

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