@kici-dev/engine 0.1.27 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/approval/types.d.ts +8 -1
- package/dist/approval/types.js +8 -1
- package/dist/artifacts/name.d.ts +60 -0
- package/dist/artifacts/name.js +71 -0
- package/dist/audit/access-log-policy.d.ts +1 -1
- package/dist/audit/access-log-policy.js +8 -0
- package/dist/audit/activity.d.ts +12 -12
- package/dist/audit/retention-policy.js +16 -0
- package/dist/billing/plan-type.d.ts +53 -0
- package/dist/billing/plan-type.js +70 -0
- package/dist/bundler/rolldown-config.d.ts +3 -3
- package/dist/check-mode.d.ts +1 -1
- package/dist/context/concurrency-strategy.d.ts +34 -0
- package/dist/context/concurrency-strategy.js +35 -0
- package/dist/context/held-run-job-id.d.ts +45 -0
- package/dist/context/held-run-job-id.js +56 -0
- package/dist/context/held-run-status.d.ts +33 -0
- package/dist/context/held-run-status.js +37 -0
- package/dist/context/hold-expiry.d.ts +20 -0
- package/dist/context/hold-expiry.js +25 -0
- package/dist/context/hold-reason.d.ts +33 -0
- package/dist/context/hold-reason.js +23 -0
- package/dist/context/hold-type.d.ts +40 -0
- package/dist/context/hold-type.js +61 -0
- package/dist/context/index.d.ts +9 -1
- package/dist/context/index.js +9 -2
- package/dist/context/multi-context.d.ts +3 -3
- package/dist/context/scope-name.d.ts +29 -0
- package/dist/context/scope-name.js +49 -0
- package/dist/context/scope-resolver.d.ts +33 -0
- package/dist/context/scope-resolver.js +45 -15
- package/dist/context/types.d.ts +8 -5
- package/dist/dev-ops/operations.d.ts +8 -0
- package/dist/dev-ops/operations.js +36 -19
- package/dist/diagnostics/infra-alert.d.ts +71 -0
- package/dist/diagnostics/infra-alert.js +60 -0
- package/dist/env/environment-allowlist.d.ts +4 -4
- package/dist/fanout/materialize.d.ts +16 -0
- package/dist/fanout/materialize.js +32 -3
- package/dist/index.d.ts +15 -6
- package/dist/index.js +34 -19
- package/dist/inputs/descriptor.d.ts +9 -9
- package/dist/inventory.d.ts +4 -4
- package/dist/labels.d.ts +82 -2
- package/dist/labels.js +119 -1
- package/dist/matrix/expand.d.ts +49 -2
- package/dist/matrix/expand.js +102 -13
- package/dist/matrix/format.d.ts +6 -1
- package/dist/matrix/format.js +6 -1
- package/dist/mcp/held-run-resolve.d.ts +7 -10
- package/dist/mcp/held-run-resolve.js +33 -7
- package/dist/metrics/catalog-policy.js +4 -4
- package/dist/metrics/metric-catalog.generated.d.ts +954 -739
- package/dist/metrics/metric-catalog.generated.js +278 -20
- package/dist/metrics/metric-kind-compat.d.ts +26 -0
- package/dist/metrics/metric-kind-compat.js +33 -0
- package/dist/protocol/analytics-events.d.ts +6 -6
- package/dist/protocol/dashboard-api-errors.d.ts +1 -0
- package/dist/protocol/dashboard-api-errors.js +5 -1
- package/dist/protocol/dashboard-write-operations.d.ts +143 -86
- package/dist/protocol/dashboard-write-operations.js +91 -17
- package/dist/protocol/messages/access-log.d.ts +437 -392
- package/dist/protocol/messages/access-log.js +11 -2
- package/dist/protocol/messages/actor.d.ts +2 -2
- package/dist/protocol/messages/agent-dev-ops.d.ts +4 -2
- package/dist/protocol/messages/agent-dev-ops.js +2 -5
- package/dist/protocol/messages/agent-run-result.d.ts +72 -62
- package/dist/protocol/messages/auth.d.ts +35 -23
- package/dist/protocol/messages/browser.d.ts +81 -5
- package/dist/protocol/messages/browser.js +53 -2
- package/dist/protocol/messages/capabilities.d.ts +106 -31
- package/dist/protocol/messages/capabilities.js +94 -10
- package/dist/protocol/messages/common.d.ts +45 -2
- package/dist/protocol/messages/common.js +64 -3
- package/dist/protocol/messages/dashboard-sealed-write.d.ts +52 -0
- package/dist/protocol/messages/dashboard-sealed-write.js +57 -0
- package/dist/protocol/messages/dashboard.d.ts +1022 -498
- package/dist/protocol/messages/dashboard.js +198 -31
- package/dist/protocol/messages/deployment-identity.d.ts +37 -10
- package/dist/protocol/messages/deployment-identity.js +30 -3
- package/dist/protocol/messages/event-log.d.ts +5 -5
- package/dist/protocol/messages/execution-status.d.ts +189 -53
- package/dist/protocol/messages/execution-status.js +108 -40
- package/dist/protocol/messages/heartbeat-health.d.ts +83 -0
- package/dist/protocol/messages/heartbeat-health.js +87 -0
- package/dist/protocol/messages/log-stream.d.ts +18 -0
- package/dist/protocol/messages/log-stream.js +19 -0
- package/dist/protocol/messages/oidc-mint.d.ts +7 -0
- package/dist/protocol/messages/oidc-mint.js +7 -0
- package/dist/protocol/messages/orchestrator-agent.d.ts +264 -67
- package/dist/protocol/messages/orchestrator-agent.js +170 -5
- package/dist/protocol/messages/pat-kind.d.ts +1 -1
- package/dist/protocol/messages/peer.d.ts +122 -58
- package/dist/protocol/messages/peer.js +37 -2
- package/dist/protocol/messages/platform-orchestrator.d.ts +561 -217
- package/dist/protocol/messages/platform-orchestrator.js +131 -21
- package/dist/protocol/messages/run-events.d.ts +5 -5
- package/dist/protocol/messages/scaler-event.d.ts +3 -3
- package/dist/protocol/messages/source-registration.d.ts +56 -13
- package/dist/protocol/messages/source-registration.js +49 -6
- package/dist/protocol/source-origin.d.ts +1 -1
- package/dist/provenance/attestation-origin.d.ts +1 -1
- package/dist/provenance/schema.d.ts +11 -11
- package/dist/provenance/verify.js +2 -1
- package/dist/provider/changed-files-fetcher.d.ts +21 -2
- package/dist/provider/check-run-conclusion.d.ts +2 -2
- package/dist/provider/check-status-poster.d.ts +23 -0
- package/dist/provider/index.d.ts +2 -2
- package/dist/registration/registerable-trigger-type.d.ts +14 -13
- package/dist/registration/registerable-trigger-type.js +1 -0
- package/dist/sandbox/capabilities.d.ts +6 -0
- package/dist/sandbox/capabilities.js +57 -0
- package/dist/scaler/scaler-backend-type.d.ts +1 -1
- package/dist/status/presentation.d.ts +89 -0
- package/dist/status/presentation.js +163 -0
- package/dist/trigger/compiled-matchers.d.ts +13 -0
- package/dist/trigger/compiled-matchers.js +44 -0
- package/dist/trigger/event-buckets.d.ts +44 -0
- package/dist/trigger/event-buckets.js +93 -0
- package/dist/trigger/matcher.d.ts +7 -3
- package/dist/trigger/matcher.js +53 -15
- package/dist/trigger/schedule-key.d.ts +14 -0
- package/dist/trigger/schedule-key.js +21 -0
- package/dist/trigger/trigger-event-type.d.ts +1 -1
- package/dist/trigger/trigger-event-type.js +2 -0
- package/dist/trigger/types.d.ts +173 -43
- package/dist/trigger/types.js +82 -25
- package/dist/webhook/event-types.d.ts +56 -0
- package/dist/webhook/event-types.js +59 -0
- package/dist/ws/ws-like.d.ts +13 -0
- package/package.json +12 -4
- package/sbom.spdx.json +10 -10
- package/dist/environment/host-match.d.ts +0 -25
- package/dist/environment/index.d.ts +0 -6
- package/dist/environment/multi-env.d.ts +0 -30
- package/dist/environment/scope-resolver.d.ts +0 -46
- package/dist/environment/scope-template.d.ts +0 -18
- package/dist/environment/types.d.ts +0 -119
- package/dist/package-manager.d.ts +0 -20
- package/dist/protocol/messages/observe.d.ts +0 -76
- package/dist/protocol/messages/saas-orchestrator.d.ts +0 -2179
- package/dist/protocol/messages/test-run.d.ts +0 -59
- package/dist/state-machine/index.d.ts +0 -2
- package/dist/state-machine/index.js +0 -3
- package/dist/state-machine/machine.d.ts +0 -34
- package/dist/state-machine/machine.js +0 -103
- package/dist/state-machine/types.d.ts +0 -34
- package/dist/state-machine/types.js +0 -15
|
@@ -1,631 +1,803 @@
|
|
|
1
1
|
export declare const MetricNames: {
|
|
2
|
-
readonly KICI_AGENT_CLONE_DURATION_SECONDS:
|
|
3
|
-
readonly KICI_AGENT_CONNECTION_STATUS:
|
|
4
|
-
readonly KICI_AGENT_JOBS_ACTIVE:
|
|
5
|
-
readonly KICI_AGENT_JOBS_TOTAL:
|
|
6
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE:
|
|
7
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL:
|
|
8
|
-
readonly KICI_AGENT_LOG_BYTES_TOTAL:
|
|
9
|
-
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL:
|
|
10
|
-
readonly KICI_AGENT_STEP_DURATION_SECONDS:
|
|
11
|
-
readonly KICI_AGENT_STEPS_TOTAL:
|
|
12
|
-
readonly KICI_BILLING_EMAIL_SEND_TOTAL:
|
|
13
|
-
readonly KICI_BUILD_JOBS_TOTAL:
|
|
14
|
-
readonly KICI_CACHE_HITS_TOTAL:
|
|
15
|
-
readonly KICI_CACHE_MISSES_TOTAL:
|
|
16
|
-
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL:
|
|
17
|
-
readonly KICI_CROSS_SOURCE_FANOUT_SIZE:
|
|
18
|
-
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS:
|
|
19
|
-
readonly KICI_DB_COLLATION_DRIFT:
|
|
20
|
-
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL:
|
|
21
|
-
readonly KICI_MCP_DB_POOL_CONNECTIONS:
|
|
22
|
-
readonly KICI_MCP_RATE_LIMITED_TOTAL:
|
|
23
|
-
readonly KICI_MCP_TOOL_DURATION_SECONDS:
|
|
24
|
-
readonly KICI_MCP_TOOL_REQUESTS_TOTAL:
|
|
25
|
-
readonly KICI_ORCH_AGENTS_ACTIVE:
|
|
26
|
-
readonly KICI_ORCH_BUILD_DURATION_SECONDS:
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
44
|
-
readonly
|
|
45
|
-
readonly
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
49
|
-
readonly
|
|
50
|
-
readonly
|
|
51
|
-
readonly
|
|
52
|
-
readonly
|
|
53
|
-
readonly
|
|
54
|
-
readonly
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
68
|
-
readonly
|
|
69
|
-
readonly
|
|
70
|
-
readonly
|
|
71
|
-
readonly
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
76
|
-
readonly
|
|
77
|
-
readonly
|
|
78
|
-
readonly
|
|
79
|
-
readonly
|
|
80
|
-
readonly
|
|
81
|
-
readonly
|
|
82
|
-
readonly
|
|
83
|
-
readonly
|
|
84
|
-
readonly
|
|
85
|
-
readonly
|
|
86
|
-
readonly
|
|
87
|
-
readonly
|
|
88
|
-
readonly
|
|
89
|
-
readonly
|
|
90
|
-
readonly
|
|
91
|
-
readonly
|
|
92
|
-
readonly
|
|
93
|
-
readonly
|
|
94
|
-
readonly
|
|
95
|
-
readonly
|
|
96
|
-
readonly
|
|
97
|
-
readonly
|
|
98
|
-
readonly
|
|
99
|
-
readonly
|
|
100
|
-
readonly
|
|
101
|
-
readonly
|
|
102
|
-
readonly
|
|
103
|
-
readonly
|
|
104
|
-
readonly
|
|
105
|
-
readonly
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
108
|
-
readonly
|
|
109
|
-
readonly
|
|
110
|
-
readonly
|
|
111
|
-
readonly
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
116
|
-
readonly
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
122
|
-
readonly
|
|
123
|
-
readonly
|
|
124
|
-
readonly
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
127
|
-
readonly
|
|
128
|
-
readonly
|
|
129
|
-
readonly
|
|
130
|
-
readonly
|
|
131
|
-
readonly
|
|
132
|
-
readonly
|
|
133
|
-
readonly
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
136
|
-
readonly
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
2
|
+
readonly KICI_AGENT_CLONE_DURATION_SECONDS: 'kici_agent_clone_duration_seconds';
|
|
3
|
+
readonly KICI_AGENT_CONNECTION_STATUS: 'kici_agent_connection_status';
|
|
4
|
+
readonly KICI_AGENT_JOBS_ACTIVE: 'kici_agent_jobs_active';
|
|
5
|
+
readonly KICI_AGENT_JOBS_TOTAL: 'kici_agent_jobs_total';
|
|
6
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE: 'kici_agent_log_backpressure_active';
|
|
7
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL: 'kici_agent_log_backpressure_events_total';
|
|
8
|
+
readonly KICI_AGENT_LOG_BYTES_TOTAL: 'kici_agent_log_bytes_total';
|
|
9
|
+
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL: 'kici_agent_log_lines_dropped_total';
|
|
10
|
+
readonly KICI_AGENT_STEP_DURATION_SECONDS: 'kici_agent_step_duration_seconds';
|
|
11
|
+
readonly KICI_AGENT_STEPS_TOTAL: 'kici_agent_steps_total';
|
|
12
|
+
readonly KICI_BILLING_EMAIL_SEND_TOTAL: 'kici_billing_email_send_total';
|
|
13
|
+
readonly KICI_BUILD_JOBS_TOTAL: 'kici_build_jobs_total';
|
|
14
|
+
readonly KICI_CACHE_HITS_TOTAL: 'kici_cache_hits_total';
|
|
15
|
+
readonly KICI_CACHE_MISSES_TOTAL: 'kici_cache_misses_total';
|
|
16
|
+
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL: 'kici_cross_source_errors_total';
|
|
17
|
+
readonly KICI_CROSS_SOURCE_FANOUT_SIZE: 'kici_cross_source_fanout_size';
|
|
18
|
+
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS: 'kici_dashboard_relay_latency_seconds';
|
|
19
|
+
readonly KICI_DB_COLLATION_DRIFT: 'kici_db_collation_drift';
|
|
20
|
+
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL: 'kici_mcp_auth_rejections_total';
|
|
21
|
+
readonly KICI_MCP_DB_POOL_CONNECTIONS: 'kici_mcp_db_pool_connections';
|
|
22
|
+
readonly KICI_MCP_RATE_LIMITED_TOTAL: 'kici_mcp_rate_limited_total';
|
|
23
|
+
readonly KICI_MCP_TOOL_DURATION_SECONDS: 'kici_mcp_tool_duration_seconds';
|
|
24
|
+
readonly KICI_MCP_TOOL_REQUESTS_TOTAL: 'kici_mcp_tool_requests_total';
|
|
25
|
+
readonly KICI_ORCH_AGENTS_ACTIVE: 'kici_orch_agents_active';
|
|
26
|
+
readonly KICI_ORCH_BUILD_DURATION_SECONDS: 'kici_orch_build_duration_seconds';
|
|
27
|
+
readonly KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: 'kici_orch_check_run_tracking_rows_pruned_total';
|
|
28
|
+
readonly KICI_ORCH_CONFIG_RELOAD_TOTAL: 'kici_orch_config_reload_total';
|
|
29
|
+
readonly KICI_ORCH_CONFIG_VERSION: 'kici_orch_config_version';
|
|
30
|
+
readonly KICI_ORCH_DB_COLLATION_DRIFT: 'kici_orch_db_collation_drift';
|
|
31
|
+
readonly KICI_ORCH_DECLARED_HOSTS_UNREACHABLE: 'kici_orch_declared_hosts_unreachable';
|
|
32
|
+
readonly KICI_ORCH_DEDUP_HITS_TOTAL: 'kici_orch_dedup_hits_total';
|
|
33
|
+
readonly KICI_ORCH_DEP_CACHE_HITS_TOTAL: 'kici_orch_dep_cache_hits_total';
|
|
34
|
+
readonly KICI_ORCH_DEP_CACHE_MISSES_TOTAL: 'kici_orch_dep_cache_misses_total';
|
|
35
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH: 'kici_orch_dispatch_queue_depth';
|
|
36
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: 'kici_orch_dispatch_queue_depth_by_label';
|
|
37
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: 'kici_orch_dispatch_queue_rows_pruned_total';
|
|
38
|
+
readonly KICI_ORCH_EVENT_ATTEMPTS: 'kici_orch_event_attempts';
|
|
39
|
+
readonly KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: 'kici_orch_event_dispatch_success_total';
|
|
40
|
+
readonly KICI_ORCH_EVENT_DLQ_DEPTH: 'kici_orch_event_dlq_depth';
|
|
41
|
+
readonly KICI_ORCH_EVENT_DLQ_TOTAL: 'kici_orch_event_dlq_total';
|
|
42
|
+
readonly KICI_ORCH_EVENT_LEASE_EXPIRATIONS_TOTAL: 'kici_orch_event_lease_expirations_total';
|
|
43
|
+
readonly KICI_ORCH_EVENT_RETRY_TOTAL: 'kici_orch_event_retry_total';
|
|
44
|
+
readonly KICI_ORCH_EXECUTION_DURATION_SECONDS: 'kici_orch_execution_duration_seconds';
|
|
45
|
+
readonly KICI_ORCH_EXECUTIONS_TOTAL: 'kici_orch_executions_total';
|
|
46
|
+
readonly KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: 'kici_orch_github_check_run_total';
|
|
47
|
+
readonly KICI_ORCH_INGEST_ADMITTED_TOTAL: 'kici_orch_ingest_admitted_total';
|
|
48
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: 'kici_orch_ingest_event_loop_delay_max_ms';
|
|
49
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: 'kici_orch_ingest_event_loop_delay_p99_ms';
|
|
50
|
+
readonly KICI_ORCH_INGEST_INFLIGHT: 'kici_orch_ingest_inflight';
|
|
51
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: 'kici_orch_ingest_loop_lag_resume_ms';
|
|
52
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: 'kici_orch_ingest_loop_lag_shed_ms';
|
|
53
|
+
readonly KICI_ORCH_INGEST_MAX_CONCURRENCY: 'kici_orch_ingest_max_concurrency';
|
|
54
|
+
readonly KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: 'kici_orch_ingest_max_queue_depth';
|
|
55
|
+
readonly KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: 'kici_orch_ingest_org_max_concurrency';
|
|
56
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_BUFFERED: 'kici_orch_ingest_overflow_buffered';
|
|
57
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: 'kici_orch_ingest_overflow_captured_total';
|
|
58
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: 'kici_orch_ingest_overflow_dropped_total';
|
|
59
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_MAX: 'kici_orch_ingest_overflow_max';
|
|
60
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: 'kici_orch_ingest_overflow_replayed_total';
|
|
61
|
+
readonly KICI_ORCH_INGEST_QUEUE_DEPTH: 'kici_orch_ingest_queue_depth';
|
|
62
|
+
readonly KICI_ORCH_INGEST_SHED_TOTAL: 'kici_orch_ingest_shed_total';
|
|
63
|
+
readonly KICI_ORCH_INGEST_SHEDDING_ACTIVE: 'kici_orch_ingest_shedding_active';
|
|
64
|
+
readonly KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: 'kici_orch_install_secrets_contributor_stripped_total';
|
|
65
|
+
readonly KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: 'kici_orch_install_secrets_decisions_total';
|
|
66
|
+
readonly KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: 'kici_orch_install_secrets_npm_registry_used_total';
|
|
67
|
+
readonly KICI_ORCH_INSTALL_SECRETS_TOKEN_RESOLUTION_DURATION_SECONDS: 'kici_orch_install_secrets_token_resolution_duration_seconds';
|
|
68
|
+
readonly KICI_ORCH_JOB_CONSECUTIVE_FAILURES: 'kici_orch_job_consecutive_failures';
|
|
69
|
+
readonly KICI_ORCH_JOB_DURATION_SECONDS: 'kici_orch_job_duration_seconds';
|
|
70
|
+
readonly KICI_ORCH_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: 'kici_orch_job_last_failure_timestamp_seconds';
|
|
71
|
+
readonly KICI_ORCH_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: 'kici_orch_job_last_success_timestamp_seconds';
|
|
72
|
+
readonly KICI_ORCH_JOB_RUNS_TOTAL: 'kici_orch_job_runs_total';
|
|
73
|
+
readonly KICI_ORCH_LOG_BYTES_STORED_TOTAL: 'kici_orch_log_bytes_stored_total';
|
|
74
|
+
readonly KICI_ORCH_LOG_CHUNKS_RECEIVED_TOTAL: 'kici_orch_log_chunks_received_total';
|
|
75
|
+
readonly KICI_ORCH_PENDING_ATTESTATION_OLDEST_AGE_SECONDS: 'kici_orch_pending_attestation_oldest_age_seconds';
|
|
76
|
+
readonly KICI_ORCH_PENDING_ATTESTATIONS_CURRENT: 'kici_orch_pending_attestations_current';
|
|
77
|
+
readonly KICI_ORCH_PG_POOL_CLIENT_ERRORS_TOTAL: 'kici_orch_pg_pool_client_errors_total';
|
|
78
|
+
readonly KICI_ORCH_REJECTED_ATTESTATIONS_CURRENT: 'kici_orch_rejected_attestations_current';
|
|
79
|
+
readonly KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: 'kici_orch_scaler_config_reloads_total';
|
|
80
|
+
readonly KICI_ORCH_SCALER_CPUS_USED: 'kici_orch_scaler_cpus_used';
|
|
81
|
+
readonly KICI_ORCH_SCALER_MEMORY_BYTES_USED: 'kici_orch_scaler_memory_bytes_used';
|
|
82
|
+
readonly KICI_ORCH_SCALER_REDISPATCH_TOTAL: 'kici_orch_scaler_redispatch_total';
|
|
83
|
+
readonly KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: 'kici_orch_scaler_spawn_failures_total';
|
|
84
|
+
readonly KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: 'kici_orch_scaler_spawn_refusals_total';
|
|
85
|
+
readonly KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: 'kici_orch_source_cache_hits_total';
|
|
86
|
+
readonly KICI_ORCH_SOURCE_CACHE_MISSES_TOTAL: 'kici_orch_source_cache_misses_total';
|
|
87
|
+
readonly KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: 'kici_orch_stale_detection_duration_seconds';
|
|
88
|
+
readonly KICI_ORCH_STALE_RUNS_CURRENT: 'kici_orch_stale_runs_current';
|
|
89
|
+
readonly KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: 'kici_orch_stale_runs_detected_total';
|
|
90
|
+
readonly KICI_ORCH_STATE_REPLAY_BREAKER_TRIPS_TOTAL: 'kici_orch_state_replay_breaker_trips_total';
|
|
91
|
+
readonly KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: 'kici_orch_step_logs_pruned_total';
|
|
92
|
+
readonly KICI_ORCH_STEPS_TOTAL: 'kici_orch_steps_total';
|
|
93
|
+
readonly KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: 'kici_orch_trigger_match_duration_seconds';
|
|
94
|
+
readonly KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: 'kici_orch_trust_match_refused_no_id_total';
|
|
95
|
+
readonly KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: 'kici_orch_trust_policy_decisions_total';
|
|
96
|
+
readonly KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: 'kici_orch_webhooks_processed_total';
|
|
97
|
+
readonly KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: 'kici_orch_webhooks_received_total';
|
|
98
|
+
readonly KICI_ORCH_WS_NACK_RECEIVED_TOTAL: 'kici_orch_ws_nack_received_total';
|
|
99
|
+
readonly KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: 'kici_orch_ws_platform_capability_gap_total';
|
|
100
|
+
readonly KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: 'kici_orch_ws_unsupported_message_sent_total';
|
|
101
|
+
readonly KICI_ORCHESTRATOR_DRAINING: 'kici_orchestrator_draining';
|
|
102
|
+
readonly KICI_ORG_AGENT_MINUTES: 'kici_org_agent_minutes';
|
|
103
|
+
readonly KICI_ORG_CONNECTIONS: 'kici_org_connections';
|
|
104
|
+
readonly KICI_ORG_EXECUTIONS_COUNT: 'kici_org_executions_count';
|
|
105
|
+
readonly KICI_ORG_LOG_BYTES: 'kici_org_log_bytes';
|
|
106
|
+
readonly KICI_ORG_STATUS_EVENTS_TOTAL: 'kici_org_status_events_total';
|
|
107
|
+
readonly KICI_ORGS_TOTAL: 'kici_orgs_total';
|
|
108
|
+
readonly KICI_PLAN_CAP_EXCEEDED_TOTAL: 'kici_plan_cap_exceeded_total';
|
|
109
|
+
readonly KICI_PLAN_USAGE_RATIO: 'kici_plan_usage_ratio';
|
|
110
|
+
readonly KICI_PLATFORM_COORDINATOR_POOL_SIZE: 'kici_platform_coordinator_pool_size';
|
|
111
|
+
readonly KICI_PLATFORM_COORDINATOR_STALE_ENTRIES: 'kici_platform_coordinator_stale_entries';
|
|
112
|
+
readonly KICI_PLATFORM_COORDINATOR_ZOMBIE_ENTRIES_TOTAL: 'kici_platform_coordinator_zombie_entries_total';
|
|
113
|
+
readonly KICI_PLATFORM_CROSS_TENANT_REJECTIONS_TOTAL: 'kici_platform_cross_tenant_rejections_total';
|
|
114
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: 'kici_platform_dashboard_proxy_duration_seconds';
|
|
115
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_PENDING: 'kici_platform_dashboard_proxy_pending';
|
|
116
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: 'kici_platform_dashboard_proxy_requests_total';
|
|
117
|
+
readonly KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: 'kici_platform_db_pool_acquire_timeouts_total';
|
|
118
|
+
readonly KICI_PLATFORM_DB_POOL_CONNECTIONS: 'kici_platform_db_pool_connections';
|
|
119
|
+
readonly KICI_PLATFORM_DB_POOL_SATURATED: 'kici_platform_db_pool_saturated';
|
|
120
|
+
readonly KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: 'kici_platform_degraded_buffer_keys_gc_total';
|
|
121
|
+
readonly KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: 'kici_platform_execution_events_total';
|
|
122
|
+
readonly KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: 'kici_platform_execution_status_updates_total';
|
|
123
|
+
readonly KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: 'kici_platform_identity_links_missing_provider_user_id';
|
|
124
|
+
readonly KICI_PLATFORM_JOB_CONSECUTIVE_FAILURES: 'kici_platform_job_consecutive_failures';
|
|
125
|
+
readonly KICI_PLATFORM_JOB_DURATION_SECONDS: 'kici_platform_job_duration_seconds';
|
|
126
|
+
readonly KICI_PLATFORM_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: 'kici_platform_job_last_failure_timestamp_seconds';
|
|
127
|
+
readonly KICI_PLATFORM_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: 'kici_platform_job_last_success_timestamp_seconds';
|
|
128
|
+
readonly KICI_PLATFORM_JOB_RUNS_TOTAL: 'kici_platform_job_runs_total';
|
|
129
|
+
readonly KICI_PLATFORM_JOB_STATUS_FORWARDS_TOTAL: 'kici_platform_job_status_forwards_total';
|
|
130
|
+
readonly KICI_PLATFORM_LOG_CHUNKS_FORWARDED_TOTAL: 'kici_platform_log_chunks_forwarded_total';
|
|
131
|
+
readonly KICI_PLATFORM_LOG_LINES_FORWARDED_TOTAL: 'kici_platform_log_lines_forwarded_total';
|
|
132
|
+
readonly KICI_PLATFORM_METRICS_QUERY_RATE_LIMITED_TOTAL: 'kici_platform_metrics_query_rate_limited_total';
|
|
133
|
+
readonly KICI_PLATFORM_MIMIR_RELAY_ERRORS_TOTAL: 'kici_platform_mimir_relay_errors_total';
|
|
134
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_DELIVERED_TOTAL: 'kici_platform_notifications_delivered_total';
|
|
135
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_SUPPRESSED_TOTAL: 'kici_platform_notifications_suppressed_total';
|
|
136
|
+
readonly KICI_PLATFORM_ORCH_METRICS_FILTERED_TOTAL: 'kici_platform_orch_metrics_filtered_total';
|
|
137
|
+
readonly KICI_PLATFORM_ORPHAN_CONNECTIONS_SWEPT_TOTAL: 'kici_platform_orphan_connections_swept_total';
|
|
138
|
+
readonly KICI_PLATFORM_PG_POOL_CLIENT_ERRORS_TOTAL: 'kici_platform_pg_pool_client_errors_total';
|
|
139
|
+
readonly KICI_PLATFORM_PLAN_CAP_CHECK_ERRORS_TOTAL: 'kici_platform_plan_cap_check_errors_total';
|
|
140
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_STATE: 'kici_platform_relay_breaker_state';
|
|
141
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: 'kici_platform_relay_breaker_trips_total';
|
|
142
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: 'kici_platform_relay_request_duration_ms';
|
|
143
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: 'kici_platform_relay_request_outcome_total';
|
|
144
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_DEFERRED_TOTAL: 'kici_platform_run_reconcile_deferred_total';
|
|
145
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_RECONCILED_TOTAL: 'kici_platform_run_reconcile_reconciled_total';
|
|
146
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: 'kici_platform_run_reconcile_skipped_total';
|
|
147
|
+
readonly KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: 'kici_platform_stale_orchestrators_total';
|
|
148
|
+
readonly KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: 'kici_platform_stale_platform_connections_evicted_total';
|
|
149
|
+
readonly KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: 'kici_platform_stale_runs_failed_total';
|
|
150
|
+
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: 'kici_platform_step_status_forwards_total';
|
|
151
|
+
readonly KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: 'kici_platform_support_sessions_swept_total';
|
|
152
|
+
readonly KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: 'kici_platform_ws_org_rate_limited_total';
|
|
153
|
+
readonly KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: 'kici_platform_ws_slow_consumer_terminated_total';
|
|
154
|
+
readonly KICI_RBAC_PERMS_CACHE_HITS_TOTAL: 'kici_rbac_perms_cache_hits_total';
|
|
155
|
+
readonly KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: 'kici_rbac_perms_cache_misses_total';
|
|
156
|
+
readonly KICI_READ_RATE_LIMIT_REJECTED_TOTAL: 'kici_read_rate_limit_rejected_total';
|
|
157
|
+
readonly KICI_REGISTRATIONS_TOTAL: 'kici_registrations_total';
|
|
158
|
+
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: 'kici_universal_git_registration_errors_total';
|
|
159
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: 'kici_user_registration_notify_total';
|
|
160
|
+
readonly KICI_VALKEY_CONNECTION_STATUS: 'kici_valkey_connection_status';
|
|
161
|
+
readonly KICI_VALKEY_PUBLISH_TOTAL: 'kici_valkey_publish_total';
|
|
162
|
+
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: 'kici_valkey_relay_latency_seconds';
|
|
163
|
+
readonly KICI_VALKEY_SUBSCRIBE_RECEIVE_TOTAL: 'kici_valkey_subscribe_receive_total';
|
|
164
|
+
readonly KICI_WEBHOOK_BUFFER_BYTES: 'kici_webhook_buffer_bytes';
|
|
165
|
+
readonly KICI_WEBHOOK_BUFFER_DEPTH: 'kici_webhook_buffer_depth';
|
|
166
|
+
readonly KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: 'kici_webhook_buffer_oldest_age_seconds';
|
|
167
|
+
readonly KICI_WEBHOOK_NO_ORCH_TOTAL: 'kici_webhook_no_orch_total';
|
|
168
|
+
readonly KICI_WEBHOOK_PG_BREAKER_STATE: 'kici_webhook_pg_breaker_state';
|
|
169
|
+
readonly KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: 'kici_webhook_pg_breaker_transitions_total';
|
|
170
|
+
readonly KICI_WEBHOOK_PG_DEGRADED_TOTAL: 'kici_webhook_pg_degraded_total';
|
|
171
|
+
readonly KICI_WEBHOOK_PG_PROBE_TOTAL: 'kici_webhook_pg_probe_total';
|
|
172
|
+
readonly KICI_WEBHOOK_PROCESSING_SECONDS: 'kici_webhook_processing_seconds';
|
|
173
|
+
readonly KICI_WEBHOOK_REPLAY_DURATION_SECONDS: 'kici_webhook_replay_duration_seconds';
|
|
174
|
+
readonly KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: 'kici_webhook_signature_failures_total';
|
|
175
|
+
readonly KICI_WEBHOOKS_RECEIVED_TOTAL: 'kici_webhooks_received_total';
|
|
176
|
+
readonly KICI_WS_CONNECTIONS_ACTIVE: 'kici_ws_connections_active';
|
|
177
|
+
readonly KICI_WS_CONNECTIONS_TOTAL: 'kici_ws_connections_total';
|
|
178
|
+
readonly KICI_WS_HEARTBEAT_AGE_SECONDS: 'kici_ws_heartbeat_age_seconds';
|
|
179
|
+
readonly KICI_WS_MESSAGES_RECEIVED_TOTAL: 'kici_ws_messages_received_total';
|
|
180
|
+
readonly KICI_WS_MESSAGES_SENT_TOTAL: 'kici_ws_messages_sent_total';
|
|
181
|
+
readonly KICI_WS_NACK_RECEIVED_TOTAL: 'kici_ws_nack_received_total';
|
|
182
|
+
readonly KICI_WS_RELAY_ATTEMPTS_TOTAL: 'kici_ws_relay_attempts_total';
|
|
183
|
+
readonly KICI_WS_RELAY_DURATION_SECONDS: 'kici_ws_relay_duration_seconds';
|
|
184
|
+
readonly KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: 'kici_ws_unsupported_message_sent_total';
|
|
185
|
+
readonly NODEJS_EVENTLOOP_DELAY_MAX: 'nodejs.eventloop.delay.max';
|
|
186
|
+
readonly NODEJS_EVENTLOOP_DELAY_MEAN: 'nodejs.eventloop.delay.mean';
|
|
187
|
+
readonly NODEJS_EVENTLOOP_DELAY_MIN: 'nodejs.eventloop.delay.min';
|
|
188
|
+
readonly NODEJS_EVENTLOOP_DELAY_P50: 'nodejs.eventloop.delay.p50';
|
|
189
|
+
readonly NODEJS_EVENTLOOP_DELAY_P90: 'nodejs.eventloop.delay.p90';
|
|
190
|
+
readonly NODEJS_EVENTLOOP_DELAY_P99: 'nodejs.eventloop.delay.p99';
|
|
191
|
+
readonly NODEJS_EVENTLOOP_DELAY_STDDEV: 'nodejs.eventloop.delay.stddev';
|
|
192
|
+
readonly NODEJS_EVENTLOOP_TIME: 'nodejs.eventloop.time';
|
|
193
|
+
readonly NODEJS_EVENTLOOP_UTILIZATION: 'nodejs.eventloop.utilization';
|
|
194
|
+
readonly V8JS_GC_DURATION: 'v8js.gc.duration';
|
|
195
|
+
readonly V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: 'v8js.memory.heap.space.available_size';
|
|
196
|
+
readonly V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: 'v8js.memory.heap.space.physical_size';
|
|
197
|
+
readonly V8JS_MEMORY_HEAP_SPACE_SIZE: 'v8js.memory.heap.space.size';
|
|
198
|
+
readonly V8JS_MEMORY_HEAP_USED: 'v8js.memory.heap.used';
|
|
199
|
+
readonly V8JS_RESOURCE_ACTIVE: 'v8js.resource.active';
|
|
157
200
|
};
|
|
158
201
|
export type MetricName = (typeof MetricNames)[keyof typeof MetricNames];
|
|
159
202
|
export declare const MetricLabels: {
|
|
160
|
-
readonly KICI_AGENT_CLONE_DURATION_SECONDS: readonly [
|
|
161
|
-
readonly KICI_AGENT_CONNECTION_STATUS: readonly [
|
|
162
|
-
readonly KICI_AGENT_JOBS_ACTIVE: readonly [
|
|
163
|
-
readonly KICI_AGENT_JOBS_TOTAL: readonly [
|
|
164
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE: readonly [
|
|
165
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL: readonly [
|
|
166
|
-
readonly KICI_AGENT_LOG_BYTES_TOTAL: readonly [
|
|
167
|
-
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL: readonly [
|
|
168
|
-
readonly KICI_AGENT_STEP_DURATION_SECONDS: readonly [
|
|
169
|
-
readonly KICI_AGENT_STEPS_TOTAL: readonly [
|
|
170
|
-
readonly KICI_BILLING_EMAIL_SEND_TOTAL: readonly [
|
|
203
|
+
readonly KICI_AGENT_CLONE_DURATION_SECONDS: readonly ['scaler'];
|
|
204
|
+
readonly KICI_AGENT_CONNECTION_STATUS: readonly ['scaler'];
|
|
205
|
+
readonly KICI_AGENT_JOBS_ACTIVE: readonly ['scaler'];
|
|
206
|
+
readonly KICI_AGENT_JOBS_TOTAL: readonly ['status', 'scaler'];
|
|
207
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE: readonly ['mode', 'scaler'];
|
|
208
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL: readonly ['mode', 'scaler'];
|
|
209
|
+
readonly KICI_AGENT_LOG_BYTES_TOTAL: readonly ['scaler'];
|
|
210
|
+
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL: readonly ['scaler'];
|
|
211
|
+
readonly KICI_AGENT_STEP_DURATION_SECONDS: readonly ['scaler'];
|
|
212
|
+
readonly KICI_AGENT_STEPS_TOTAL: readonly ['status', 'scaler'];
|
|
213
|
+
readonly KICI_BILLING_EMAIL_SEND_TOTAL: readonly ['kind', 'status'];
|
|
171
214
|
readonly KICI_BUILD_JOBS_TOTAL: readonly [];
|
|
172
|
-
readonly KICI_CACHE_HITS_TOTAL: readonly [
|
|
173
|
-
readonly KICI_CACHE_MISSES_TOTAL: readonly [
|
|
174
|
-
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL: readonly [
|
|
175
|
-
readonly KICI_CROSS_SOURCE_FANOUT_SIZE: readonly [
|
|
176
|
-
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS: readonly [
|
|
177
|
-
readonly KICI_DB_COLLATION_DRIFT: readonly [
|
|
178
|
-
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL: readonly [
|
|
179
|
-
readonly KICI_MCP_DB_POOL_CONNECTIONS: readonly [
|
|
180
|
-
readonly KICI_MCP_RATE_LIMITED_TOTAL: readonly [
|
|
181
|
-
readonly KICI_MCP_TOOL_DURATION_SECONDS: readonly [
|
|
182
|
-
readonly KICI_MCP_TOOL_REQUESTS_TOTAL: readonly [
|
|
215
|
+
readonly KICI_CACHE_HITS_TOTAL: readonly ['cache_type'];
|
|
216
|
+
readonly KICI_CACHE_MISSES_TOTAL: readonly ['cache_type'];
|
|
217
|
+
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL: readonly ['reason'];
|
|
218
|
+
readonly KICI_CROSS_SOURCE_FANOUT_SIZE: readonly ['event'];
|
|
219
|
+
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS: readonly ['outcome'];
|
|
220
|
+
readonly KICI_DB_COLLATION_DRIFT: readonly ['database'];
|
|
221
|
+
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL: readonly ['reason'];
|
|
222
|
+
readonly KICI_MCP_DB_POOL_CONNECTIONS: readonly ['state'];
|
|
223
|
+
readonly KICI_MCP_RATE_LIMITED_TOTAL: readonly ['kind'];
|
|
224
|
+
readonly KICI_MCP_TOOL_DURATION_SECONDS: readonly ['tool'];
|
|
225
|
+
readonly KICI_MCP_TOOL_REQUESTS_TOTAL: readonly ['tool', 'outcome'];
|
|
183
226
|
readonly KICI_ORCH_AGENTS_ACTIVE: readonly [];
|
|
184
227
|
readonly KICI_ORCH_BUILD_DURATION_SECONDS: readonly [];
|
|
185
|
-
readonly
|
|
228
|
+
readonly KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: readonly [];
|
|
229
|
+
readonly KICI_ORCH_CONFIG_RELOAD_TOTAL: readonly ['result', 'source'];
|
|
186
230
|
readonly KICI_ORCH_CONFIG_VERSION: readonly [];
|
|
187
|
-
readonly KICI_ORCH_DB_COLLATION_DRIFT: readonly [
|
|
231
|
+
readonly KICI_ORCH_DB_COLLATION_DRIFT: readonly ['database'];
|
|
188
232
|
readonly KICI_ORCH_DECLARED_HOSTS_UNREACHABLE: readonly [];
|
|
189
233
|
readonly KICI_ORCH_DEDUP_HITS_TOTAL: readonly [];
|
|
190
234
|
readonly KICI_ORCH_DEP_CACHE_HITS_TOTAL: readonly [];
|
|
191
235
|
readonly KICI_ORCH_DEP_CACHE_MISSES_TOTAL: readonly [];
|
|
192
|
-
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH: readonly [
|
|
193
|
-
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: readonly [
|
|
194
|
-
readonly
|
|
195
|
-
readonly
|
|
236
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH: readonly ['status'];
|
|
237
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: readonly ['status', 'label'];
|
|
238
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: readonly [];
|
|
239
|
+
readonly KICI_ORCH_EVENT_ATTEMPTS: readonly ['event_name', 'result'];
|
|
240
|
+
readonly KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: readonly ['event_name'];
|
|
196
241
|
readonly KICI_ORCH_EVENT_DLQ_DEPTH: readonly [];
|
|
197
|
-
readonly KICI_ORCH_EVENT_DLQ_TOTAL: readonly [
|
|
242
|
+
readonly KICI_ORCH_EVENT_DLQ_TOTAL: readonly ['event_name', 'reason'];
|
|
198
243
|
readonly KICI_ORCH_EVENT_LEASE_EXPIRATIONS_TOTAL: readonly [];
|
|
199
|
-
readonly KICI_ORCH_EVENT_RETRY_TOTAL: readonly [
|
|
244
|
+
readonly KICI_ORCH_EVENT_RETRY_TOTAL: readonly ['event_name'];
|
|
200
245
|
readonly KICI_ORCH_EXECUTION_DURATION_SECONDS: readonly [];
|
|
201
|
-
readonly KICI_ORCH_EXECUTIONS_TOTAL: readonly [
|
|
202
|
-
readonly KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: readonly [
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
212
|
-
readonly
|
|
213
|
-
readonly
|
|
246
|
+
readonly KICI_ORCH_EXECUTIONS_TOTAL: readonly ['status'];
|
|
247
|
+
readonly KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: readonly ['operation'];
|
|
248
|
+
readonly KICI_ORCH_INGEST_ADMITTED_TOTAL: readonly [];
|
|
249
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: readonly [];
|
|
250
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: readonly [];
|
|
251
|
+
readonly KICI_ORCH_INGEST_INFLIGHT: readonly [];
|
|
252
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: readonly [];
|
|
253
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: readonly [];
|
|
254
|
+
readonly KICI_ORCH_INGEST_MAX_CONCURRENCY: readonly [];
|
|
255
|
+
readonly KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: readonly [];
|
|
256
|
+
readonly KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: readonly [];
|
|
257
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_BUFFERED: readonly [];
|
|
258
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: readonly [];
|
|
259
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: readonly [];
|
|
260
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_MAX: readonly [];
|
|
261
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: readonly [];
|
|
262
|
+
readonly KICI_ORCH_INGEST_QUEUE_DEPTH: readonly [];
|
|
263
|
+
readonly KICI_ORCH_INGEST_SHED_TOTAL: readonly ['reason'];
|
|
264
|
+
readonly KICI_ORCH_INGEST_SHEDDING_ACTIVE: readonly [];
|
|
265
|
+
readonly KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: readonly ['trust_tier'];
|
|
266
|
+
readonly KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: readonly ['decision', 'reason'];
|
|
267
|
+
readonly KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: readonly ['channel', 'provider', 'scope'];
|
|
268
|
+
readonly KICI_ORCH_INSTALL_SECRETS_TOKEN_RESOLUTION_DURATION_SECONDS: readonly ['environment'];
|
|
269
|
+
readonly KICI_ORCH_JOB_CONSECUTIVE_FAILURES: readonly ['job'];
|
|
270
|
+
readonly KICI_ORCH_JOB_DURATION_SECONDS: readonly ['job'];
|
|
271
|
+
readonly KICI_ORCH_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: readonly ['job'];
|
|
272
|
+
readonly KICI_ORCH_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: readonly ['job'];
|
|
273
|
+
readonly KICI_ORCH_JOB_RUNS_TOTAL: readonly ['job', 'result'];
|
|
274
|
+
readonly KICI_ORCH_LOG_BYTES_STORED_TOTAL: readonly ['source'];
|
|
275
|
+
readonly KICI_ORCH_LOG_CHUNKS_RECEIVED_TOTAL: readonly ['source'];
|
|
214
276
|
readonly KICI_ORCH_PENDING_ATTESTATION_OLDEST_AGE_SECONDS: readonly [];
|
|
215
277
|
readonly KICI_ORCH_PENDING_ATTESTATIONS_CURRENT: readonly [];
|
|
216
|
-
readonly KICI_ORCH_PG_POOL_CLIENT_ERRORS_TOTAL: readonly [
|
|
278
|
+
readonly KICI_ORCH_PG_POOL_CLIENT_ERRORS_TOTAL: readonly ['source'];
|
|
217
279
|
readonly KICI_ORCH_REJECTED_ATTESTATIONS_CURRENT: readonly [];
|
|
218
|
-
readonly KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: readonly [
|
|
219
|
-
readonly KICI_ORCH_SCALER_CPUS_USED: readonly [
|
|
220
|
-
readonly KICI_ORCH_SCALER_MEMORY_BYTES_USED: readonly [
|
|
221
|
-
readonly
|
|
280
|
+
readonly KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: readonly ['result'];
|
|
281
|
+
readonly KICI_ORCH_SCALER_CPUS_USED: readonly ['scaler', 'scalerType', 'machinePool'];
|
|
282
|
+
readonly KICI_ORCH_SCALER_MEMORY_BYTES_USED: readonly ['scaler', 'scalerType', 'machinePool'];
|
|
283
|
+
readonly KICI_ORCH_SCALER_REDISPATCH_TOTAL: readonly ['trigger'];
|
|
284
|
+
readonly KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: readonly ['backend', 'bound'];
|
|
222
285
|
readonly KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: readonly [];
|
|
223
286
|
readonly KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: readonly [];
|
|
224
287
|
readonly KICI_ORCH_SOURCE_CACHE_MISSES_TOTAL: readonly [];
|
|
225
288
|
readonly KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: readonly [];
|
|
226
289
|
readonly KICI_ORCH_STALE_RUNS_CURRENT: readonly [];
|
|
227
290
|
readonly KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: readonly [];
|
|
228
|
-
readonly
|
|
291
|
+
readonly KICI_ORCH_STATE_REPLAY_BREAKER_TRIPS_TOTAL: readonly [];
|
|
292
|
+
readonly KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: readonly [];
|
|
293
|
+
readonly KICI_ORCH_STEPS_TOTAL: readonly ['status'];
|
|
229
294
|
readonly KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: readonly [];
|
|
230
|
-
readonly KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: readonly [
|
|
231
|
-
readonly
|
|
232
|
-
readonly
|
|
233
|
-
readonly
|
|
234
|
-
readonly
|
|
235
|
-
readonly
|
|
236
|
-
readonly
|
|
237
|
-
readonly
|
|
238
|
-
readonly
|
|
239
|
-
readonly
|
|
240
|
-
readonly
|
|
241
|
-
readonly
|
|
295
|
+
readonly KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: readonly ['reason'];
|
|
296
|
+
readonly KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: readonly ['arm', 'action'];
|
|
297
|
+
readonly KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: readonly ['result'];
|
|
298
|
+
readonly KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: readonly ['source', 'event'];
|
|
299
|
+
readonly KICI_ORCH_WS_NACK_RECEIVED_TOTAL: readonly [];
|
|
300
|
+
readonly KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: readonly [];
|
|
301
|
+
readonly KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: readonly [];
|
|
302
|
+
readonly KICI_ORCHESTRATOR_DRAINING: readonly [];
|
|
303
|
+
readonly KICI_ORG_AGENT_MINUTES: readonly ['org_id', 'status'];
|
|
304
|
+
readonly KICI_ORG_CONNECTIONS: readonly ['org_id'];
|
|
305
|
+
readonly KICI_ORG_EXECUTIONS_COUNT: readonly ['org_id', 'status'];
|
|
306
|
+
readonly KICI_ORG_LOG_BYTES: readonly ['org_id', 'status'];
|
|
307
|
+
readonly KICI_ORG_STATUS_EVENTS_TOTAL: readonly ['org_id', 'status'];
|
|
308
|
+
readonly KICI_ORGS_TOTAL: readonly ['plan_type'];
|
|
309
|
+
readonly KICI_PLAN_CAP_EXCEEDED_TOTAL: readonly ['org_id', 'dimension'];
|
|
310
|
+
readonly KICI_PLAN_USAGE_RATIO: readonly ['org_id', 'dimension'];
|
|
311
|
+
readonly KICI_PLATFORM_COORDINATOR_POOL_SIZE: readonly ['routingKey'];
|
|
242
312
|
readonly KICI_PLATFORM_COORDINATOR_STALE_ENTRIES: readonly [];
|
|
243
|
-
readonly KICI_PLATFORM_COORDINATOR_ZOMBIE_ENTRIES_TOTAL: readonly [
|
|
244
|
-
readonly KICI_PLATFORM_CROSS_TENANT_REJECTIONS_TOTAL: readonly [
|
|
245
|
-
readonly KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: readonly [
|
|
313
|
+
readonly KICI_PLATFORM_COORDINATOR_ZOMBIE_ENTRIES_TOTAL: readonly ['clusterName'];
|
|
314
|
+
readonly KICI_PLATFORM_CROSS_TENANT_REJECTIONS_TOTAL: readonly ['reason'];
|
|
315
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: readonly ['outcome'];
|
|
246
316
|
readonly KICI_PLATFORM_DASHBOARD_PROXY_PENDING: readonly [];
|
|
247
|
-
readonly KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: readonly [
|
|
248
|
-
readonly
|
|
249
|
-
readonly
|
|
317
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: readonly ['outcome'];
|
|
318
|
+
readonly KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: readonly [];
|
|
319
|
+
readonly KICI_PLATFORM_DB_POOL_CONNECTIONS: readonly ['state'];
|
|
320
|
+
readonly KICI_PLATFORM_DB_POOL_SATURATED: readonly [];
|
|
321
|
+
readonly KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: readonly ['kind'];
|
|
322
|
+
readonly KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: readonly ['event'];
|
|
323
|
+
readonly KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: readonly ['status'];
|
|
250
324
|
readonly KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: readonly [];
|
|
251
|
-
readonly KICI_PLATFORM_JOB_CONSECUTIVE_FAILURES: readonly [
|
|
252
|
-
readonly KICI_PLATFORM_JOB_DURATION_SECONDS: readonly [
|
|
253
|
-
readonly KICI_PLATFORM_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: readonly [
|
|
254
|
-
readonly KICI_PLATFORM_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: readonly [
|
|
255
|
-
readonly KICI_PLATFORM_JOB_RUNS_TOTAL: readonly [
|
|
256
|
-
readonly KICI_PLATFORM_JOB_STATUS_FORWARDS_TOTAL: readonly [
|
|
325
|
+
readonly KICI_PLATFORM_JOB_CONSECUTIVE_FAILURES: readonly ['job'];
|
|
326
|
+
readonly KICI_PLATFORM_JOB_DURATION_SECONDS: readonly ['job'];
|
|
327
|
+
readonly KICI_PLATFORM_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: readonly ['job'];
|
|
328
|
+
readonly KICI_PLATFORM_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: readonly ['job'];
|
|
329
|
+
readonly KICI_PLATFORM_JOB_RUNS_TOTAL: readonly ['job', 'result'];
|
|
330
|
+
readonly KICI_PLATFORM_JOB_STATUS_FORWARDS_TOTAL: readonly ['status'];
|
|
257
331
|
readonly KICI_PLATFORM_LOG_CHUNKS_FORWARDED_TOTAL: readonly [];
|
|
258
332
|
readonly KICI_PLATFORM_LOG_LINES_FORWARDED_TOTAL: readonly [];
|
|
259
|
-
readonly KICI_PLATFORM_METRICS_QUERY_RATE_LIMITED_TOTAL: readonly [
|
|
260
|
-
readonly KICI_PLATFORM_MIMIR_RELAY_ERRORS_TOTAL: readonly [
|
|
261
|
-
readonly KICI_PLATFORM_NOTIFICATIONS_DELIVERED_TOTAL: readonly [
|
|
262
|
-
readonly KICI_PLATFORM_NOTIFICATIONS_SUPPRESSED_TOTAL: readonly [
|
|
263
|
-
readonly KICI_PLATFORM_ORCH_METRICS_FILTERED_TOTAL: readonly [
|
|
333
|
+
readonly KICI_PLATFORM_METRICS_QUERY_RATE_LIMITED_TOTAL: readonly ['org_id'];
|
|
334
|
+
readonly KICI_PLATFORM_MIMIR_RELAY_ERRORS_TOTAL: readonly ['reason'];
|
|
335
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_DELIVERED_TOTAL: readonly ['channel_type', 'result'];
|
|
336
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_SUPPRESSED_TOTAL: readonly ['org_id'];
|
|
337
|
+
readonly KICI_PLATFORM_ORCH_METRICS_FILTERED_TOTAL: readonly ['reason', 'metric'];
|
|
264
338
|
readonly KICI_PLATFORM_ORPHAN_CONNECTIONS_SWEPT_TOTAL: readonly [];
|
|
265
|
-
readonly KICI_PLATFORM_PG_POOL_CLIENT_ERRORS_TOTAL: readonly [
|
|
266
|
-
readonly KICI_PLATFORM_PLAN_CAP_CHECK_ERRORS_TOTAL: readonly [
|
|
267
|
-
readonly KICI_PLATFORM_RELAY_BREAKER_STATE: readonly [
|
|
268
|
-
readonly KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: readonly [
|
|
269
|
-
readonly KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: readonly [
|
|
270
|
-
readonly KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: readonly [
|
|
339
|
+
readonly KICI_PLATFORM_PG_POOL_CLIENT_ERRORS_TOTAL: readonly ['source'];
|
|
340
|
+
readonly KICI_PLATFORM_PLAN_CAP_CHECK_ERRORS_TOTAL: readonly ['org_id'];
|
|
341
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_STATE: readonly ['clusterName', 'connectionId'];
|
|
342
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: readonly ['clusterName', 'connectionId'];
|
|
343
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: readonly ['kind'];
|
|
344
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: readonly ['outcome', 'kind'];
|
|
345
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_DEFERRED_TOTAL: readonly [];
|
|
346
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_RECONCILED_TOTAL: readonly [];
|
|
347
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: readonly [];
|
|
271
348
|
readonly KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: readonly [];
|
|
272
|
-
readonly KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: readonly [
|
|
349
|
+
readonly KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: readonly ['org_id'];
|
|
273
350
|
readonly KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: readonly [];
|
|
274
|
-
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: readonly [
|
|
275
|
-
readonly
|
|
351
|
+
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: readonly ['state'];
|
|
352
|
+
readonly KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: readonly ['close_kind'];
|
|
353
|
+
readonly KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: readonly ['org_id'];
|
|
354
|
+
readonly KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: readonly [];
|
|
355
|
+
readonly KICI_RBAC_PERMS_CACHE_HITS_TOTAL: readonly [];
|
|
356
|
+
readonly KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: readonly [];
|
|
357
|
+
readonly KICI_READ_RATE_LIMIT_REJECTED_TOTAL: readonly ['scope'];
|
|
276
358
|
readonly KICI_REGISTRATIONS_TOTAL: readonly [];
|
|
277
|
-
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: readonly [
|
|
278
|
-
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: readonly [
|
|
279
|
-
readonly KICI_VALKEY_CONNECTION_STATUS: readonly [
|
|
280
|
-
readonly KICI_VALKEY_PUBLISH_TOTAL: readonly [
|
|
281
|
-
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: readonly [
|
|
282
|
-
readonly KICI_VALKEY_SUBSCRIBE_RECEIVE_TOTAL: readonly [
|
|
359
|
+
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: readonly ['reason'];
|
|
360
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: readonly ['result'];
|
|
361
|
+
readonly KICI_VALKEY_CONNECTION_STATUS: readonly ['role'];
|
|
362
|
+
readonly KICI_VALKEY_PUBLISH_TOTAL: readonly ['channel'];
|
|
363
|
+
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: readonly ['status'];
|
|
364
|
+
readonly KICI_VALKEY_SUBSCRIBE_RECEIVE_TOTAL: readonly ['channel'];
|
|
283
365
|
readonly KICI_WEBHOOK_BUFFER_BYTES: readonly [];
|
|
284
366
|
readonly KICI_WEBHOOK_BUFFER_DEPTH: readonly [];
|
|
285
367
|
readonly KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: readonly [];
|
|
368
|
+
readonly KICI_WEBHOOK_NO_ORCH_TOTAL: readonly ['outcome', 'org_id'];
|
|
286
369
|
readonly KICI_WEBHOOK_PG_BREAKER_STATE: readonly [];
|
|
287
370
|
readonly KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: readonly [];
|
|
288
|
-
readonly KICI_WEBHOOK_PG_DEGRADED_TOTAL: readonly [
|
|
289
|
-
readonly
|
|
371
|
+
readonly KICI_WEBHOOK_PG_DEGRADED_TOTAL: readonly ['outcome', 'org_id'];
|
|
372
|
+
readonly KICI_WEBHOOK_PG_PROBE_TOTAL: readonly ['outcome'];
|
|
373
|
+
readonly KICI_WEBHOOK_PROCESSING_SECONDS: readonly ['event'];
|
|
290
374
|
readonly KICI_WEBHOOK_REPLAY_DURATION_SECONDS: readonly [];
|
|
291
|
-
readonly KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: readonly [
|
|
292
|
-
readonly KICI_WEBHOOKS_RECEIVED_TOTAL: readonly [
|
|
293
|
-
readonly KICI_WS_CONNECTIONS_ACTIVE: readonly [
|
|
294
|
-
readonly KICI_WS_CONNECTIONS_TOTAL: readonly [
|
|
295
|
-
readonly KICI_WS_HEARTBEAT_AGE_SECONDS: readonly [
|
|
296
|
-
readonly KICI_WS_MESSAGES_RECEIVED_TOTAL: readonly [
|
|
297
|
-
readonly KICI_WS_MESSAGES_SENT_TOTAL: readonly [
|
|
298
|
-
readonly
|
|
299
|
-
readonly
|
|
300
|
-
readonly
|
|
301
|
-
readonly
|
|
302
|
-
readonly
|
|
303
|
-
readonly
|
|
304
|
-
readonly
|
|
305
|
-
readonly
|
|
306
|
-
readonly
|
|
307
|
-
readonly
|
|
308
|
-
readonly
|
|
309
|
-
readonly
|
|
310
|
-
readonly
|
|
311
|
-
readonly
|
|
312
|
-
readonly
|
|
313
|
-
readonly
|
|
314
|
-
readonly
|
|
375
|
+
readonly KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: readonly ['source', 'org_id'];
|
|
376
|
+
readonly KICI_WEBHOOKS_RECEIVED_TOTAL: readonly ['event', 'status', 'org_id'];
|
|
377
|
+
readonly KICI_WS_CONNECTIONS_ACTIVE: readonly ['routing_key'];
|
|
378
|
+
readonly KICI_WS_CONNECTIONS_TOTAL: readonly ['status'];
|
|
379
|
+
readonly KICI_WS_HEARTBEAT_AGE_SECONDS: readonly ['routing_key'];
|
|
380
|
+
readonly KICI_WS_MESSAGES_RECEIVED_TOTAL: readonly ['type'];
|
|
381
|
+
readonly KICI_WS_MESSAGES_SENT_TOTAL: readonly ['type'];
|
|
382
|
+
readonly KICI_WS_NACK_RECEIVED_TOTAL: readonly [];
|
|
383
|
+
readonly KICI_WS_RELAY_ATTEMPTS_TOTAL: readonly ['status'];
|
|
384
|
+
readonly KICI_WS_RELAY_DURATION_SECONDS: readonly ['status'];
|
|
385
|
+
readonly KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: readonly [];
|
|
386
|
+
readonly NODEJS_EVENTLOOP_DELAY_MAX: readonly ['scaler'];
|
|
387
|
+
readonly NODEJS_EVENTLOOP_DELAY_MEAN: readonly ['scaler'];
|
|
388
|
+
readonly NODEJS_EVENTLOOP_DELAY_MIN: readonly ['scaler'];
|
|
389
|
+
readonly NODEJS_EVENTLOOP_DELAY_P50: readonly ['scaler'];
|
|
390
|
+
readonly NODEJS_EVENTLOOP_DELAY_P90: readonly ['scaler'];
|
|
391
|
+
readonly NODEJS_EVENTLOOP_DELAY_P99: readonly ['scaler'];
|
|
392
|
+
readonly NODEJS_EVENTLOOP_DELAY_STDDEV: readonly ['scaler'];
|
|
393
|
+
readonly NODEJS_EVENTLOOP_TIME: readonly ['nodejs.eventloop.state', 'scaler'];
|
|
394
|
+
readonly NODEJS_EVENTLOOP_UTILIZATION: readonly ['scaler'];
|
|
395
|
+
readonly V8JS_GC_DURATION: readonly ['v8js.gc.type', 'scaler'];
|
|
396
|
+
readonly V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: readonly ['v8js.heap.space.name', 'scaler'];
|
|
397
|
+
readonly V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: readonly ['v8js.heap.space.name', 'scaler'];
|
|
398
|
+
readonly V8JS_MEMORY_HEAP_SPACE_SIZE: readonly ['v8js.heap.space.name', 'scaler'];
|
|
399
|
+
readonly V8JS_MEMORY_HEAP_USED: readonly ['v8js.heap.space.name', 'scaler'];
|
|
400
|
+
readonly V8JS_RESOURCE_ACTIVE: readonly ['v8js.resource.type', 'scaler'];
|
|
315
401
|
};
|
|
316
402
|
export declare const MetricKind: {
|
|
317
|
-
readonly KICI_AGENT_CLONE_DURATION_SECONDS:
|
|
318
|
-
readonly KICI_AGENT_CONNECTION_STATUS:
|
|
319
|
-
readonly KICI_AGENT_JOBS_ACTIVE:
|
|
320
|
-
readonly KICI_AGENT_JOBS_TOTAL:
|
|
321
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE:
|
|
322
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL:
|
|
323
|
-
readonly KICI_AGENT_LOG_BYTES_TOTAL:
|
|
324
|
-
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL:
|
|
325
|
-
readonly KICI_AGENT_STEP_DURATION_SECONDS:
|
|
326
|
-
readonly KICI_AGENT_STEPS_TOTAL:
|
|
327
|
-
readonly KICI_BILLING_EMAIL_SEND_TOTAL:
|
|
328
|
-
readonly KICI_BUILD_JOBS_TOTAL:
|
|
329
|
-
readonly KICI_CACHE_HITS_TOTAL:
|
|
330
|
-
readonly KICI_CACHE_MISSES_TOTAL:
|
|
331
|
-
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL:
|
|
332
|
-
readonly KICI_CROSS_SOURCE_FANOUT_SIZE:
|
|
333
|
-
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS:
|
|
334
|
-
readonly KICI_DB_COLLATION_DRIFT:
|
|
335
|
-
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL:
|
|
336
|
-
readonly KICI_MCP_DB_POOL_CONNECTIONS:
|
|
337
|
-
readonly KICI_MCP_RATE_LIMITED_TOTAL:
|
|
338
|
-
readonly KICI_MCP_TOOL_DURATION_SECONDS:
|
|
339
|
-
readonly KICI_MCP_TOOL_REQUESTS_TOTAL:
|
|
340
|
-
readonly KICI_ORCH_AGENTS_ACTIVE:
|
|
341
|
-
readonly KICI_ORCH_BUILD_DURATION_SECONDS:
|
|
342
|
-
readonly
|
|
343
|
-
readonly
|
|
344
|
-
readonly
|
|
345
|
-
readonly
|
|
346
|
-
readonly
|
|
347
|
-
readonly
|
|
348
|
-
readonly
|
|
349
|
-
readonly
|
|
350
|
-
readonly
|
|
351
|
-
readonly
|
|
352
|
-
readonly
|
|
353
|
-
readonly
|
|
354
|
-
readonly
|
|
355
|
-
readonly
|
|
356
|
-
readonly
|
|
357
|
-
readonly
|
|
358
|
-
readonly
|
|
359
|
-
readonly
|
|
360
|
-
readonly
|
|
361
|
-
readonly
|
|
362
|
-
readonly
|
|
363
|
-
readonly
|
|
364
|
-
readonly
|
|
365
|
-
readonly
|
|
366
|
-
readonly
|
|
367
|
-
readonly
|
|
368
|
-
readonly
|
|
369
|
-
readonly
|
|
370
|
-
readonly
|
|
371
|
-
readonly
|
|
372
|
-
readonly
|
|
373
|
-
readonly
|
|
374
|
-
readonly
|
|
375
|
-
readonly
|
|
376
|
-
readonly
|
|
377
|
-
readonly
|
|
378
|
-
readonly
|
|
379
|
-
readonly
|
|
380
|
-
readonly
|
|
381
|
-
readonly
|
|
382
|
-
readonly
|
|
383
|
-
readonly
|
|
384
|
-
readonly
|
|
385
|
-
readonly
|
|
386
|
-
readonly
|
|
387
|
-
readonly
|
|
388
|
-
readonly
|
|
389
|
-
readonly
|
|
390
|
-
readonly
|
|
391
|
-
readonly
|
|
392
|
-
readonly
|
|
393
|
-
readonly
|
|
394
|
-
readonly
|
|
395
|
-
readonly
|
|
396
|
-
readonly
|
|
397
|
-
readonly
|
|
398
|
-
readonly
|
|
399
|
-
readonly
|
|
400
|
-
readonly
|
|
401
|
-
readonly
|
|
402
|
-
readonly
|
|
403
|
-
readonly
|
|
404
|
-
readonly
|
|
405
|
-
readonly
|
|
406
|
-
readonly
|
|
407
|
-
readonly
|
|
408
|
-
readonly
|
|
409
|
-
readonly
|
|
410
|
-
readonly
|
|
411
|
-
readonly
|
|
412
|
-
readonly
|
|
413
|
-
readonly
|
|
414
|
-
readonly
|
|
415
|
-
readonly
|
|
416
|
-
readonly
|
|
417
|
-
readonly
|
|
418
|
-
readonly
|
|
419
|
-
readonly
|
|
420
|
-
readonly
|
|
421
|
-
readonly
|
|
422
|
-
readonly
|
|
423
|
-
readonly
|
|
424
|
-
readonly
|
|
425
|
-
readonly
|
|
426
|
-
readonly
|
|
427
|
-
readonly
|
|
428
|
-
readonly
|
|
429
|
-
readonly
|
|
430
|
-
readonly
|
|
431
|
-
readonly
|
|
432
|
-
readonly
|
|
433
|
-
readonly
|
|
434
|
-
readonly
|
|
435
|
-
readonly
|
|
436
|
-
readonly
|
|
437
|
-
readonly
|
|
438
|
-
readonly
|
|
439
|
-
readonly
|
|
440
|
-
readonly
|
|
441
|
-
readonly
|
|
442
|
-
readonly
|
|
443
|
-
readonly
|
|
444
|
-
readonly
|
|
445
|
-
readonly
|
|
446
|
-
readonly
|
|
447
|
-
readonly
|
|
448
|
-
readonly
|
|
449
|
-
readonly
|
|
450
|
-
readonly
|
|
451
|
-
readonly
|
|
452
|
-
readonly
|
|
453
|
-
readonly
|
|
454
|
-
readonly
|
|
455
|
-
readonly
|
|
456
|
-
readonly
|
|
457
|
-
readonly
|
|
458
|
-
readonly
|
|
459
|
-
readonly
|
|
460
|
-
readonly
|
|
461
|
-
readonly
|
|
462
|
-
readonly
|
|
463
|
-
readonly
|
|
464
|
-
readonly
|
|
465
|
-
readonly
|
|
466
|
-
readonly
|
|
467
|
-
readonly
|
|
468
|
-
readonly
|
|
469
|
-
readonly
|
|
470
|
-
readonly
|
|
471
|
-
readonly
|
|
403
|
+
readonly KICI_AGENT_CLONE_DURATION_SECONDS: 'histogram';
|
|
404
|
+
readonly KICI_AGENT_CONNECTION_STATUS: 'upDownCounter';
|
|
405
|
+
readonly KICI_AGENT_JOBS_ACTIVE: 'upDownCounter';
|
|
406
|
+
readonly KICI_AGENT_JOBS_TOTAL: 'counter';
|
|
407
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE: 'upDownCounter';
|
|
408
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL: 'counter';
|
|
409
|
+
readonly KICI_AGENT_LOG_BYTES_TOTAL: 'counter';
|
|
410
|
+
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL: 'counter';
|
|
411
|
+
readonly KICI_AGENT_STEP_DURATION_SECONDS: 'histogram';
|
|
412
|
+
readonly KICI_AGENT_STEPS_TOTAL: 'counter';
|
|
413
|
+
readonly KICI_BILLING_EMAIL_SEND_TOTAL: 'counter';
|
|
414
|
+
readonly KICI_BUILD_JOBS_TOTAL: 'counter';
|
|
415
|
+
readonly KICI_CACHE_HITS_TOTAL: 'counter';
|
|
416
|
+
readonly KICI_CACHE_MISSES_TOTAL: 'counter';
|
|
417
|
+
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL: 'counter';
|
|
418
|
+
readonly KICI_CROSS_SOURCE_FANOUT_SIZE: 'histogram';
|
|
419
|
+
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS: 'histogram';
|
|
420
|
+
readonly KICI_DB_COLLATION_DRIFT: 'observableGauge';
|
|
421
|
+
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL: 'counter';
|
|
422
|
+
readonly KICI_MCP_DB_POOL_CONNECTIONS: 'observableGauge';
|
|
423
|
+
readonly KICI_MCP_RATE_LIMITED_TOTAL: 'counter';
|
|
424
|
+
readonly KICI_MCP_TOOL_DURATION_SECONDS: 'histogram';
|
|
425
|
+
readonly KICI_MCP_TOOL_REQUESTS_TOTAL: 'counter';
|
|
426
|
+
readonly KICI_ORCH_AGENTS_ACTIVE: 'observableGauge';
|
|
427
|
+
readonly KICI_ORCH_BUILD_DURATION_SECONDS: 'histogram';
|
|
428
|
+
readonly KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: 'counter';
|
|
429
|
+
readonly KICI_ORCH_CONFIG_RELOAD_TOTAL: 'counter';
|
|
430
|
+
readonly KICI_ORCH_CONFIG_VERSION: 'observableGauge';
|
|
431
|
+
readonly KICI_ORCH_DB_COLLATION_DRIFT: 'observableGauge';
|
|
432
|
+
readonly KICI_ORCH_DECLARED_HOSTS_UNREACHABLE: 'observableGauge';
|
|
433
|
+
readonly KICI_ORCH_DEDUP_HITS_TOTAL: 'counter';
|
|
434
|
+
readonly KICI_ORCH_DEP_CACHE_HITS_TOTAL: 'counter';
|
|
435
|
+
readonly KICI_ORCH_DEP_CACHE_MISSES_TOTAL: 'counter';
|
|
436
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH: 'observableGauge';
|
|
437
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: 'observableGauge';
|
|
438
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: 'counter';
|
|
439
|
+
readonly KICI_ORCH_EVENT_ATTEMPTS: 'histogram';
|
|
440
|
+
readonly KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: 'counter';
|
|
441
|
+
readonly KICI_ORCH_EVENT_DLQ_DEPTH: 'observableGauge';
|
|
442
|
+
readonly KICI_ORCH_EVENT_DLQ_TOTAL: 'counter';
|
|
443
|
+
readonly KICI_ORCH_EVENT_LEASE_EXPIRATIONS_TOTAL: 'counter';
|
|
444
|
+
readonly KICI_ORCH_EVENT_RETRY_TOTAL: 'counter';
|
|
445
|
+
readonly KICI_ORCH_EXECUTION_DURATION_SECONDS: 'histogram';
|
|
446
|
+
readonly KICI_ORCH_EXECUTIONS_TOTAL: 'counter';
|
|
447
|
+
readonly KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: 'counter';
|
|
448
|
+
readonly KICI_ORCH_INGEST_ADMITTED_TOTAL: 'counter';
|
|
449
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: 'observableGauge';
|
|
450
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: 'observableGauge';
|
|
451
|
+
readonly KICI_ORCH_INGEST_INFLIGHT: 'observableGauge';
|
|
452
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: 'observableGauge';
|
|
453
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: 'observableGauge';
|
|
454
|
+
readonly KICI_ORCH_INGEST_MAX_CONCURRENCY: 'observableGauge';
|
|
455
|
+
readonly KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: 'observableGauge';
|
|
456
|
+
readonly KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: 'observableGauge';
|
|
457
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_BUFFERED: 'observableGauge';
|
|
458
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: 'counter';
|
|
459
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: 'counter';
|
|
460
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_MAX: 'observableGauge';
|
|
461
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: 'counter';
|
|
462
|
+
readonly KICI_ORCH_INGEST_QUEUE_DEPTH: 'observableGauge';
|
|
463
|
+
readonly KICI_ORCH_INGEST_SHED_TOTAL: 'counter';
|
|
464
|
+
readonly KICI_ORCH_INGEST_SHEDDING_ACTIVE: 'observableGauge';
|
|
465
|
+
readonly KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: 'counter';
|
|
466
|
+
readonly KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: 'counter';
|
|
467
|
+
readonly KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: 'counter';
|
|
468
|
+
readonly KICI_ORCH_INSTALL_SECRETS_TOKEN_RESOLUTION_DURATION_SECONDS: 'histogram';
|
|
469
|
+
readonly KICI_ORCH_JOB_CONSECUTIVE_FAILURES: 'observableGauge';
|
|
470
|
+
readonly KICI_ORCH_JOB_DURATION_SECONDS: 'histogram';
|
|
471
|
+
readonly KICI_ORCH_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: 'observableGauge';
|
|
472
|
+
readonly KICI_ORCH_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: 'observableGauge';
|
|
473
|
+
readonly KICI_ORCH_JOB_RUNS_TOTAL: 'counter';
|
|
474
|
+
readonly KICI_ORCH_LOG_BYTES_STORED_TOTAL: 'counter';
|
|
475
|
+
readonly KICI_ORCH_LOG_CHUNKS_RECEIVED_TOTAL: 'counter';
|
|
476
|
+
readonly KICI_ORCH_PENDING_ATTESTATION_OLDEST_AGE_SECONDS: 'observableGauge';
|
|
477
|
+
readonly KICI_ORCH_PENDING_ATTESTATIONS_CURRENT: 'observableGauge';
|
|
478
|
+
readonly KICI_ORCH_PG_POOL_CLIENT_ERRORS_TOTAL: 'counter';
|
|
479
|
+
readonly KICI_ORCH_REJECTED_ATTESTATIONS_CURRENT: 'observableGauge';
|
|
480
|
+
readonly KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: 'counter';
|
|
481
|
+
readonly KICI_ORCH_SCALER_CPUS_USED: 'observableGauge';
|
|
482
|
+
readonly KICI_ORCH_SCALER_MEMORY_BYTES_USED: 'observableGauge';
|
|
483
|
+
readonly KICI_ORCH_SCALER_REDISPATCH_TOTAL: 'counter';
|
|
484
|
+
readonly KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: 'counter';
|
|
485
|
+
readonly KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: 'observableGauge';
|
|
486
|
+
readonly KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: 'counter';
|
|
487
|
+
readonly KICI_ORCH_SOURCE_CACHE_MISSES_TOTAL: 'counter';
|
|
488
|
+
readonly KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: 'histogram';
|
|
489
|
+
readonly KICI_ORCH_STALE_RUNS_CURRENT: 'observableGauge';
|
|
490
|
+
readonly KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: 'counter';
|
|
491
|
+
readonly KICI_ORCH_STATE_REPLAY_BREAKER_TRIPS_TOTAL: 'counter';
|
|
492
|
+
readonly KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: 'counter';
|
|
493
|
+
readonly KICI_ORCH_STEPS_TOTAL: 'counter';
|
|
494
|
+
readonly KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: 'histogram';
|
|
495
|
+
readonly KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: 'counter';
|
|
496
|
+
readonly KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: 'counter';
|
|
497
|
+
readonly KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: 'counter';
|
|
498
|
+
readonly KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: 'counter';
|
|
499
|
+
readonly KICI_ORCH_WS_NACK_RECEIVED_TOTAL: 'counter';
|
|
500
|
+
readonly KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: 'counter';
|
|
501
|
+
readonly KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: 'counter';
|
|
502
|
+
readonly KICI_ORCHESTRATOR_DRAINING: 'observableGauge';
|
|
503
|
+
readonly KICI_ORG_AGENT_MINUTES: 'observableGauge';
|
|
504
|
+
readonly KICI_ORG_CONNECTIONS: 'observableGauge';
|
|
505
|
+
readonly KICI_ORG_EXECUTIONS_COUNT: 'observableGauge';
|
|
506
|
+
readonly KICI_ORG_LOG_BYTES: 'observableGauge';
|
|
507
|
+
readonly KICI_ORG_STATUS_EVENTS_TOTAL: 'counter';
|
|
508
|
+
readonly KICI_ORGS_TOTAL: 'observableGauge';
|
|
509
|
+
readonly KICI_PLAN_CAP_EXCEEDED_TOTAL: 'counter';
|
|
510
|
+
readonly KICI_PLAN_USAGE_RATIO: 'observableGauge';
|
|
511
|
+
readonly KICI_PLATFORM_COORDINATOR_POOL_SIZE: 'observableGauge';
|
|
512
|
+
readonly KICI_PLATFORM_COORDINATOR_STALE_ENTRIES: 'observableGauge';
|
|
513
|
+
readonly KICI_PLATFORM_COORDINATOR_ZOMBIE_ENTRIES_TOTAL: 'counter';
|
|
514
|
+
readonly KICI_PLATFORM_CROSS_TENANT_REJECTIONS_TOTAL: 'counter';
|
|
515
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: 'histogram';
|
|
516
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_PENDING: 'observableGauge';
|
|
517
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: 'counter';
|
|
518
|
+
readonly KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: 'counter';
|
|
519
|
+
readonly KICI_PLATFORM_DB_POOL_CONNECTIONS: 'observableGauge';
|
|
520
|
+
readonly KICI_PLATFORM_DB_POOL_SATURATED: 'observableGauge';
|
|
521
|
+
readonly KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: 'counter';
|
|
522
|
+
readonly KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: 'counter';
|
|
523
|
+
readonly KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: 'counter';
|
|
524
|
+
readonly KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: 'observableGauge';
|
|
525
|
+
readonly KICI_PLATFORM_JOB_CONSECUTIVE_FAILURES: 'observableGauge';
|
|
526
|
+
readonly KICI_PLATFORM_JOB_DURATION_SECONDS: 'histogram';
|
|
527
|
+
readonly KICI_PLATFORM_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: 'observableGauge';
|
|
528
|
+
readonly KICI_PLATFORM_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: 'observableGauge';
|
|
529
|
+
readonly KICI_PLATFORM_JOB_RUNS_TOTAL: 'counter';
|
|
530
|
+
readonly KICI_PLATFORM_JOB_STATUS_FORWARDS_TOTAL: 'counter';
|
|
531
|
+
readonly KICI_PLATFORM_LOG_CHUNKS_FORWARDED_TOTAL: 'counter';
|
|
532
|
+
readonly KICI_PLATFORM_LOG_LINES_FORWARDED_TOTAL: 'counter';
|
|
533
|
+
readonly KICI_PLATFORM_METRICS_QUERY_RATE_LIMITED_TOTAL: 'counter';
|
|
534
|
+
readonly KICI_PLATFORM_MIMIR_RELAY_ERRORS_TOTAL: 'counter';
|
|
535
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_DELIVERED_TOTAL: 'counter';
|
|
536
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_SUPPRESSED_TOTAL: 'counter';
|
|
537
|
+
readonly KICI_PLATFORM_ORCH_METRICS_FILTERED_TOTAL: 'counter';
|
|
538
|
+
readonly KICI_PLATFORM_ORPHAN_CONNECTIONS_SWEPT_TOTAL: 'counter';
|
|
539
|
+
readonly KICI_PLATFORM_PG_POOL_CLIENT_ERRORS_TOTAL: 'counter';
|
|
540
|
+
readonly KICI_PLATFORM_PLAN_CAP_CHECK_ERRORS_TOTAL: 'counter';
|
|
541
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_STATE: 'observableGauge';
|
|
542
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: 'counter';
|
|
543
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: 'histogram';
|
|
544
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: 'counter';
|
|
545
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_DEFERRED_TOTAL: 'counter';
|
|
546
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_RECONCILED_TOTAL: 'counter';
|
|
547
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: 'counter';
|
|
548
|
+
readonly KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: 'counter';
|
|
549
|
+
readonly KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: 'counter';
|
|
550
|
+
readonly KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: 'counter';
|
|
551
|
+
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: 'counter';
|
|
552
|
+
readonly KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: 'counter';
|
|
553
|
+
readonly KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: 'counter';
|
|
554
|
+
readonly KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: 'counter';
|
|
555
|
+
readonly KICI_RBAC_PERMS_CACHE_HITS_TOTAL: 'counter';
|
|
556
|
+
readonly KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: 'counter';
|
|
557
|
+
readonly KICI_READ_RATE_LIMIT_REJECTED_TOTAL: 'counter';
|
|
558
|
+
readonly KICI_REGISTRATIONS_TOTAL: 'counter';
|
|
559
|
+
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: 'counter';
|
|
560
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: 'counter';
|
|
561
|
+
readonly KICI_VALKEY_CONNECTION_STATUS: 'observableGauge';
|
|
562
|
+
readonly KICI_VALKEY_PUBLISH_TOTAL: 'counter';
|
|
563
|
+
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: 'histogram';
|
|
564
|
+
readonly KICI_VALKEY_SUBSCRIBE_RECEIVE_TOTAL: 'counter';
|
|
565
|
+
readonly KICI_WEBHOOK_BUFFER_BYTES: 'observableGauge';
|
|
566
|
+
readonly KICI_WEBHOOK_BUFFER_DEPTH: 'observableGauge';
|
|
567
|
+
readonly KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: 'observableGauge';
|
|
568
|
+
readonly KICI_WEBHOOK_NO_ORCH_TOTAL: 'counter';
|
|
569
|
+
readonly KICI_WEBHOOK_PG_BREAKER_STATE: 'observableGauge';
|
|
570
|
+
readonly KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: 'counter';
|
|
571
|
+
readonly KICI_WEBHOOK_PG_DEGRADED_TOTAL: 'counter';
|
|
572
|
+
readonly KICI_WEBHOOK_PG_PROBE_TOTAL: 'counter';
|
|
573
|
+
readonly KICI_WEBHOOK_PROCESSING_SECONDS: 'histogram';
|
|
574
|
+
readonly KICI_WEBHOOK_REPLAY_DURATION_SECONDS: 'histogram';
|
|
575
|
+
readonly KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: 'counter';
|
|
576
|
+
readonly KICI_WEBHOOKS_RECEIVED_TOTAL: 'counter';
|
|
577
|
+
readonly KICI_WS_CONNECTIONS_ACTIVE: 'upDownCounter';
|
|
578
|
+
readonly KICI_WS_CONNECTIONS_TOTAL: 'counter';
|
|
579
|
+
readonly KICI_WS_HEARTBEAT_AGE_SECONDS: 'observableGauge';
|
|
580
|
+
readonly KICI_WS_MESSAGES_RECEIVED_TOTAL: 'counter';
|
|
581
|
+
readonly KICI_WS_MESSAGES_SENT_TOTAL: 'counter';
|
|
582
|
+
readonly KICI_WS_NACK_RECEIVED_TOTAL: 'counter';
|
|
583
|
+
readonly KICI_WS_RELAY_ATTEMPTS_TOTAL: 'counter';
|
|
584
|
+
readonly KICI_WS_RELAY_DURATION_SECONDS: 'histogram';
|
|
585
|
+
readonly KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: 'counter';
|
|
586
|
+
readonly NODEJS_EVENTLOOP_DELAY_MAX: 'gauge';
|
|
587
|
+
readonly NODEJS_EVENTLOOP_DELAY_MEAN: 'gauge';
|
|
588
|
+
readonly NODEJS_EVENTLOOP_DELAY_MIN: 'gauge';
|
|
589
|
+
readonly NODEJS_EVENTLOOP_DELAY_P50: 'gauge';
|
|
590
|
+
readonly NODEJS_EVENTLOOP_DELAY_P90: 'gauge';
|
|
591
|
+
readonly NODEJS_EVENTLOOP_DELAY_P99: 'gauge';
|
|
592
|
+
readonly NODEJS_EVENTLOOP_DELAY_STDDEV: 'gauge';
|
|
593
|
+
readonly NODEJS_EVENTLOOP_TIME: 'counter';
|
|
594
|
+
readonly NODEJS_EVENTLOOP_UTILIZATION: 'gauge';
|
|
595
|
+
readonly V8JS_GC_DURATION: 'histogram';
|
|
596
|
+
readonly V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: 'gauge';
|
|
597
|
+
readonly V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: 'gauge';
|
|
598
|
+
readonly V8JS_MEMORY_HEAP_SPACE_SIZE: 'upDownCounter';
|
|
599
|
+
readonly V8JS_MEMORY_HEAP_USED: 'gauge';
|
|
600
|
+
readonly V8JS_RESOURCE_ACTIVE: 'gauge';
|
|
472
601
|
};
|
|
473
602
|
export declare const MetricDescription: {
|
|
474
|
-
readonly KICI_AGENT_CLONE_DURATION_SECONDS:
|
|
475
|
-
readonly KICI_AGENT_CONNECTION_STATUS:
|
|
476
|
-
readonly KICI_AGENT_JOBS_ACTIVE:
|
|
477
|
-
readonly KICI_AGENT_JOBS_TOTAL:
|
|
478
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE:
|
|
479
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL:
|
|
480
|
-
readonly KICI_AGENT_LOG_BYTES_TOTAL:
|
|
481
|
-
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL:
|
|
482
|
-
readonly KICI_AGENT_STEP_DURATION_SECONDS:
|
|
483
|
-
readonly KICI_AGENT_STEPS_TOTAL:
|
|
484
|
-
readonly KICI_BILLING_EMAIL_SEND_TOTAL:
|
|
485
|
-
readonly KICI_BUILD_JOBS_TOTAL:
|
|
486
|
-
readonly KICI_CACHE_HITS_TOTAL:
|
|
487
|
-
readonly KICI_CACHE_MISSES_TOTAL:
|
|
488
|
-
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL:
|
|
489
|
-
readonly KICI_CROSS_SOURCE_FANOUT_SIZE:
|
|
490
|
-
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS:
|
|
491
|
-
readonly KICI_DB_COLLATION_DRIFT:
|
|
492
|
-
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL:
|
|
493
|
-
readonly KICI_MCP_DB_POOL_CONNECTIONS:
|
|
494
|
-
readonly KICI_MCP_RATE_LIMITED_TOTAL:
|
|
495
|
-
readonly KICI_MCP_TOOL_DURATION_SECONDS:
|
|
496
|
-
readonly KICI_MCP_TOOL_REQUESTS_TOTAL:
|
|
497
|
-
readonly KICI_ORCH_AGENTS_ACTIVE:
|
|
498
|
-
readonly KICI_ORCH_BUILD_DURATION_SECONDS:
|
|
499
|
-
readonly
|
|
500
|
-
readonly
|
|
501
|
-
readonly
|
|
502
|
-
readonly
|
|
503
|
-
readonly
|
|
504
|
-
readonly
|
|
505
|
-
readonly
|
|
506
|
-
readonly
|
|
507
|
-
readonly
|
|
508
|
-
readonly
|
|
509
|
-
readonly
|
|
510
|
-
readonly
|
|
511
|
-
readonly
|
|
512
|
-
readonly
|
|
513
|
-
readonly
|
|
514
|
-
readonly
|
|
515
|
-
readonly
|
|
516
|
-
readonly
|
|
517
|
-
readonly
|
|
518
|
-
readonly
|
|
519
|
-
readonly
|
|
520
|
-
readonly
|
|
521
|
-
readonly
|
|
522
|
-
readonly
|
|
523
|
-
readonly
|
|
524
|
-
readonly
|
|
525
|
-
readonly
|
|
526
|
-
readonly
|
|
527
|
-
readonly
|
|
528
|
-
readonly
|
|
529
|
-
readonly
|
|
530
|
-
readonly
|
|
531
|
-
readonly
|
|
532
|
-
readonly
|
|
533
|
-
readonly
|
|
534
|
-
readonly
|
|
535
|
-
readonly
|
|
536
|
-
readonly
|
|
537
|
-
readonly
|
|
538
|
-
readonly
|
|
539
|
-
readonly
|
|
540
|
-
readonly
|
|
541
|
-
readonly
|
|
542
|
-
readonly
|
|
543
|
-
readonly
|
|
544
|
-
readonly
|
|
545
|
-
readonly
|
|
546
|
-
readonly
|
|
547
|
-
readonly
|
|
548
|
-
readonly
|
|
549
|
-
readonly
|
|
550
|
-
readonly
|
|
551
|
-
readonly
|
|
552
|
-
readonly
|
|
553
|
-
readonly
|
|
554
|
-
readonly
|
|
555
|
-
readonly
|
|
556
|
-
readonly
|
|
557
|
-
readonly
|
|
558
|
-
readonly
|
|
559
|
-
readonly
|
|
560
|
-
readonly
|
|
561
|
-
readonly
|
|
562
|
-
readonly
|
|
563
|
-
readonly
|
|
564
|
-
readonly
|
|
565
|
-
readonly
|
|
566
|
-
readonly
|
|
567
|
-
readonly
|
|
568
|
-
readonly
|
|
569
|
-
readonly
|
|
570
|
-
readonly
|
|
571
|
-
readonly
|
|
572
|
-
readonly
|
|
573
|
-
readonly
|
|
574
|
-
readonly
|
|
575
|
-
readonly
|
|
576
|
-
readonly
|
|
577
|
-
readonly
|
|
578
|
-
readonly
|
|
579
|
-
readonly
|
|
580
|
-
readonly
|
|
581
|
-
readonly
|
|
582
|
-
readonly
|
|
583
|
-
readonly
|
|
584
|
-
readonly
|
|
585
|
-
readonly
|
|
586
|
-
readonly
|
|
587
|
-
readonly
|
|
588
|
-
readonly
|
|
589
|
-
readonly
|
|
590
|
-
readonly
|
|
591
|
-
readonly
|
|
592
|
-
readonly
|
|
593
|
-
readonly
|
|
594
|
-
readonly
|
|
595
|
-
readonly
|
|
596
|
-
readonly
|
|
597
|
-
readonly
|
|
598
|
-
readonly
|
|
599
|
-
readonly
|
|
600
|
-
readonly
|
|
601
|
-
readonly
|
|
602
|
-
readonly
|
|
603
|
-
readonly
|
|
604
|
-
readonly
|
|
605
|
-
readonly
|
|
606
|
-
readonly
|
|
607
|
-
readonly
|
|
608
|
-
readonly
|
|
609
|
-
readonly
|
|
610
|
-
readonly
|
|
611
|
-
readonly
|
|
612
|
-
readonly
|
|
613
|
-
readonly
|
|
614
|
-
readonly
|
|
615
|
-
readonly
|
|
616
|
-
readonly
|
|
617
|
-
readonly
|
|
618
|
-
readonly
|
|
619
|
-
readonly
|
|
620
|
-
readonly
|
|
621
|
-
readonly
|
|
622
|
-
readonly
|
|
623
|
-
readonly
|
|
624
|
-
readonly
|
|
625
|
-
readonly
|
|
626
|
-
readonly
|
|
627
|
-
readonly
|
|
628
|
-
readonly
|
|
603
|
+
readonly KICI_AGENT_CLONE_DURATION_SECONDS: 'Git clone duration in seconds';
|
|
604
|
+
readonly KICI_AGENT_CONNECTION_STATUS: 'Orchestrator WebSocket connection status (0=disconnected, 1=connected)';
|
|
605
|
+
readonly KICI_AGENT_JOBS_ACTIVE: 'Number of currently running jobs';
|
|
606
|
+
readonly KICI_AGENT_JOBS_TOTAL: 'Total number of completed jobs';
|
|
607
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE: 'Current log-streamer backpressure state (0=normal, 1=active)';
|
|
608
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL: 'Total log-streamer backpressure rising-edge events';
|
|
609
|
+
readonly KICI_AGENT_LOG_BYTES_TOTAL: 'Total log bytes streamed';
|
|
610
|
+
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL: 'Total log lines dropped due to backpressure';
|
|
611
|
+
readonly KICI_AGENT_STEP_DURATION_SECONDS: 'Step execution duration in seconds';
|
|
612
|
+
readonly KICI_AGENT_STEPS_TOTAL: 'Total number of completed steps';
|
|
613
|
+
readonly KICI_BILLING_EMAIL_SEND_TOTAL: 'Billing emails sent, by kind and status';
|
|
614
|
+
readonly KICI_BUILD_JOBS_TOTAL: 'Total build jobs dispatched';
|
|
615
|
+
readonly KICI_CACHE_HITS_TOTAL: 'Total cache hits by type';
|
|
616
|
+
readonly KICI_CACHE_MISSES_TOTAL: 'Total cache misses by type';
|
|
617
|
+
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL: 'Errors encountered during cross-source webhook dispatch';
|
|
618
|
+
readonly KICI_CROSS_SOURCE_FANOUT_SIZE: 'Number of webhook-trigger registrations matched when an inbound generic webhook fans out across sources in the same org';
|
|
619
|
+
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS: 'Round-trip latency of a cross-instance dashboard relay request';
|
|
620
|
+
readonly KICI_DB_COLLATION_DRIFT: '1 when the database stamped collation version differs from the running libc (text indexes may silently miss present rows); 0 when consistent.';
|
|
621
|
+
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL: 'Developer-MCP requests rejected by the agent-credential gate';
|
|
622
|
+
readonly KICI_MCP_DB_POOL_CONNECTIONS: 'MCP-dedicated Postgres pool connection counts';
|
|
623
|
+
readonly KICI_MCP_RATE_LIMITED_TOTAL: 'Developer-MCP requests rejected by the per-credential rate limiter';
|
|
624
|
+
readonly KICI_MCP_TOOL_DURATION_SECONDS: 'Developer-MCP tool invocation duration in seconds';
|
|
625
|
+
readonly KICI_MCP_TOOL_REQUESTS_TOTAL: 'Total developer-MCP tool invocations by tool and outcome';
|
|
626
|
+
readonly KICI_ORCH_AGENTS_ACTIVE: 'Current number of active agents connected';
|
|
627
|
+
readonly KICI_ORCH_BUILD_DURATION_SECONDS: 'Duration of build agent operations in seconds';
|
|
628
|
+
readonly KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: 'check_run_tracking rows deleted by the retention sweep';
|
|
629
|
+
readonly KICI_ORCH_CONFIG_RELOAD_TOTAL: 'Total number of config reload operations';
|
|
630
|
+
readonly KICI_ORCH_CONFIG_VERSION: 'Current shared config version number';
|
|
631
|
+
readonly KICI_ORCH_DB_COLLATION_DRIFT: '1 when the orchestrator DB stamped collation version differs from the running libc (text indexes may silently miss present rows); 0 when consistent.';
|
|
632
|
+
readonly KICI_ORCH_DECLARED_HOSTS_UNREACHABLE: 'Number of declared (static) roster hosts currently unreachable';
|
|
633
|
+
readonly KICI_ORCH_DEDUP_HITS_TOTAL: 'Total number of deduplication cache hits';
|
|
634
|
+
readonly KICI_ORCH_DEP_CACHE_HITS_TOTAL: 'Total number of dep cache hits';
|
|
635
|
+
readonly KICI_ORCH_DEP_CACHE_MISSES_TOTAL: 'Total number of dep cache misses';
|
|
636
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH: 'Current dispatch_queue depth per status (pending, dispatched)';
|
|
637
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: 'Current pending dispatch_queue depth per runs_on label (multi-label jobs fan out)';
|
|
638
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: 'Terminal dispatch_queue rows deleted by the retention sweep';
|
|
639
|
+
readonly KICI_ORCH_EVENT_ATTEMPTS: 'Distribution of dispatch attempts at terminal outcome (success or DLQ)';
|
|
640
|
+
readonly KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: 'Internal events delivered to all matching workflows successfully (after the lease commits processed=true)';
|
|
641
|
+
readonly KICI_ORCH_EVENT_DLQ_DEPTH: 'Current count of events sitting in the DLQ awaiting operator triage';
|
|
642
|
+
readonly KICI_ORCH_EVENT_DLQ_TOTAL: 'Internal events moved to the DLQ after exhausting retries';
|
|
643
|
+
readonly KICI_ORCH_EVENT_LEASE_EXPIRATIONS_TOTAL: 'Dispatch leases that timed out before the holding node finalised them (signals node crash mid-dispatch)';
|
|
644
|
+
readonly KICI_ORCH_EVENT_RETRY_TOTAL: 'Internal-event dispatch failures that triggered a retry (lease released, next_retry_at scheduled)';
|
|
645
|
+
readonly KICI_ORCH_EXECUTION_DURATION_SECONDS: 'Duration of execution runs in seconds';
|
|
646
|
+
readonly KICI_ORCH_EXECUTIONS_TOTAL: 'Total number of execution runs';
|
|
647
|
+
readonly KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: 'Total number of GitHub check run API calls';
|
|
648
|
+
readonly KICI_ORCH_INGEST_ADMITTED_TOTAL: 'Total webhook ingest admissions granted by the admission controller';
|
|
649
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: 'Event-loop delay max (ms) observed by the ingest admission sampler';
|
|
650
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: 'Event-loop delay p99 (ms) observed by the ingest admission sampler';
|
|
651
|
+
readonly KICI_ORCH_INGEST_INFLIGHT: 'Current in-flight webhook ingest pipelines';
|
|
652
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: 'Configured loop-lag hysteresis resume threshold L_resume (KICI_INGEST_LOOP_LAG_RESUME_MS)';
|
|
653
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: 'Configured loop-lag shed threshold L_shed (KICI_INGEST_LOOP_LAG_SHED_MS)';
|
|
654
|
+
readonly KICI_ORCH_INGEST_MAX_CONCURRENCY: 'Configured global in-flight concurrency cap G (KICI_INGEST_MAX_CONCURRENCY)';
|
|
655
|
+
readonly KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: 'Configured CoDel queue depth cap Q (KICI_INGEST_MAX_QUEUE_DEPTH)';
|
|
656
|
+
readonly KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: 'Configured per-org fairness cap cluster default P (KICI_INGEST_ORG_MAX_CONCURRENCY)';
|
|
657
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_BUFFERED: 'Current webhook-ingest overflow buffer depth (buffered rows awaiting replay)';
|
|
658
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: 'Total shed webhook-ingest deliveries captured into the durable overflow buffer';
|
|
659
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: 'Total overflow-buffered deliveries permanently dropped. Labels: reason (cap_full|max_attempts)';
|
|
660
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_MAX: 'Configured overflow buffer row cap (KICI_INGEST_OVERFLOW_MAX)';
|
|
661
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: 'Total overflow-buffered deliveries successfully replayed through normal ingest';
|
|
662
|
+
readonly KICI_ORCH_INGEST_QUEUE_DEPTH: 'Current webhook ingest admission queue depth (HTTP direct ingress)';
|
|
663
|
+
readonly KICI_ORCH_INGEST_SHED_TOTAL: 'Webhook ingest admissions shed by the admission controller. Labels: reason (loop_overload|codel_drop|queue_full|max_sojourn)';
|
|
664
|
+
readonly KICI_ORCH_INGEST_SHEDDING_ACTIVE: 'Delay circuit breaker engaged (1) — loop-lag gate open or CoDel dropping';
|
|
665
|
+
readonly KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: 'Dispatches where registry tokens were stripped because the contributor tier was not `trusted`';
|
|
666
|
+
readonly KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: 'Total install-secrets resolution decisions (pass / reject / hold + reason)';
|
|
667
|
+
readonly KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: 'Total registry / installEnv entries successfully resolved per channel / provider / scope';
|
|
668
|
+
readonly KICI_ORCH_INSTALL_SECRETS_TOKEN_RESOLUTION_DURATION_SECONDS: 'Duration of per-environment secret resolution during install-secrets evaluation';
|
|
669
|
+
readonly KICI_ORCH_JOB_CONSECUTIVE_FAILURES: 'Consecutive failures for each scheduled job since its last success';
|
|
670
|
+
readonly KICI_ORCH_JOB_DURATION_SECONDS: 'Scheduled job tick duration in seconds';
|
|
671
|
+
readonly KICI_ORCH_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: 'Unix timestamp of the most recent failed scheduled job tick';
|
|
672
|
+
readonly KICI_ORCH_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: 'Unix timestamp of the most recent successful scheduled job tick';
|
|
673
|
+
readonly KICI_ORCH_JOB_RUNS_TOTAL: 'Scheduled job run outcomes, by job and result (success/failure)';
|
|
674
|
+
readonly KICI_ORCH_LOG_BYTES_STORED_TOTAL: 'Total bytes of log data written to storage';
|
|
675
|
+
readonly KICI_ORCH_LOG_CHUNKS_RECEIVED_TOTAL: 'Total number of log chunks received from agents';
|
|
676
|
+
readonly KICI_ORCH_PENDING_ATTESTATION_OLDEST_AGE_SECONDS: 'Age of the oldest deferred attestation in the outbox';
|
|
677
|
+
readonly KICI_ORCH_PENDING_ATTESTATIONS_CURRENT: 'Deferred attestations awaiting a later mint';
|
|
678
|
+
readonly KICI_ORCH_PG_POOL_CLIENT_ERRORS_TOTAL: 'Total pg connection errors absorbed without a process restart';
|
|
679
|
+
readonly KICI_ORCH_REJECTED_ATTESTATIONS_CURRENT: 'Deferred attestations permanently rejected (run/job absent on Platform); terminal, re-attempted only via kici-admin attestations retry --include-rejected';
|
|
680
|
+
readonly KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: 'Total number of scaler config reload operations';
|
|
681
|
+
readonly KICI_ORCH_SCALER_CPUS_USED: 'Current CPU reservations summed by scaler / pool. scaler="__global__" is the orchestrator-wide total; machinePool="<name>" rows reflect the on-disk ledger.';
|
|
682
|
+
readonly KICI_ORCH_SCALER_MEMORY_BYTES_USED: 'Current memory reservations (bytes) summed by scaler / pool. scaler="__global__" is the orchestrator-wide total; machinePool="<name>" rows reflect the on-disk ledger.';
|
|
683
|
+
readonly KICI_ORCH_SCALER_REDISPATCH_TOTAL: 'Cumulative count of pending jobs re-offered to the scaler after capacity freed, labeled by trigger (hook | sweep).';
|
|
684
|
+
readonly KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: 'Total scaler agent spawn failures (job-bound and warm-pool)';
|
|
685
|
+
readonly KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: 'Cumulative count of scaler spawn requests refused due to resource caps (maxAgents, resourceCap, globalResourceCap, machinePool).';
|
|
686
|
+
readonly KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: 'Total number of source tarball cache hits';
|
|
687
|
+
readonly KICI_ORCH_SOURCE_CACHE_MISSES_TOTAL: 'Total number of source tarball cache misses';
|
|
688
|
+
readonly KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: 'Time between job becoming stale and detection (seconds)';
|
|
689
|
+
readonly KICI_ORCH_STALE_RUNS_CURRENT: 'Current number of stale runs detected in last scan';
|
|
690
|
+
readonly KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: 'Total number of stale runs detected and marked as failed';
|
|
691
|
+
readonly KICI_ORCH_STATE_REPLAY_BREAKER_TRIPS_TOTAL: 'Times the state.replay circuit breaker opened after consecutive replay-attributed disconnects, causing the orchestrator to connect without a replay (Platform run mirror knowingly stale)';
|
|
692
|
+
readonly KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: 'Step-log objects deleted by the retention sweep';
|
|
693
|
+
readonly KICI_ORCH_STEPS_TOTAL: 'Total number of steps executed';
|
|
694
|
+
readonly KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: 'Duration of trigger matching operations in seconds';
|
|
695
|
+
readonly KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: 'Trust-resolution attempts refused because the provider numeric id was missing or did not match';
|
|
696
|
+
readonly KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: 'Total org trust-policy gate decisions by arm and action';
|
|
697
|
+
readonly KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: 'Total number of webhooks processed';
|
|
698
|
+
readonly KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: 'Total number of webhooks received';
|
|
699
|
+
readonly KICI_ORCH_WS_NACK_RECEIVED_TOTAL: 'NACKs received from the Platform for a message it could not process (version skew)';
|
|
700
|
+
readonly KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: 'Feature-gated sends suppressed because the Platform does not advertise the capability';
|
|
701
|
+
readonly KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: 'NACKs sent to the Platform for an unrecognized inbound message type (version skew)';
|
|
702
|
+
readonly KICI_ORCHESTRATOR_DRAINING: 'Whether this coordinator is draining (1) or accepting new jobs (0)';
|
|
703
|
+
readonly KICI_ORG_AGENT_MINUTES: 'Per-org total agent runtime in minutes, by terminal status over a rolling window (DB-derived, top-N active orgs, leader-only, operator-side capacity-planning aggregate)';
|
|
704
|
+
readonly KICI_ORG_CONNECTIONS: 'Active orchestrator connections per org (top-N active orgs, leader-only)';
|
|
705
|
+
readonly KICI_ORG_EXECUTIONS_COUNT: 'Per-org count of execution_runs in each terminal status over a rolling window (DB-derived, top-N active orgs, leader-only, operator-side capacity-planning aggregate)';
|
|
706
|
+
readonly KICI_ORG_LOG_BYTES: 'Per-org total raw log bytes streamed by agents, by terminal status over a rolling window (DB-derived, top-N active orgs, leader-only, operator-side capacity-planning aggregate)';
|
|
707
|
+
readonly KICI_ORG_STATUS_EVENTS_TOTAL: 'Total execution.status WS messages received per org/status (observability)';
|
|
708
|
+
readonly KICI_ORGS_TOTAL: 'Total organizations by plan type (leader-only)';
|
|
709
|
+
readonly KICI_PLAN_CAP_EXCEEDED_TOTAL: 'Total times an org hit a plan cap (per dimension)';
|
|
710
|
+
readonly KICI_PLAN_USAGE_RATIO: 'Per-org per-dimension usage ratio (current / cap)';
|
|
711
|
+
readonly KICI_PLATFORM_COORDINATOR_POOL_SIZE: 'Coordinator pool size per routing key';
|
|
712
|
+
readonly KICI_PLATFORM_COORDINATOR_STALE_ENTRIES: 'Stale (non-OPEN socket) coordinator entries in the pool per routing key';
|
|
713
|
+
readonly KICI_PLATFORM_COORDINATOR_ZOMBIE_ENTRIES_TOTAL: 'Zombie (non-OPEN) coordinator entries encountered during relay selection';
|
|
714
|
+
readonly KICI_PLATFORM_CROSS_TENANT_REJECTIONS_TOTAL: 'Total cross-tenant WS messages rejected by the Platform (security invariant). Labels: reason.';
|
|
715
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: 'Dashboard proxy request round-trip duration in seconds';
|
|
716
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_PENDING: 'In-flight dashboard proxy requests (Platform → orchestrator)';
|
|
717
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: 'Total dashboard proxy requests by terminal outcome';
|
|
718
|
+
readonly KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: 'Main-pool acquires refused because the Postgres pool acquire timed out';
|
|
719
|
+
readonly KICI_PLATFORM_DB_POOL_CONNECTIONS: 'Main Platform Postgres pool connection counts';
|
|
720
|
+
readonly KICI_PLATFORM_DB_POOL_SATURATED: 'Whether this instance is shedding webhook ingress on Postgres pool saturation (1=saturated)';
|
|
721
|
+
readonly KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: 'Degraded webhook-buffer Valkey keys garbage-collected';
|
|
722
|
+
readonly KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: 'Total execution events received from orchestrators';
|
|
723
|
+
readonly KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: 'Total execution status updates received';
|
|
724
|
+
readonly KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: 'identity_links rows where provider_user_id is still NULL after reconcile';
|
|
725
|
+
readonly KICI_PLATFORM_JOB_CONSECUTIVE_FAILURES: 'Consecutive failure count per scheduled job';
|
|
726
|
+
readonly KICI_PLATFORM_JOB_DURATION_SECONDS: 'Scheduled job duration in seconds';
|
|
727
|
+
readonly KICI_PLATFORM_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: 'Unix timestamp of last failed scheduled job run';
|
|
728
|
+
readonly KICI_PLATFORM_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: 'Unix timestamp of last successful scheduled job run';
|
|
729
|
+
readonly KICI_PLATFORM_JOB_RUNS_TOTAL: 'Total scheduled job runs by name and result';
|
|
730
|
+
readonly KICI_PLATFORM_JOB_STATUS_FORWARDS_TOTAL: 'Total job status forwards received from orchestrators';
|
|
731
|
+
readonly KICI_PLATFORM_LOG_CHUNKS_FORWARDED_TOTAL: 'Total log chunks forwarded from orchestrators';
|
|
732
|
+
readonly KICI_PLATFORM_LOG_LINES_FORWARDED_TOTAL: 'Total log lines forwarded from orchestrators';
|
|
733
|
+
readonly KICI_PLATFORM_METRICS_QUERY_RATE_LIMITED_TOTAL: 'Total dashboard metric-query requests rate-limited (429).';
|
|
734
|
+
readonly KICI_PLATFORM_MIMIR_RELAY_ERRORS_TOTAL: 'Total Mimir push-relay errors (Platform-embedded metrics). Labels: reason.';
|
|
735
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_DELIVERED_TOTAL: 'Notification delivery attempts that reached a terminal outcome';
|
|
736
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_SUPPRESSED_TOTAL: 'Run-terminal notifications suppressed by the per-org notification quota';
|
|
737
|
+
readonly KICI_PLATFORM_ORCH_METRICS_FILTERED_TOTAL: 'Orchestrator-pushed metric data points dropped or rewritten by the catalog allow-list. Labels: reason, metric.';
|
|
738
|
+
readonly KICI_PLATFORM_ORPHAN_CONNECTIONS_SWEPT_TOTAL: 'Total orphan connections swept from platform_connections';
|
|
739
|
+
readonly KICI_PLATFORM_PG_POOL_CLIENT_ERRORS_TOTAL: 'Total pg connection errors absorbed without a process restart';
|
|
740
|
+
readonly KICI_PLATFORM_PLAN_CAP_CHECK_ERRORS_TOTAL: 'WS connection rejected because the plan-limit check errored (fail-closed)';
|
|
741
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_STATE: 'Relay circuit-breaker state per coordinator (0=closed,1=half-open,2=open)';
|
|
742
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: 'Relay circuit-breaker open transitions per coordinator';
|
|
743
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: 'End-to-end dashboard-proxy relay latency incl. failover, in ms';
|
|
744
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: 'Dashboard-proxy relay request outcomes (incl. sibling failover)';
|
|
745
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_DEFERRED_TOTAL: 'Total run-mirror reconcile rows placed into backoff cooldown this cycle (unchanged status, or unreachable/null — deferred so they neither starve the batch nor are re-pulled every tick)';
|
|
746
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_RECONCILED_TOTAL: 'Total stuck non-terminal run mirrors whose status actually changed when pulled from an alive orchestrator (recovered drops), not merely re-polled';
|
|
747
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: 'Total run-mirror reconcile attempts skipped (orchestrator unreachable or no run state returned)';
|
|
748
|
+
readonly KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: 'Total orchestrators detected as permanently disconnected';
|
|
749
|
+
readonly KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: 'platform_connections rows evicted by source.register DB dedup (same-instance reconnect path)';
|
|
750
|
+
readonly KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: 'Total execution runs failed due to orchestrator staleness';
|
|
751
|
+
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: 'Total step status forwards received';
|
|
752
|
+
readonly KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: 'Total support-session activations closed by the janitor sweep';
|
|
753
|
+
readonly KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: 'Inbound orchestrator messages dropped by the per-org aggregate WS rate limit';
|
|
754
|
+
readonly KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: 'Total browser WS connections terminated for exceeding the send-buffer watermark';
|
|
755
|
+
readonly KICI_RBAC_PERMS_CACHE_HITS_TOTAL: 'Effective-permissions cache hits';
|
|
756
|
+
readonly KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: 'Effective-permissions cache misses (recomputed from Postgres)';
|
|
757
|
+
readonly KICI_READ_RATE_LIMIT_REJECTED_TOTAL: 'Read-route requests rejected by the protective token bucket, by scope';
|
|
758
|
+
readonly KICI_REGISTRATIONS_TOTAL: 'Total user registrations (new personal orgs created on first login)';
|
|
759
|
+
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: 'Errors encountered while registering universal-git provider bundles';
|
|
760
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: 'New-user Telegram notifications by result (sent|failed)';
|
|
761
|
+
readonly KICI_VALKEY_CONNECTION_STATUS: 'Valkey connection status per role (1=connected, 0=disconnected)';
|
|
762
|
+
readonly KICI_VALKEY_PUBLISH_TOTAL: 'Total messages published to Valkey channels';
|
|
763
|
+
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: 'Latency of cross-instance Valkey relay operations in seconds';
|
|
764
|
+
readonly KICI_VALKEY_SUBSCRIBE_RECEIVE_TOTAL: 'Total messages received from Valkey subscriptions';
|
|
765
|
+
readonly KICI_WEBHOOK_BUFFER_BYTES: 'Total buffered webhook bytes (global Valkey counter)';
|
|
766
|
+
readonly KICI_WEBHOOK_BUFFER_DEPTH: 'Buffered webhook count per org';
|
|
767
|
+
readonly KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: 'Age of the oldest buffered webhook per org, in seconds';
|
|
768
|
+
readonly KICI_WEBHOOK_NO_ORCH_TOTAL: 'Webhooks handled by the no-orchestrator buffer, by outcome';
|
|
769
|
+
readonly KICI_WEBHOOK_PG_BREAKER_STATE: 'PG circuit-breaker state on this instance (0=closed,1=degraded,2=open)';
|
|
770
|
+
readonly KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: 'PG circuit-breaker state transitions';
|
|
771
|
+
readonly KICI_WEBHOOK_PG_DEGRADED_TOTAL: 'Webhooks handled in PG-degraded mode, by outcome';
|
|
772
|
+
readonly KICI_WEBHOOK_PG_PROBE_TOTAL: 'PG-reachability probe outcomes, by outcome';
|
|
773
|
+
readonly KICI_WEBHOOK_PROCESSING_SECONDS: 'Webhook processing duration in seconds';
|
|
774
|
+
readonly KICI_WEBHOOK_REPLAY_DURATION_SECONDS: 'Buffered-webhook replay latency (enqueue → delivered) in seconds';
|
|
775
|
+
readonly KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: 'Total number of webhooks rejected at orchestrator signature verification';
|
|
776
|
+
readonly KICI_WEBHOOKS_RECEIVED_TOTAL: 'Total number of webhooks received';
|
|
777
|
+
readonly KICI_WS_CONNECTIONS_ACTIVE: 'Current number of active WebSocket connections';
|
|
778
|
+
readonly KICI_WS_CONNECTIONS_TOTAL: 'Total number of WebSocket connections';
|
|
779
|
+
readonly KICI_WS_HEARTBEAT_AGE_SECONDS: 'Seconds since last heartbeat per routing key';
|
|
780
|
+
readonly KICI_WS_MESSAGES_RECEIVED_TOTAL: 'Total messages received from orchestrators';
|
|
781
|
+
readonly KICI_WS_MESSAGES_SENT_TOTAL: 'Total messages sent to orchestrators';
|
|
782
|
+
readonly KICI_WS_NACK_RECEIVED_TOTAL: 'NACKs received from an orchestrator for a message it could not process (version skew)';
|
|
783
|
+
readonly KICI_WS_RELAY_ATTEMPTS_TOTAL: 'Total number of webhook relay attempts';
|
|
784
|
+
readonly KICI_WS_RELAY_DURATION_SECONDS: 'Duration of webhook relay operations in seconds';
|
|
785
|
+
readonly KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: 'NACKs sent to an orchestrator for an unrecognized inbound message type (version skew)';
|
|
786
|
+
readonly NODEJS_EVENTLOOP_DELAY_MAX: 'Event loop maximum delay';
|
|
787
|
+
readonly NODEJS_EVENTLOOP_DELAY_MEAN: 'Event loop mean delay';
|
|
788
|
+
readonly NODEJS_EVENTLOOP_DELAY_MIN: 'Event loop minimum delay';
|
|
789
|
+
readonly NODEJS_EVENTLOOP_DELAY_P50: 'Event loop 50th-percentile delay';
|
|
790
|
+
readonly NODEJS_EVENTLOOP_DELAY_P90: 'Event loop 90th-percentile delay';
|
|
791
|
+
readonly NODEJS_EVENTLOOP_DELAY_P99: 'Event loop 99th-percentile delay';
|
|
792
|
+
readonly NODEJS_EVENTLOOP_DELAY_STDDEV: 'Event loop delay standard deviation';
|
|
793
|
+
readonly NODEJS_EVENTLOOP_TIME: 'Cumulative event loop time by state';
|
|
794
|
+
readonly NODEJS_EVENTLOOP_UTILIZATION: 'Event loop utilization ratio';
|
|
795
|
+
readonly V8JS_GC_DURATION: 'Garbage-collection pause duration by GC type';
|
|
796
|
+
readonly V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: 'V8 available heap size by heap space';
|
|
797
|
+
readonly V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: 'V8 physical heap size by heap space';
|
|
798
|
+
readonly V8JS_MEMORY_HEAP_SPACE_SIZE: 'V8 total heap size by heap space';
|
|
799
|
+
readonly V8JS_MEMORY_HEAP_USED: 'V8 used heap size by heap space';
|
|
800
|
+
readonly V8JS_RESOURCE_ACTIVE: 'Active resources currently keeping the event loop alive, by libuv handle type';
|
|
629
801
|
};
|
|
630
802
|
/**
|
|
631
803
|
* Service that owns each metric (the package whose meter created it).
|
|
@@ -635,161 +807,204 @@ export declare const MetricDescription: {
|
|
|
635
807
|
* the only valid push payloads.
|
|
636
808
|
*/
|
|
637
809
|
export declare const MetricService: {
|
|
638
|
-
readonly KICI_AGENT_CLONE_DURATION_SECONDS:
|
|
639
|
-
readonly KICI_AGENT_CONNECTION_STATUS:
|
|
640
|
-
readonly KICI_AGENT_JOBS_ACTIVE:
|
|
641
|
-
readonly KICI_AGENT_JOBS_TOTAL:
|
|
642
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE:
|
|
643
|
-
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL:
|
|
644
|
-
readonly KICI_AGENT_LOG_BYTES_TOTAL:
|
|
645
|
-
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL:
|
|
646
|
-
readonly KICI_AGENT_STEP_DURATION_SECONDS:
|
|
647
|
-
readonly KICI_AGENT_STEPS_TOTAL:
|
|
648
|
-
readonly KICI_BILLING_EMAIL_SEND_TOTAL:
|
|
649
|
-
readonly KICI_BUILD_JOBS_TOTAL:
|
|
650
|
-
readonly KICI_CACHE_HITS_TOTAL:
|
|
651
|
-
readonly KICI_CACHE_MISSES_TOTAL:
|
|
652
|
-
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL:
|
|
653
|
-
readonly KICI_CROSS_SOURCE_FANOUT_SIZE:
|
|
654
|
-
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS:
|
|
655
|
-
readonly KICI_DB_COLLATION_DRIFT:
|
|
656
|
-
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL:
|
|
657
|
-
readonly KICI_MCP_DB_POOL_CONNECTIONS:
|
|
658
|
-
readonly KICI_MCP_RATE_LIMITED_TOTAL:
|
|
659
|
-
readonly KICI_MCP_TOOL_DURATION_SECONDS:
|
|
660
|
-
readonly KICI_MCP_TOOL_REQUESTS_TOTAL:
|
|
661
|
-
readonly KICI_ORCH_AGENTS_ACTIVE:
|
|
662
|
-
readonly KICI_ORCH_BUILD_DURATION_SECONDS:
|
|
663
|
-
readonly
|
|
664
|
-
readonly
|
|
665
|
-
readonly
|
|
666
|
-
readonly
|
|
667
|
-
readonly
|
|
668
|
-
readonly
|
|
669
|
-
readonly
|
|
670
|
-
readonly
|
|
671
|
-
readonly
|
|
672
|
-
readonly
|
|
673
|
-
readonly
|
|
674
|
-
readonly
|
|
675
|
-
readonly
|
|
676
|
-
readonly
|
|
677
|
-
readonly
|
|
678
|
-
readonly
|
|
679
|
-
readonly
|
|
680
|
-
readonly
|
|
681
|
-
readonly
|
|
682
|
-
readonly
|
|
683
|
-
readonly
|
|
684
|
-
readonly
|
|
685
|
-
readonly
|
|
686
|
-
readonly
|
|
687
|
-
readonly
|
|
688
|
-
readonly
|
|
689
|
-
readonly
|
|
690
|
-
readonly
|
|
691
|
-
readonly
|
|
692
|
-
readonly
|
|
693
|
-
readonly
|
|
694
|
-
readonly
|
|
695
|
-
readonly
|
|
696
|
-
readonly
|
|
697
|
-
readonly
|
|
698
|
-
readonly
|
|
699
|
-
readonly
|
|
700
|
-
readonly
|
|
701
|
-
readonly
|
|
702
|
-
readonly
|
|
703
|
-
readonly
|
|
704
|
-
readonly
|
|
705
|
-
readonly
|
|
706
|
-
readonly
|
|
707
|
-
readonly
|
|
708
|
-
readonly
|
|
709
|
-
readonly
|
|
710
|
-
readonly
|
|
711
|
-
readonly
|
|
712
|
-
readonly
|
|
713
|
-
readonly
|
|
714
|
-
readonly
|
|
715
|
-
readonly
|
|
716
|
-
readonly
|
|
717
|
-
readonly
|
|
718
|
-
readonly
|
|
719
|
-
readonly
|
|
720
|
-
readonly
|
|
721
|
-
readonly
|
|
722
|
-
readonly
|
|
723
|
-
readonly
|
|
724
|
-
readonly
|
|
725
|
-
readonly
|
|
726
|
-
readonly
|
|
727
|
-
readonly
|
|
728
|
-
readonly
|
|
729
|
-
readonly
|
|
730
|
-
readonly
|
|
731
|
-
readonly
|
|
732
|
-
readonly
|
|
733
|
-
readonly
|
|
734
|
-
readonly
|
|
735
|
-
readonly
|
|
736
|
-
readonly
|
|
737
|
-
readonly
|
|
738
|
-
readonly
|
|
739
|
-
readonly
|
|
740
|
-
readonly
|
|
741
|
-
readonly
|
|
742
|
-
readonly
|
|
743
|
-
readonly
|
|
744
|
-
readonly
|
|
745
|
-
readonly
|
|
746
|
-
readonly
|
|
747
|
-
readonly
|
|
748
|
-
readonly
|
|
749
|
-
readonly
|
|
750
|
-
readonly
|
|
751
|
-
readonly
|
|
752
|
-
readonly
|
|
753
|
-
readonly
|
|
754
|
-
readonly
|
|
755
|
-
readonly
|
|
756
|
-
readonly
|
|
757
|
-
readonly
|
|
758
|
-
readonly
|
|
759
|
-
readonly
|
|
760
|
-
readonly
|
|
761
|
-
readonly
|
|
762
|
-
readonly
|
|
763
|
-
readonly
|
|
764
|
-
readonly
|
|
765
|
-
readonly
|
|
766
|
-
readonly
|
|
767
|
-
readonly
|
|
768
|
-
readonly
|
|
769
|
-
readonly
|
|
770
|
-
readonly
|
|
771
|
-
readonly
|
|
772
|
-
readonly
|
|
773
|
-
readonly
|
|
774
|
-
readonly
|
|
775
|
-
readonly
|
|
776
|
-
readonly
|
|
777
|
-
readonly
|
|
778
|
-
readonly
|
|
779
|
-
readonly
|
|
780
|
-
readonly
|
|
781
|
-
readonly
|
|
782
|
-
readonly
|
|
783
|
-
readonly
|
|
784
|
-
readonly
|
|
785
|
-
readonly
|
|
786
|
-
readonly
|
|
787
|
-
readonly
|
|
788
|
-
readonly
|
|
789
|
-
readonly
|
|
790
|
-
readonly
|
|
791
|
-
readonly
|
|
792
|
-
readonly
|
|
810
|
+
readonly KICI_AGENT_CLONE_DURATION_SECONDS: 'agent';
|
|
811
|
+
readonly KICI_AGENT_CONNECTION_STATUS: 'agent';
|
|
812
|
+
readonly KICI_AGENT_JOBS_ACTIVE: 'agent';
|
|
813
|
+
readonly KICI_AGENT_JOBS_TOTAL: 'agent';
|
|
814
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_ACTIVE: 'agent';
|
|
815
|
+
readonly KICI_AGENT_LOG_BACKPRESSURE_EVENTS_TOTAL: 'agent';
|
|
816
|
+
readonly KICI_AGENT_LOG_BYTES_TOTAL: 'agent';
|
|
817
|
+
readonly KICI_AGENT_LOG_LINES_DROPPED_TOTAL: 'agent';
|
|
818
|
+
readonly KICI_AGENT_STEP_DURATION_SECONDS: 'agent';
|
|
819
|
+
readonly KICI_AGENT_STEPS_TOTAL: 'agent';
|
|
820
|
+
readonly KICI_BILLING_EMAIL_SEND_TOTAL: 'platform';
|
|
821
|
+
readonly KICI_BUILD_JOBS_TOTAL: 'platform';
|
|
822
|
+
readonly KICI_CACHE_HITS_TOTAL: 'platform';
|
|
823
|
+
readonly KICI_CACHE_MISSES_TOTAL: 'platform';
|
|
824
|
+
readonly KICI_CROSS_SOURCE_ERRORS_TOTAL: 'orchestrator';
|
|
825
|
+
readonly KICI_CROSS_SOURCE_FANOUT_SIZE: 'orchestrator';
|
|
826
|
+
readonly KICI_DASHBOARD_RELAY_LATENCY_SECONDS: 'platform';
|
|
827
|
+
readonly KICI_DB_COLLATION_DRIFT: 'platform';
|
|
828
|
+
readonly KICI_MCP_AUTH_REJECTIONS_TOTAL: 'platform';
|
|
829
|
+
readonly KICI_MCP_DB_POOL_CONNECTIONS: 'platform';
|
|
830
|
+
readonly KICI_MCP_RATE_LIMITED_TOTAL: 'platform';
|
|
831
|
+
readonly KICI_MCP_TOOL_DURATION_SECONDS: 'platform';
|
|
832
|
+
readonly KICI_MCP_TOOL_REQUESTS_TOTAL: 'platform';
|
|
833
|
+
readonly KICI_ORCH_AGENTS_ACTIVE: 'orchestrator';
|
|
834
|
+
readonly KICI_ORCH_BUILD_DURATION_SECONDS: 'orchestrator';
|
|
835
|
+
readonly KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: 'orchestrator';
|
|
836
|
+
readonly KICI_ORCH_CONFIG_RELOAD_TOTAL: 'orchestrator';
|
|
837
|
+
readonly KICI_ORCH_CONFIG_VERSION: 'orchestrator';
|
|
838
|
+
readonly KICI_ORCH_DB_COLLATION_DRIFT: 'orchestrator';
|
|
839
|
+
readonly KICI_ORCH_DECLARED_HOSTS_UNREACHABLE: 'orchestrator';
|
|
840
|
+
readonly KICI_ORCH_DEDUP_HITS_TOTAL: 'orchestrator';
|
|
841
|
+
readonly KICI_ORCH_DEP_CACHE_HITS_TOTAL: 'orchestrator';
|
|
842
|
+
readonly KICI_ORCH_DEP_CACHE_MISSES_TOTAL: 'orchestrator';
|
|
843
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH: 'orchestrator';
|
|
844
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: 'orchestrator';
|
|
845
|
+
readonly KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: 'orchestrator';
|
|
846
|
+
readonly KICI_ORCH_EVENT_ATTEMPTS: 'orchestrator';
|
|
847
|
+
readonly KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: 'orchestrator';
|
|
848
|
+
readonly KICI_ORCH_EVENT_DLQ_DEPTH: 'orchestrator';
|
|
849
|
+
readonly KICI_ORCH_EVENT_DLQ_TOTAL: 'orchestrator';
|
|
850
|
+
readonly KICI_ORCH_EVENT_LEASE_EXPIRATIONS_TOTAL: 'orchestrator';
|
|
851
|
+
readonly KICI_ORCH_EVENT_RETRY_TOTAL: 'orchestrator';
|
|
852
|
+
readonly KICI_ORCH_EXECUTION_DURATION_SECONDS: 'orchestrator';
|
|
853
|
+
readonly KICI_ORCH_EXECUTIONS_TOTAL: 'orchestrator';
|
|
854
|
+
readonly KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: 'orchestrator';
|
|
855
|
+
readonly KICI_ORCH_INGEST_ADMITTED_TOTAL: 'orchestrator';
|
|
856
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: 'orchestrator';
|
|
857
|
+
readonly KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: 'orchestrator';
|
|
858
|
+
readonly KICI_ORCH_INGEST_INFLIGHT: 'orchestrator';
|
|
859
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: 'orchestrator';
|
|
860
|
+
readonly KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: 'orchestrator';
|
|
861
|
+
readonly KICI_ORCH_INGEST_MAX_CONCURRENCY: 'orchestrator';
|
|
862
|
+
readonly KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: 'orchestrator';
|
|
863
|
+
readonly KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: 'orchestrator';
|
|
864
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_BUFFERED: 'orchestrator';
|
|
865
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: 'orchestrator';
|
|
866
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: 'orchestrator';
|
|
867
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_MAX: 'orchestrator';
|
|
868
|
+
readonly KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: 'orchestrator';
|
|
869
|
+
readonly KICI_ORCH_INGEST_QUEUE_DEPTH: 'orchestrator';
|
|
870
|
+
readonly KICI_ORCH_INGEST_SHED_TOTAL: 'orchestrator';
|
|
871
|
+
readonly KICI_ORCH_INGEST_SHEDDING_ACTIVE: 'orchestrator';
|
|
872
|
+
readonly KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: 'orchestrator';
|
|
873
|
+
readonly KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: 'orchestrator';
|
|
874
|
+
readonly KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: 'orchestrator';
|
|
875
|
+
readonly KICI_ORCH_INSTALL_SECRETS_TOKEN_RESOLUTION_DURATION_SECONDS: 'orchestrator';
|
|
876
|
+
readonly KICI_ORCH_JOB_CONSECUTIVE_FAILURES: 'orchestrator';
|
|
877
|
+
readonly KICI_ORCH_JOB_DURATION_SECONDS: 'orchestrator';
|
|
878
|
+
readonly KICI_ORCH_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: 'orchestrator';
|
|
879
|
+
readonly KICI_ORCH_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: 'orchestrator';
|
|
880
|
+
readonly KICI_ORCH_JOB_RUNS_TOTAL: 'orchestrator';
|
|
881
|
+
readonly KICI_ORCH_LOG_BYTES_STORED_TOTAL: 'orchestrator';
|
|
882
|
+
readonly KICI_ORCH_LOG_CHUNKS_RECEIVED_TOTAL: 'orchestrator';
|
|
883
|
+
readonly KICI_ORCH_PENDING_ATTESTATION_OLDEST_AGE_SECONDS: 'orchestrator';
|
|
884
|
+
readonly KICI_ORCH_PENDING_ATTESTATIONS_CURRENT: 'orchestrator';
|
|
885
|
+
readonly KICI_ORCH_PG_POOL_CLIENT_ERRORS_TOTAL: 'orchestrator';
|
|
886
|
+
readonly KICI_ORCH_REJECTED_ATTESTATIONS_CURRENT: 'orchestrator';
|
|
887
|
+
readonly KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: 'orchestrator';
|
|
888
|
+
readonly KICI_ORCH_SCALER_CPUS_USED: 'orchestrator';
|
|
889
|
+
readonly KICI_ORCH_SCALER_MEMORY_BYTES_USED: 'orchestrator';
|
|
890
|
+
readonly KICI_ORCH_SCALER_REDISPATCH_TOTAL: 'orchestrator';
|
|
891
|
+
readonly KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: 'orchestrator';
|
|
892
|
+
readonly KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: 'orchestrator';
|
|
893
|
+
readonly KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: 'orchestrator';
|
|
894
|
+
readonly KICI_ORCH_SOURCE_CACHE_MISSES_TOTAL: 'orchestrator';
|
|
895
|
+
readonly KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: 'orchestrator';
|
|
896
|
+
readonly KICI_ORCH_STALE_RUNS_CURRENT: 'orchestrator';
|
|
897
|
+
readonly KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: 'orchestrator';
|
|
898
|
+
readonly KICI_ORCH_STATE_REPLAY_BREAKER_TRIPS_TOTAL: 'orchestrator';
|
|
899
|
+
readonly KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: 'orchestrator';
|
|
900
|
+
readonly KICI_ORCH_STEPS_TOTAL: 'orchestrator';
|
|
901
|
+
readonly KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: 'orchestrator';
|
|
902
|
+
readonly KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: 'orchestrator';
|
|
903
|
+
readonly KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: 'orchestrator';
|
|
904
|
+
readonly KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: 'orchestrator';
|
|
905
|
+
readonly KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: 'orchestrator';
|
|
906
|
+
readonly KICI_ORCH_WS_NACK_RECEIVED_TOTAL: 'orchestrator';
|
|
907
|
+
readonly KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: 'orchestrator';
|
|
908
|
+
readonly KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: 'orchestrator';
|
|
909
|
+
readonly KICI_ORCHESTRATOR_DRAINING: 'orchestrator';
|
|
910
|
+
readonly KICI_ORG_AGENT_MINUTES: 'platform';
|
|
911
|
+
readonly KICI_ORG_CONNECTIONS: 'platform';
|
|
912
|
+
readonly KICI_ORG_EXECUTIONS_COUNT: 'platform';
|
|
913
|
+
readonly KICI_ORG_LOG_BYTES: 'platform';
|
|
914
|
+
readonly KICI_ORG_STATUS_EVENTS_TOTAL: 'platform';
|
|
915
|
+
readonly KICI_ORGS_TOTAL: 'platform';
|
|
916
|
+
readonly KICI_PLAN_CAP_EXCEEDED_TOTAL: 'platform';
|
|
917
|
+
readonly KICI_PLAN_USAGE_RATIO: 'platform';
|
|
918
|
+
readonly KICI_PLATFORM_COORDINATOR_POOL_SIZE: 'platform';
|
|
919
|
+
readonly KICI_PLATFORM_COORDINATOR_STALE_ENTRIES: 'platform';
|
|
920
|
+
readonly KICI_PLATFORM_COORDINATOR_ZOMBIE_ENTRIES_TOTAL: 'platform';
|
|
921
|
+
readonly KICI_PLATFORM_CROSS_TENANT_REJECTIONS_TOTAL: 'platform';
|
|
922
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: 'platform';
|
|
923
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_PENDING: 'platform';
|
|
924
|
+
readonly KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: 'platform';
|
|
925
|
+
readonly KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: 'platform';
|
|
926
|
+
readonly KICI_PLATFORM_DB_POOL_CONNECTIONS: 'platform';
|
|
927
|
+
readonly KICI_PLATFORM_DB_POOL_SATURATED: 'platform';
|
|
928
|
+
readonly KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: 'platform';
|
|
929
|
+
readonly KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: 'platform';
|
|
930
|
+
readonly KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: 'platform';
|
|
931
|
+
readonly KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: 'platform';
|
|
932
|
+
readonly KICI_PLATFORM_JOB_CONSECUTIVE_FAILURES: 'platform';
|
|
933
|
+
readonly KICI_PLATFORM_JOB_DURATION_SECONDS: 'platform';
|
|
934
|
+
readonly KICI_PLATFORM_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: 'platform';
|
|
935
|
+
readonly KICI_PLATFORM_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: 'platform';
|
|
936
|
+
readonly KICI_PLATFORM_JOB_RUNS_TOTAL: 'platform';
|
|
937
|
+
readonly KICI_PLATFORM_JOB_STATUS_FORWARDS_TOTAL: 'platform';
|
|
938
|
+
readonly KICI_PLATFORM_LOG_CHUNKS_FORWARDED_TOTAL: 'platform';
|
|
939
|
+
readonly KICI_PLATFORM_LOG_LINES_FORWARDED_TOTAL: 'platform';
|
|
940
|
+
readonly KICI_PLATFORM_METRICS_QUERY_RATE_LIMITED_TOTAL: 'platform';
|
|
941
|
+
readonly KICI_PLATFORM_MIMIR_RELAY_ERRORS_TOTAL: 'platform';
|
|
942
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_DELIVERED_TOTAL: 'platform';
|
|
943
|
+
readonly KICI_PLATFORM_NOTIFICATIONS_SUPPRESSED_TOTAL: 'platform';
|
|
944
|
+
readonly KICI_PLATFORM_ORCH_METRICS_FILTERED_TOTAL: 'platform';
|
|
945
|
+
readonly KICI_PLATFORM_ORPHAN_CONNECTIONS_SWEPT_TOTAL: 'platform';
|
|
946
|
+
readonly KICI_PLATFORM_PG_POOL_CLIENT_ERRORS_TOTAL: 'platform';
|
|
947
|
+
readonly KICI_PLATFORM_PLAN_CAP_CHECK_ERRORS_TOTAL: 'platform';
|
|
948
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_STATE: 'platform';
|
|
949
|
+
readonly KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: 'platform';
|
|
950
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: 'platform';
|
|
951
|
+
readonly KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: 'platform';
|
|
952
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_DEFERRED_TOTAL: 'platform';
|
|
953
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_RECONCILED_TOTAL: 'platform';
|
|
954
|
+
readonly KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: 'platform';
|
|
955
|
+
readonly KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: 'platform';
|
|
956
|
+
readonly KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: 'platform';
|
|
957
|
+
readonly KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: 'platform';
|
|
958
|
+
readonly KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: 'platform';
|
|
959
|
+
readonly KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: 'platform';
|
|
960
|
+
readonly KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: 'platform';
|
|
961
|
+
readonly KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: 'platform';
|
|
962
|
+
readonly KICI_RBAC_PERMS_CACHE_HITS_TOTAL: 'platform';
|
|
963
|
+
readonly KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: 'platform';
|
|
964
|
+
readonly KICI_READ_RATE_LIMIT_REJECTED_TOTAL: 'platform';
|
|
965
|
+
readonly KICI_REGISTRATIONS_TOTAL: 'platform';
|
|
966
|
+
readonly KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: 'orchestrator';
|
|
967
|
+
readonly KICI_USER_REGISTRATION_NOTIFY_TOTAL: 'platform';
|
|
968
|
+
readonly KICI_VALKEY_CONNECTION_STATUS: 'platform';
|
|
969
|
+
readonly KICI_VALKEY_PUBLISH_TOTAL: 'platform';
|
|
970
|
+
readonly KICI_VALKEY_RELAY_LATENCY_SECONDS: 'platform';
|
|
971
|
+
readonly KICI_VALKEY_SUBSCRIBE_RECEIVE_TOTAL: 'platform';
|
|
972
|
+
readonly KICI_WEBHOOK_BUFFER_BYTES: 'platform';
|
|
973
|
+
readonly KICI_WEBHOOK_BUFFER_DEPTH: 'platform';
|
|
974
|
+
readonly KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: 'platform';
|
|
975
|
+
readonly KICI_WEBHOOK_NO_ORCH_TOTAL: 'platform';
|
|
976
|
+
readonly KICI_WEBHOOK_PG_BREAKER_STATE: 'platform';
|
|
977
|
+
readonly KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: 'platform';
|
|
978
|
+
readonly KICI_WEBHOOK_PG_DEGRADED_TOTAL: 'platform';
|
|
979
|
+
readonly KICI_WEBHOOK_PG_PROBE_TOTAL: 'platform';
|
|
980
|
+
readonly KICI_WEBHOOK_PROCESSING_SECONDS: 'platform';
|
|
981
|
+
readonly KICI_WEBHOOK_REPLAY_DURATION_SECONDS: 'platform';
|
|
982
|
+
readonly KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: 'platform';
|
|
983
|
+
readonly KICI_WEBHOOKS_RECEIVED_TOTAL: 'platform';
|
|
984
|
+
readonly KICI_WS_CONNECTIONS_ACTIVE: 'platform';
|
|
985
|
+
readonly KICI_WS_CONNECTIONS_TOTAL: 'platform';
|
|
986
|
+
readonly KICI_WS_HEARTBEAT_AGE_SECONDS: 'platform';
|
|
987
|
+
readonly KICI_WS_MESSAGES_RECEIVED_TOTAL: 'platform';
|
|
988
|
+
readonly KICI_WS_MESSAGES_SENT_TOTAL: 'platform';
|
|
989
|
+
readonly KICI_WS_NACK_RECEIVED_TOTAL: 'platform';
|
|
990
|
+
readonly KICI_WS_RELAY_ATTEMPTS_TOTAL: 'platform';
|
|
991
|
+
readonly KICI_WS_RELAY_DURATION_SECONDS: 'platform';
|
|
992
|
+
readonly KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: 'platform';
|
|
993
|
+
readonly NODEJS_EVENTLOOP_DELAY_MAX: 'runtime';
|
|
994
|
+
readonly NODEJS_EVENTLOOP_DELAY_MEAN: 'runtime';
|
|
995
|
+
readonly NODEJS_EVENTLOOP_DELAY_MIN: 'runtime';
|
|
996
|
+
readonly NODEJS_EVENTLOOP_DELAY_P50: 'runtime';
|
|
997
|
+
readonly NODEJS_EVENTLOOP_DELAY_P90: 'runtime';
|
|
998
|
+
readonly NODEJS_EVENTLOOP_DELAY_P99: 'runtime';
|
|
999
|
+
readonly NODEJS_EVENTLOOP_DELAY_STDDEV: 'runtime';
|
|
1000
|
+
readonly NODEJS_EVENTLOOP_TIME: 'runtime';
|
|
1001
|
+
readonly NODEJS_EVENTLOOP_UTILIZATION: 'runtime';
|
|
1002
|
+
readonly V8JS_GC_DURATION: 'runtime';
|
|
1003
|
+
readonly V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: 'runtime';
|
|
1004
|
+
readonly V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: 'runtime';
|
|
1005
|
+
readonly V8JS_MEMORY_HEAP_SPACE_SIZE: 'runtime';
|
|
1006
|
+
readonly V8JS_MEMORY_HEAP_USED: 'runtime';
|
|
1007
|
+
readonly V8JS_RESOURCE_ACTIVE: 'runtime';
|
|
793
1008
|
};
|
|
794
1009
|
export type MetricService = (typeof MetricService)[keyof typeof MetricService];
|
|
795
1010
|
/** Set of every catalog metric name — O(1) membership for lint / filter UI. */
|