Observability
Instill Core CE Docker Compose provides observability function powered by OpenTelemetry and The Grafana Stack.
To have the observability stack enabled, spin up Instill Core CE like:
make all OBSERVE_ENABLED=true
Once all services are up and running, access to Grafana via localhost:3001
with the default username: admin
and password: admin
. The Grafana Explore provides functionalities for exploring tracing and logging through Tempo and Loki.

Updated about 10 hours ago