- Step1: Set the Prometheus URL environment variable: export PROMETHEUS_URL=your_Prometheus_endpoint
- Step2: Start the server via command: go run cmd/server/main.go sse
- Step3: Access the server at http://localhost:8081/sse
- Step4: Configure log file path if needed: export APP_LOG_FILE=/path/to/logfile.log
- Step5: Use test commands to verify metrics collection and visualization