GitHub user tenthe added a comment to the discussion: Monitoring Adapters
Hi @kruscho, did you enable the Prometheus endpoint in the backend? To do this, set the environment variable `SP_SETUP_PROMETHEUS_ENDPOINT=true` in the backend. Once enabled, you can access the metrics via a GET request at: `http://server-name.com/streampipes-backend/actuator/prometheus` You should see the metrics for the adapters there. Is this what you were looking for? GitHub link: https://github.com/apache/streampipes/discussions/3936#discussioncomment-15028761 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
