We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grafana/mcp-grafana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
groups:
- name: loki_test_rules
interval: 10s
rules:
- alert: LokiTestAlertFiring
expr: |
sum(rate({job="varlogs"}[1m])) >= 0
for: 0s
labels:
severity: warning
environment: test
source: loki
annotations:
summary: "Loki test alert"
description: "This is a test alert managed by Loki ruler"
- alert: LokiTestAlertInfo
expr: |
sum(rate({job="varlogs"}[1m])) > 1000
for: 0s
labels:
severity: info
environment: test
source: loki
annotations:
summary: "Loki info alert (should not fire)"
description: "High rate alert for testing"