From Genesys Documentation
Revision as of 18:03, October 29, 2021 by Mary.hachey@genesys.com (talk | contribs) (Published)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Job Scheduler metrics and alerts

Find the metrics JS exposes and the alerts defined for JS.

Related documentation:
Service CRD or annotations? Port Endpoint/Selector Metrics update interval
Job Scheduler ServiceMonitor 3108 /metrics 15 seconds

See details about:

Metrics[edit source]

Metric and description Metric details Indicator of
сxc_js_jobs_executed_total

Total jobs executed.

Unit:

Type: Counter
Label: "'type', 'ccid', 'tenant_name'"
Sample value: 42

cxc_js_jobs_failed_total

Total failed jobs.

Unit:

Type: Counter
Label: "'type', 'ccid', 'tenant_name'"
Sample value: 42

cxc_js_jobs_success_total

Total successful jobs.

Unit:

Type: Counter
Label: "'type', 'ccid', 'tenant_name'"
Sample value: 42

cxc_js_jobs_nothing_to_do_total

Total jobs with Nothing TO DO result.

Unit:

Type: Counter
Label: "'type', 'ccid', 'tenant_name'"
Sample value: 42

cxc_js_jobs_run_now_total

Total jobs that were started manually.

Unit:

Type: Counter
Label: "'ccid', 'tenant_name'"
Sample value: 42

cxc_js_files_imported_total

Total files imported.

Unit:

Type: Counter
Label: "'action', 'ccid', 'tenant_name'"
Sample value: 42

cxc_js_jobs_ttl_exceeded_total

Total ttl exceeded jobs.

Unit:

Type: Counter
Label: "'type', 'ccid', 'tenant_name'"
Sample value: 42

cxc_js_jobs_running_total

Number of currently active jobs.

Unit:

Type: Gauge
Label: "'type', 'ccid', 'tenant_name'"
Sample value: 4.2

cxc_js_redis_connections

Count of active connections to Redis server.

Unit:

Type: Gauge
Label: n/a
Sample value: 4.2

cxc_js_job_duration_seconds

Job duration histogram.

Unit:

Type: Histogram
Label: "'type', 'ccid', 'tenant_name'"
Sample value: [1, 2, 3]

cxc_js_job_import_file_size_megabytes

Job import file size histogram.

Unit:

Type: Histogram
Label: "'action', 'ccid', 'tenant_name'"
Sample value: [1, 2, 3]

cxc_js_healthy_instance

Healthy instance.

Unit:

Type: Gauge
Label: n/a
Sample value: 4.2

cxc_js_request_count

Total requests by verb and code.

Unit:

Type: Counter
Label: "'method', 'path', 'code'"
Sample value: 42

cxc_js_request_latencies_ms

Request latencies histogram by verb, in milliseconds.

Unit:

Type: Histogram
Label: "'method', 'path', 'code'"
Sample value: [1, 2, 3]

cxc_js_request_out_count

Total out requests by verb, destination, and code.

Unit:

Type: Counter
Label: "'method', 'destination', 'code'"
Sample value: 42

cxc_js_request_out_latencies_ms

Out Request latencies histogram by verb, destination, and code, in milliseconds.

Unit:

Type: Histogram
Label: "'method', 'destination', 'code'"
Sample value: [1, 2. 3]

cxc_js_healthy_tenants

Healthy tenants.

Unit:

Type: Gauge
Label: "'ccid', 'tenant_name'"
Sample value: 4.2

Alerts[edit source]

No alerts are defined for Job Scheduler.

Comments or questions about this documentation? Contact us for support!