claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes CodeSearch (hybrid SQLite + pgvector), mem0/memgraph specialists, and all CFN skills.
24 lines (22 loc) • 486 B
YAML
# Kong Grafana Datasource Configuration
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://kong-prometheus:9090
isDefault: true
editable: true
jsonData:
timeInterval: "15s"
queryTimeout: "60s"
httpMethod: "POST"
- name: Kong-Redis
type: redis-datasource
access: proxy
url: redis://kong-redis:6379
editable: true
jsonData:
poolSize: 5
timeout: 10
pingInterval: 30