Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 586 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 586 Bytes

Observability

Run in local, with IDE

# from $project-dir/observability
make download-otel-agent
make start-otel-platform

To start with IntelliJ, we can use run configurations stored in .run/otel directory. They are configured to start with OpenTelemetry environment variables, and to use the downloaded agent.

Run in local, with Docker

# from $project-dir/applications
make build-docker
# from $project-dir/observability
make run-observability

Then browse to http://localhost:16686/.

Use Bruno with environment local.

Run in k8s

See