Skip to main content
Glama
prometheus.yml.template608 B
global: scrape_interval: 30s external_labels: monitor: prometheus scrape_configs: - job_name: service_metrics static_configs: - targets: - otelcol:9090 - job_name: node-exporter static_configs: - targets: - node-exporter:9100 remote_write: - url: {{ prometheus_remote_write_url }} sigv4: region: us-east-1 queue_config: max_samples_per_send: 1000 max_shards: 200 capacity: 2500 write_relabel_configs: - source_labels: - '__address__' target_label: 'instance' replacement: '{{ service_name }};{{ instance_id }}'

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server