OpenTelemetry good to send send trace and metric data to different platform.
Name | URL |
---|---|
grafana | http://localhost:3000 |
prometheus | http://localhost:9090 |
otel-collector | http://localhost:8889/metrics |
otel-collector graph | http://localhost:8890/metrics |
tempo | http://localhost:3200 |
postgres | postgres://postgres:postgres@postgres:5432/postgres |
kafka | kafka://kafka:9092 |
redpanda | http://localhost:7071 |
example | http://localhost:8080/api/swagger/ |
Initialize compose-file for development environment.
make env
Start the services.
# build this service first in local to start
make install docs build-container
make env-services
Stop the services.
make env-services-destroy
make env-destroy