grafana / docker-otel-lgtm

OpenTelemetry backend in a Docker image
Apache License 2.0
324 stars 60 forks source link

Clean Data for Running Instance #72

Closed okolawole-ebsco closed 4 months ago

okolawole-ebsco commented 4 months ago

Hi! Is there a prescribe way to wipe the data for an existing instance of otel-lgtm without restarting? The docker container can be very expensive to start up.

Thank you!

zeitlinger commented 4 months ago

This is actually beyond the scope of this docker container - which is intended for test purposes.

However, the backends (promentheus, loki, tempo) probably have api endpoints to do so)

okolawole-ebsco commented 4 months ago

Thank you!