LangWatch includes integrated Prometheus monitoring for observability. The monitoring is built into the main LangWatch chart and can be enabled with a simple configuration.
For Prometheus to discover your LangWatch pods, ensure they have the correct annotations:
Copy
metadata: annotations: prometheus.io/scrape: "true" prometheus.io/port: "5560" # For main app prometheus.io/path: "/metrics" # For workers with custom paths