The Gcore FastEdge Data Source Plugin allows you to connect Grafana directly to Gcore's FastEdge Statistics API — giving you deep insights into edge application performance, latency, and network usage in real time.
Grafana provides a powerful way to visualize metrics from multiple data sources such as Prometheus, MySQL, and Datadog.
The FastEdge Plugin extends Grafana to pull performance data directly from the Gcore FastEdge Statistics API, enabling you to monitor your edge services with live charts and dynamic dashboards.
It's designed for developers, DevOps teams, and network engineers who need real-time visibility into edge workloads across global regions.
- Real-time performance & usage stats from Gcore's FastEdge platform
- Filter by App Name — view specific (optional)
- Network-aware insights — supports multiple networks (optional)
- Flexible granularity (step) — select any interval for time-series data
- Full Grafana variable support — build dynamic dashboards easily
- Interactive charts — instant updates with Grafana's time picker
- Secure API token authentication — no plain text credentials
- In Grafana, go to Connections → Data Sources → Add data source
- Search for FastEdge Stats
- Fill in the configuration fields:
- API URL:
Example.url - API Key: your personal or permanent token
- API URL:
- Click Save & Test to verify the connection
If you manage multiple Grafana environments or want to automate provisioning, use this example configuration:
apiVersion: 1
datasources:
- name: FastEdge Stats
orgId: 1
type: gcorelabs-fastedge-datasource
access: proxy
isDefault: true
editable: true
version: 1
jsonData:
apiUrl: api.gcore.com
secureJsonData:
apiKey: 'apikey 1234$abcdef'This project is licensed under the terms specified in the repository.
Contributions are welcome! Please feel free to submit a Pull Request.