Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 732 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 732 Bytes

Usage

Start containers:

docker-compose up

Export collection endpoint for bacalhau

export OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318

Start Bacalhau

bacalhau serve --node-type=compute,requester

Open Browser

Clean up

  • Remove volumes associated with containers to reset state.

Saving Changes to a Grafana Dashboard

  • export dashboard data from grafana as json
  • save it to file ./grafana/provisioning/dashboards/dashboard.json

Best Practices for Telemetry Collections

OpenTelemetry In Bacalhau