Menu
Grafana Cloud
Caddy integration for Grafana Cloud
The Caddy web server is an open-source web server written in Go. It uses the Go standard library for its HTTP functionality and supports HTTPS natively.
This integration monitors a Caddy instance.
Use the walkthrough in Grafana Cloud to install the Caddy integration.
Post-install configuration for the Caddy integration
In the agent configuration file, the agent must be pointed to the Caddy port, such as localhost:2019
in the example below, that exposes the /metrics
endpoint.
metrics:
configs:
- name: integrations
scrape_configs:
- job_name: caddy
static_configs:
- targets: ['localhost:2019']
Related resources from Grafana Labs
Additional helpful documentation, links, and articles: