We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apollographql/apollo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
configurable_metrics_export_interval.md•372 B
---
default: minor
---
# Configurable Metrics Export Interval
You can now customize how frequently metrics are exported to your observability backend using the new `export_interval` configuration option. The default remains 30 seconds.
```yaml
telemetry:
exporters:
metrics:
export_interval: 1m # Supports human-readable values such as: 30s, 1m, 1h, 1d
```