Skip to main content
Glama
prometheus.yml922 B
# Prometheus配置文件 global: scrape_interval: 15s evaluation_interval: 15s # 告警规则文件 rule_files: - "alert_rules.yml" # 告警管理器配置 alerting: alertmanagers: - static_configs: - targets: ['alertmanager:9093'] # 抓取配置 scrape_configs: # Prometheus自身监控 - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] # 文件夹文档生成MCP服务器监控 - job_name: 'folder-docs-mcp' static_configs: - targets: ['folder-docs-mcp:8000'] metrics_path: '/metrics' scrape_interval: 30s scrape_timeout: 10s # Redis监控 - job_name: 'redis' static_configs: - targets: ['redis:6379'] metrics_path: '/metrics' scrape_interval: 30s # 系统节点监控(如果部署了node-exporter) - job_name: 'node' static_configs: - targets: ['node-exporter:9100'] scrape_interval: 30s

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/kscz0000/Zhiwen-Assistant-MCP'

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