التخطي إلى المحتوى الرئيسي

Prometheus

لجمع مقاييس تشغيل Casdoor، مثل إنتاجية API، وزمن استجابة API، واستخدام الوحدة المركزية للمعالجة CPU، واستخدام الذاكرة، والمزيد، تحتاج إلى تكوين ملف تعريف Prometheus الخاص بك.

global:
scrape_interval: 10s # The time interval for fetching metrics

scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- job_name: 'casdoor' # Name of the application to be monitored
static_configs:
- targets: ['localhost:8000'] # Back-end address of Casdoor deployment
metrics_path: '/api/metrics' # Path for collecting indicators

بعد التكوين الناجح، ستجد المعلومات التالية في Prometheus:

معلومات