# 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.
# 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
.
See