Skip to main content
Glama
by DemoDaygit
prometheus.ymlβ€’1.07 kB
global: scrape_interval: 15s evaluation_interval: 15s rule_files: # - "first_rules.yml" # - "second_rules.yml" scrape_configs: # Prometheus itself - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] # MCP Server metrics - job_name: 'mcp-server' static_configs: - targets: ['mcp-server:9090'] metrics_path: '/metrics' scrape_interval: 10s # Frontend metrics (if available) - job_name: 'frontend' static_configs: - targets: ['frontend:3000'] metrics_path: '/api/metrics' scrape_interval: 30s # Node Exporter (if added) - job_name: 'node-exporter' static_configs: - targets: ['node-exporter:9100'] # Redis metrics (if redis_exporter is added) - job_name: 'redis' static_configs: - targets: ['redis-exporter:9121'] # PostgreSQL metrics (if postgres_exporter is added) - job_name: 'postgres' static_configs: - targets: ['postgres-exporter:9187'] alerting: alertmanagers: - static_configs: - targets: # - alertmanager:9093

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/DemoDaygit/mcp-biz'

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