OpenTelemetry, also known as OTel for short, is a vendor-neutral open-source Observability framework for instrumenting, generating, collecting, and exporting telemetry data such as traces, metrics, logs. As an industry-standard it is natively supported by a number of vendors.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Things you need to use the software and how to install them.
- Clone the repo
git clone https://github.com/gitViwe/openTelemetry.git
- Run via Docker
cd opentelemetry docker compose up -d
- Then navigate to http://localhost:5043/swagger and send a request.
- View traces via Jaeger at http://localhost:16686
- View logs via Seq at http://localhost:5555/#/events
- Access RabittMQ UI at http://localhost:515672 Username:
guest
Password:guest