Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaydeluca/cameltrace
https://github.com/jaydeluca/cameltrace
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaydeluca/cameltrace
- Owner: jaydeluca
- Created: 2023-09-24T19:00:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T12:06:15.000Z (over 1 year ago)
- Last Synced: 2024-11-05T11:33:04.524Z (3 months ago)
- Language: Kotlin
- Size: 37.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Experiment with camel tracing with opentelemetry
Script will setup docker, build jar, start up app with OTel javaagent config
`./runtest.sh`
Tips / Manual:
```
docker compose up -d# from pulsar bin
./pulsar-client produce persistent://public/default/my-topic -m "test"# read
./pulsar-client read persistent://public/default/my-topic --queue-size 1# rebuild agent
docker compose up -d --build datadog --remove-orphans```
Notes:
* Access [jaeger](http://localhost:16686/)
* Java 17
* uses otlp and visualizer in jaeger