https://github.com/flobz/quarkus-native-otlp
Working demo of quarkus native app with OTLP.
https://github.com/flobz/quarkus-native-otlp
native open-telemetry otlp quarkus telemetry
Last synced: 6 months ago
JSON representation
Working demo of quarkus native app with OTLP.
- Host: GitHub
- URL: https://github.com/flobz/quarkus-native-otlp
- Owner: flobz
- Created: 2023-04-26T16:59:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T17:01:43.000Z (about 3 years ago)
- Last Synced: 2025-02-12T12:21:38.552Z (over 1 year ago)
- Topics: native, open-telemetry, otlp, quarkus, telemetry
- Language: HTML
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quarkus-native-otel
This project is a working demo of a quarkus native app with OTEL sdk.
## Start this project:
```shell
quarkus build --native
./build/code-with-quarkus-1.0.0-SNAPSHOT-runner
```