Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Updates list of exposed metrics #1483

Merged
merged 2 commits into from
Nov 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions site/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,13 @@ available from the endpoints themselves.

The following metrics are exposed:

* Duration of connection to fluxsvc
* Cluster request latencies
| metric | description |
|---------------------------------------|-----------------------------------------|
| `flux_cache_request_duration_seconds` | Duration of cache requests, in seconds. |
| `flux_client_fetch_duration_seconds` | Duration of remote image metadata requests |
| `flux_daemon_job_duration_seconds` | Duration of job execution, in seconds |
| `flux_daemon_queue_duration_seconds` | Duration of time spent in the job queue before execution |
| `flux_daemon_queue_length_count` | Count of jobs waiting in the queue to be run |
| `flux_daemon_sync_duration_seconds` | Duration of git-to-cluster synchronisation |
| `flux_registry_fetch_duration_seconds` | Duration of image metadata requests (from cache) |
| `flux_fluxd_connection_duration_seconds` | Duration in seconds of the current connection to fluxsvc |