@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
|
@@ -26,6 +26,7 @@ const MetricNames = {
|
|
|
26
26
|
KICI_MCP_TOOL_REQUESTS_TOTAL: "kici_mcp_tool_requests_total",
|
|
27
27
|
KICI_ORCH_AGENTS_ACTIVE: "kici_orch_agents_active",
|
|
28
28
|
KICI_ORCH_BUILD_DURATION_SECONDS: "kici_orch_build_duration_seconds",
|
|
29
|
+
KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: "kici_orch_check_run_tracking_rows_pruned_total",
|
|
29
30
|
KICI_ORCH_CONFIG_RELOAD_TOTAL: "kici_orch_config_reload_total",
|
|
30
31
|
KICI_ORCH_CONFIG_VERSION: "kici_orch_config_version",
|
|
31
32
|
KICI_ORCH_DB_COLLATION_DRIFT: "kici_orch_db_collation_drift",
|
|
@@ -35,6 +36,7 @@ const MetricNames = {
|
|
|
35
36
|
KICI_ORCH_DEP_CACHE_MISSES_TOTAL: "kici_orch_dep_cache_misses_total",
|
|
36
37
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH: "kici_orch_dispatch_queue_depth",
|
|
37
38
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: "kici_orch_dispatch_queue_depth_by_label",
|
|
39
|
+
KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: "kici_orch_dispatch_queue_rows_pruned_total",
|
|
38
40
|
KICI_ORCH_EVENT_ATTEMPTS: "kici_orch_event_attempts",
|
|
39
41
|
KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: "kici_orch_event_dispatch_success_total",
|
|
40
42
|
KICI_ORCH_EVENT_DLQ_DEPTH: "kici_orch_event_dlq_depth",
|
|
@@ -44,6 +46,23 @@ const MetricNames = {
|
|
|
44
46
|
KICI_ORCH_EXECUTION_DURATION_SECONDS: "kici_orch_execution_duration_seconds",
|
|
45
47
|
KICI_ORCH_EXECUTIONS_TOTAL: "kici_orch_executions_total",
|
|
46
48
|
KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: "kici_orch_github_check_run_total",
|
|
49
|
+
KICI_ORCH_INGEST_ADMITTED_TOTAL: "kici_orch_ingest_admitted_total",
|
|
50
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: "kici_orch_ingest_event_loop_delay_max_ms",
|
|
51
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: "kici_orch_ingest_event_loop_delay_p99_ms",
|
|
52
|
+
KICI_ORCH_INGEST_INFLIGHT: "kici_orch_ingest_inflight",
|
|
53
|
+
KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: "kici_orch_ingest_loop_lag_resume_ms",
|
|
54
|
+
KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: "kici_orch_ingest_loop_lag_shed_ms",
|
|
55
|
+
KICI_ORCH_INGEST_MAX_CONCURRENCY: "kici_orch_ingest_max_concurrency",
|
|
56
|
+
KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: "kici_orch_ingest_max_queue_depth",
|
|
57
|
+
KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: "kici_orch_ingest_org_max_concurrency",
|
|
58
|
+
KICI_ORCH_INGEST_OVERFLOW_BUFFERED: "kici_orch_ingest_overflow_buffered",
|
|
59
|
+
KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: "kici_orch_ingest_overflow_captured_total",
|
|
60
|
+
KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: "kici_orch_ingest_overflow_dropped_total",
|
|
61
|
+
KICI_ORCH_INGEST_OVERFLOW_MAX: "kici_orch_ingest_overflow_max",
|
|
62
|
+
KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: "kici_orch_ingest_overflow_replayed_total",
|
|
63
|
+
KICI_ORCH_INGEST_QUEUE_DEPTH: "kici_orch_ingest_queue_depth",
|
|
64
|
+
KICI_ORCH_INGEST_SHED_TOTAL: "kici_orch_ingest_shed_total",
|
|
65
|
+
KICI_ORCH_INGEST_SHEDDING_ACTIVE: "kici_orch_ingest_shedding_active",
|
|
47
66
|
KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: "kici_orch_install_secrets_contributor_stripped_total",
|
|
48
67
|
KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: "kici_orch_install_secrets_decisions_total",
|
|
49
68
|
KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: "kici_orch_install_secrets_npm_registry_used_total",
|
|
@@ -62,6 +81,7 @@ const MetricNames = {
|
|
|
62
81
|
KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: "kici_orch_scaler_config_reloads_total",
|
|
63
82
|
KICI_ORCH_SCALER_CPUS_USED: "kici_orch_scaler_cpus_used",
|
|
64
83
|
KICI_ORCH_SCALER_MEMORY_BYTES_USED: "kici_orch_scaler_memory_bytes_used",
|
|
84
|
+
KICI_ORCH_SCALER_REDISPATCH_TOTAL: "kici_orch_scaler_redispatch_total",
|
|
65
85
|
KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: "kici_orch_scaler_spawn_failures_total",
|
|
66
86
|
KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: "kici_orch_scaler_spawn_refusals_total",
|
|
67
87
|
KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: "kici_orch_source_cache_hits_total",
|
|
@@ -69,11 +89,18 @@ const MetricNames = {
|
|
|
69
89
|
KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: "kici_orch_stale_detection_duration_seconds",
|
|
70
90
|
KICI_ORCH_STALE_RUNS_CURRENT: "kici_orch_stale_runs_current",
|
|
71
91
|
KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: "kici_orch_stale_runs_detected_total",
|
|
92
|
+
KICI_ORCH_STATE_REPLAY_BREAKER_TRIPS_TOTAL: "kici_orch_state_replay_breaker_trips_total",
|
|
93
|
+
KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: "kici_orch_step_logs_pruned_total",
|
|
72
94
|
KICI_ORCH_STEPS_TOTAL: "kici_orch_steps_total",
|
|
73
95
|
KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: "kici_orch_trigger_match_duration_seconds",
|
|
74
96
|
KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: "kici_orch_trust_match_refused_no_id_total",
|
|
97
|
+
KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: "kici_orch_trust_policy_decisions_total",
|
|
75
98
|
KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: "kici_orch_webhooks_processed_total",
|
|
76
99
|
KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: "kici_orch_webhooks_received_total",
|
|
100
|
+
KICI_ORCH_WS_NACK_RECEIVED_TOTAL: "kici_orch_ws_nack_received_total",
|
|
101
|
+
KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: "kici_orch_ws_platform_capability_gap_total",
|
|
102
|
+
KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: "kici_orch_ws_unsupported_message_sent_total",
|
|
103
|
+
KICI_ORCHESTRATOR_DRAINING: "kici_orchestrator_draining",
|
|
77
104
|
KICI_ORG_AGENT_MINUTES: "kici_org_agent_minutes",
|
|
78
105
|
KICI_ORG_CONNECTIONS: "kici_org_connections",
|
|
79
106
|
KICI_ORG_EXECUTIONS_COUNT: "kici_org_executions_count",
|
|
@@ -89,6 +116,10 @@ const MetricNames = {
|
|
|
89
116
|
KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: "kici_platform_dashboard_proxy_duration_seconds",
|
|
90
117
|
KICI_PLATFORM_DASHBOARD_PROXY_PENDING: "kici_platform_dashboard_proxy_pending",
|
|
91
118
|
KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: "kici_platform_dashboard_proxy_requests_total",
|
|
119
|
+
KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: "kici_platform_db_pool_acquire_timeouts_total",
|
|
120
|
+
KICI_PLATFORM_DB_POOL_CONNECTIONS: "kici_platform_db_pool_connections",
|
|
121
|
+
KICI_PLATFORM_DB_POOL_SATURATED: "kici_platform_db_pool_saturated",
|
|
122
|
+
KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: "kici_platform_degraded_buffer_keys_gc_total",
|
|
92
123
|
KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: "kici_platform_execution_events_total",
|
|
93
124
|
KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: "kici_platform_execution_status_updates_total",
|
|
94
125
|
KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: "kici_platform_identity_links_missing_provider_user_id",
|
|
@@ -112,11 +143,19 @@ const MetricNames = {
|
|
|
112
143
|
KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: "kici_platform_relay_breaker_trips_total",
|
|
113
144
|
KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: "kici_platform_relay_request_duration_ms",
|
|
114
145
|
KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: "kici_platform_relay_request_outcome_total",
|
|
146
|
+
KICI_PLATFORM_RUN_RECONCILE_DEFERRED_TOTAL: "kici_platform_run_reconcile_deferred_total",
|
|
147
|
+
KICI_PLATFORM_RUN_RECONCILE_RECONCILED_TOTAL: "kici_platform_run_reconcile_reconciled_total",
|
|
148
|
+
KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: "kici_platform_run_reconcile_skipped_total",
|
|
115
149
|
KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: "kici_platform_stale_orchestrators_total",
|
|
116
150
|
KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: "kici_platform_stale_platform_connections_evicted_total",
|
|
117
151
|
KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: "kici_platform_stale_runs_failed_total",
|
|
118
152
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "kici_platform_step_status_forwards_total",
|
|
153
|
+
KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: "kici_platform_support_sessions_swept_total",
|
|
119
154
|
KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: "kici_platform_ws_org_rate_limited_total",
|
|
155
|
+
KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: "kici_platform_ws_slow_consumer_terminated_total",
|
|
156
|
+
KICI_RBAC_PERMS_CACHE_HITS_TOTAL: "kici_rbac_perms_cache_hits_total",
|
|
157
|
+
KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: "kici_rbac_perms_cache_misses_total",
|
|
158
|
+
KICI_READ_RATE_LIMIT_REJECTED_TOTAL: "kici_read_rate_limit_rejected_total",
|
|
120
159
|
KICI_REGISTRATIONS_TOTAL: "kici_registrations_total",
|
|
121
160
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "kici_universal_git_registration_errors_total",
|
|
122
161
|
KICI_USER_REGISTRATION_NOTIFY_TOTAL: "kici_user_registration_notify_total",
|
|
@@ -127,9 +166,11 @@ const MetricNames = {
|
|
|
127
166
|
KICI_WEBHOOK_BUFFER_BYTES: "kici_webhook_buffer_bytes",
|
|
128
167
|
KICI_WEBHOOK_BUFFER_DEPTH: "kici_webhook_buffer_depth",
|
|
129
168
|
KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: "kici_webhook_buffer_oldest_age_seconds",
|
|
169
|
+
KICI_WEBHOOK_NO_ORCH_TOTAL: "kici_webhook_no_orch_total",
|
|
130
170
|
KICI_WEBHOOK_PG_BREAKER_STATE: "kici_webhook_pg_breaker_state",
|
|
131
171
|
KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: "kici_webhook_pg_breaker_transitions_total",
|
|
132
172
|
KICI_WEBHOOK_PG_DEGRADED_TOTAL: "kici_webhook_pg_degraded_total",
|
|
173
|
+
KICI_WEBHOOK_PG_PROBE_TOTAL: "kici_webhook_pg_probe_total",
|
|
133
174
|
KICI_WEBHOOK_PROCESSING_SECONDS: "kici_webhook_processing_seconds",
|
|
134
175
|
KICI_WEBHOOK_REPLAY_DURATION_SECONDS: "kici_webhook_replay_duration_seconds",
|
|
135
176
|
KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: "kici_webhook_signature_failures_total",
|
|
@@ -139,8 +180,10 @@ const MetricNames = {
|
|
|
139
180
|
KICI_WS_HEARTBEAT_AGE_SECONDS: "kici_ws_heartbeat_age_seconds",
|
|
140
181
|
KICI_WS_MESSAGES_RECEIVED_TOTAL: "kici_ws_messages_received_total",
|
|
141
182
|
KICI_WS_MESSAGES_SENT_TOTAL: "kici_ws_messages_sent_total",
|
|
183
|
+
KICI_WS_NACK_RECEIVED_TOTAL: "kici_ws_nack_received_total",
|
|
142
184
|
KICI_WS_RELAY_ATTEMPTS_TOTAL: "kici_ws_relay_attempts_total",
|
|
143
185
|
KICI_WS_RELAY_DURATION_SECONDS: "kici_ws_relay_duration_seconds",
|
|
186
|
+
KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: "kici_ws_unsupported_message_sent_total",
|
|
144
187
|
NODEJS_EVENTLOOP_DELAY_MAX: "nodejs.eventloop.delay.max",
|
|
145
188
|
NODEJS_EVENTLOOP_DELAY_MEAN: "nodejs.eventloop.delay.mean",
|
|
146
189
|
NODEJS_EVENTLOOP_DELAY_MIN: "nodejs.eventloop.delay.min",
|
|
@@ -151,11 +194,11 @@ const MetricNames = {
|
|
|
151
194
|
NODEJS_EVENTLOOP_TIME: "nodejs.eventloop.time",
|
|
152
195
|
NODEJS_EVENTLOOP_UTILIZATION: "nodejs.eventloop.utilization",
|
|
153
196
|
V8JS_GC_DURATION: "v8js.gc.duration",
|
|
154
|
-
V8JS_MEMORY_HEAP_LIMIT: "v8js.memory.heap.limit",
|
|
155
197
|
V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: "v8js.memory.heap.space.available_size",
|
|
156
198
|
V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: "v8js.memory.heap.space.physical_size",
|
|
157
199
|
V8JS_MEMORY_HEAP_SPACE_SIZE: "v8js.memory.heap.space.size",
|
|
158
|
-
V8JS_MEMORY_HEAP_USED: "v8js.memory.heap.used"
|
|
200
|
+
V8JS_MEMORY_HEAP_USED: "v8js.memory.heap.used",
|
|
201
|
+
V8JS_RESOURCE_ACTIVE: "v8js.resource.active"
|
|
159
202
|
};
|
|
160
203
|
const MetricLabels = {
|
|
161
204
|
KICI_AGENT_CLONE_DURATION_SECONDS: ["scaler"],
|
|
@@ -183,6 +226,7 @@ const MetricLabels = {
|
|
|
183
226
|
KICI_MCP_TOOL_REQUESTS_TOTAL: ["tool", "outcome"],
|
|
184
227
|
KICI_ORCH_AGENTS_ACTIVE: [],
|
|
185
228
|
KICI_ORCH_BUILD_DURATION_SECONDS: [],
|
|
229
|
+
KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: [],
|
|
186
230
|
KICI_ORCH_CONFIG_RELOAD_TOTAL: ["result", "source"],
|
|
187
231
|
KICI_ORCH_CONFIG_VERSION: [],
|
|
188
232
|
KICI_ORCH_DB_COLLATION_DRIFT: ["database"],
|
|
@@ -192,6 +236,7 @@ const MetricLabels = {
|
|
|
192
236
|
KICI_ORCH_DEP_CACHE_MISSES_TOTAL: [],
|
|
193
237
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH: ["status"],
|
|
194
238
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: ["status", "label"],
|
|
239
|
+
KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: [],
|
|
195
240
|
KICI_ORCH_EVENT_ATTEMPTS: ["event_name", "result"],
|
|
196
241
|
KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: ["event_name"],
|
|
197
242
|
KICI_ORCH_EVENT_DLQ_DEPTH: [],
|
|
@@ -201,6 +246,23 @@ const MetricLabels = {
|
|
|
201
246
|
KICI_ORCH_EXECUTION_DURATION_SECONDS: [],
|
|
202
247
|
KICI_ORCH_EXECUTIONS_TOTAL: ["status"],
|
|
203
248
|
KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: ["operation"],
|
|
249
|
+
KICI_ORCH_INGEST_ADMITTED_TOTAL: [],
|
|
250
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: [],
|
|
251
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: [],
|
|
252
|
+
KICI_ORCH_INGEST_INFLIGHT: [],
|
|
253
|
+
KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: [],
|
|
254
|
+
KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: [],
|
|
255
|
+
KICI_ORCH_INGEST_MAX_CONCURRENCY: [],
|
|
256
|
+
KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: [],
|
|
257
|
+
KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: [],
|
|
258
|
+
KICI_ORCH_INGEST_OVERFLOW_BUFFERED: [],
|
|
259
|
+
KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: [],
|
|
260
|
+
KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: [],
|
|
261
|
+
KICI_ORCH_INGEST_OVERFLOW_MAX: [],
|
|
262
|
+
KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: [],
|
|
263
|
+
KICI_ORCH_INGEST_QUEUE_DEPTH: [],
|
|
264
|
+
KICI_ORCH_INGEST_SHED_TOTAL: ["reason"],
|
|
265
|
+
KICI_ORCH_INGEST_SHEDDING_ACTIVE: [],
|
|
204
266
|
KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: ["trust_tier"],
|
|
205
267
|
KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: ["decision", "reason"],
|
|
206
268
|
KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: [
|
|
@@ -214,8 +276,8 @@ const MetricLabels = {
|
|
|
214
276
|
KICI_ORCH_JOB_LAST_FAILURE_TIMESTAMP_SECONDS: ["job"],
|
|
215
277
|
KICI_ORCH_JOB_LAST_SUCCESS_TIMESTAMP_SECONDS: ["job"],
|
|
216
278
|
KICI_ORCH_JOB_RUNS_TOTAL: ["job", "result"],
|
|
217
|
-
KICI_ORCH_LOG_BYTES_STORED_TOTAL: [],
|
|
218
|
-
KICI_ORCH_LOG_CHUNKS_RECEIVED_TOTAL: [],
|
|
279
|
+
KICI_ORCH_LOG_BYTES_STORED_TOTAL: ["source"],
|
|
280
|
+
KICI_ORCH_LOG_CHUNKS_RECEIVED_TOTAL: ["source"],
|
|
219
281
|
KICI_ORCH_PENDING_ATTESTATION_OLDEST_AGE_SECONDS: [],
|
|
220
282
|
KICI_ORCH_PENDING_ATTESTATIONS_CURRENT: [],
|
|
221
283
|
KICI_ORCH_PG_POOL_CLIENT_ERRORS_TOTAL: ["source"],
|
|
@@ -231,6 +293,7 @@ const MetricLabels = {
|
|
|
231
293
|
"scalerType",
|
|
232
294
|
"machinePool"
|
|
233
295
|
],
|
|
296
|
+
KICI_ORCH_SCALER_REDISPATCH_TOTAL: ["trigger"],
|
|
234
297
|
KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: ["backend", "bound"],
|
|
235
298
|
KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: [],
|
|
236
299
|
KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: [],
|
|
@@ -238,11 +301,18 @@ const MetricLabels = {
|
|
|
238
301
|
KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: [],
|
|
239
302
|
KICI_ORCH_STALE_RUNS_CURRENT: [],
|
|
240
303
|
KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: [],
|
|
304
|
+
KICI_ORCH_STATE_REPLAY_BREAKER_TRIPS_TOTAL: [],
|
|
305
|
+
KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: [],
|
|
241
306
|
KICI_ORCH_STEPS_TOTAL: ["status"],
|
|
242
307
|
KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: [],
|
|
243
308
|
KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: ["reason"],
|
|
309
|
+
KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: ["arm", "action"],
|
|
244
310
|
KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: ["result"],
|
|
245
311
|
KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: ["source", "event"],
|
|
312
|
+
KICI_ORCH_WS_NACK_RECEIVED_TOTAL: [],
|
|
313
|
+
KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: [],
|
|
314
|
+
KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: [],
|
|
315
|
+
KICI_ORCHESTRATOR_DRAINING: [],
|
|
246
316
|
KICI_ORG_AGENT_MINUTES: ["org_id", "status"],
|
|
247
317
|
KICI_ORG_CONNECTIONS: ["org_id"],
|
|
248
318
|
KICI_ORG_EXECUTIONS_COUNT: ["org_id", "status"],
|
|
@@ -258,6 +328,10 @@ const MetricLabels = {
|
|
|
258
328
|
KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: ["outcome"],
|
|
259
329
|
KICI_PLATFORM_DASHBOARD_PROXY_PENDING: [],
|
|
260
330
|
KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: ["outcome"],
|
|
331
|
+
KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: [],
|
|
332
|
+
KICI_PLATFORM_DB_POOL_CONNECTIONS: ["state"],
|
|
333
|
+
KICI_PLATFORM_DB_POOL_SATURATED: [],
|
|
334
|
+
KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: ["kind"],
|
|
261
335
|
KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: ["event"],
|
|
262
336
|
KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: ["status"],
|
|
263
337
|
KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: [],
|
|
@@ -281,11 +355,19 @@ const MetricLabels = {
|
|
|
281
355
|
KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: ["clusterName", "connectionId"],
|
|
282
356
|
KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: ["kind"],
|
|
283
357
|
KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: ["outcome", "kind"],
|
|
358
|
+
KICI_PLATFORM_RUN_RECONCILE_DEFERRED_TOTAL: [],
|
|
359
|
+
KICI_PLATFORM_RUN_RECONCILE_RECONCILED_TOTAL: [],
|
|
360
|
+
KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: [],
|
|
284
361
|
KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: [],
|
|
285
362
|
KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: ["org_id"],
|
|
286
363
|
KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: [],
|
|
287
364
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: ["state"],
|
|
365
|
+
KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: ["close_kind"],
|
|
288
366
|
KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: ["org_id"],
|
|
367
|
+
KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: [],
|
|
368
|
+
KICI_RBAC_PERMS_CACHE_HITS_TOTAL: [],
|
|
369
|
+
KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: [],
|
|
370
|
+
KICI_READ_RATE_LIMIT_REJECTED_TOTAL: ["scope"],
|
|
289
371
|
KICI_REGISTRATIONS_TOTAL: [],
|
|
290
372
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: ["reason"],
|
|
291
373
|
KICI_USER_REGISTRATION_NOTIFY_TOTAL: ["result"],
|
|
@@ -296,9 +378,11 @@ const MetricLabels = {
|
|
|
296
378
|
KICI_WEBHOOK_BUFFER_BYTES: [],
|
|
297
379
|
KICI_WEBHOOK_BUFFER_DEPTH: [],
|
|
298
380
|
KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: [],
|
|
381
|
+
KICI_WEBHOOK_NO_ORCH_TOTAL: ["outcome", "org_id"],
|
|
299
382
|
KICI_WEBHOOK_PG_BREAKER_STATE: [],
|
|
300
383
|
KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: [],
|
|
301
384
|
KICI_WEBHOOK_PG_DEGRADED_TOTAL: ["outcome", "org_id"],
|
|
385
|
+
KICI_WEBHOOK_PG_PROBE_TOTAL: ["outcome"],
|
|
302
386
|
KICI_WEBHOOK_PROCESSING_SECONDS: ["event"],
|
|
303
387
|
KICI_WEBHOOK_REPLAY_DURATION_SECONDS: [],
|
|
304
388
|
KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: ["source", "org_id"],
|
|
@@ -312,8 +396,10 @@ const MetricLabels = {
|
|
|
312
396
|
KICI_WS_HEARTBEAT_AGE_SECONDS: ["routing_key"],
|
|
313
397
|
KICI_WS_MESSAGES_RECEIVED_TOTAL: ["type"],
|
|
314
398
|
KICI_WS_MESSAGES_SENT_TOTAL: ["type"],
|
|
399
|
+
KICI_WS_NACK_RECEIVED_TOTAL: [],
|
|
315
400
|
KICI_WS_RELAY_ATTEMPTS_TOTAL: ["status"],
|
|
316
401
|
KICI_WS_RELAY_DURATION_SECONDS: ["status"],
|
|
402
|
+
KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: [],
|
|
317
403
|
NODEJS_EVENTLOOP_DELAY_MAX: ["scaler"],
|
|
318
404
|
NODEJS_EVENTLOOP_DELAY_MEAN: ["scaler"],
|
|
319
405
|
NODEJS_EVENTLOOP_DELAY_MIN: ["scaler"],
|
|
@@ -324,11 +410,11 @@ const MetricLabels = {
|
|
|
324
410
|
NODEJS_EVENTLOOP_TIME: ["nodejs.eventloop.state", "scaler"],
|
|
325
411
|
NODEJS_EVENTLOOP_UTILIZATION: ["scaler"],
|
|
326
412
|
V8JS_GC_DURATION: ["v8js.gc.type", "scaler"],
|
|
327
|
-
V8JS_MEMORY_HEAP_LIMIT: ["v8js.heap.space.name", "scaler"],
|
|
328
413
|
V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: ["v8js.heap.space.name", "scaler"],
|
|
329
414
|
V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: ["v8js.heap.space.name", "scaler"],
|
|
330
415
|
V8JS_MEMORY_HEAP_SPACE_SIZE: ["v8js.heap.space.name", "scaler"],
|
|
331
|
-
V8JS_MEMORY_HEAP_USED: ["v8js.heap.space.name", "scaler"]
|
|
416
|
+
V8JS_MEMORY_HEAP_USED: ["v8js.heap.space.name", "scaler"],
|
|
417
|
+
V8JS_RESOURCE_ACTIVE: ["v8js.resource.type", "scaler"]
|
|
332
418
|
};
|
|
333
419
|
const MetricKind = {
|
|
334
420
|
KICI_AGENT_CLONE_DURATION_SECONDS: "histogram",
|
|
@@ -356,6 +442,7 @@ const MetricKind = {
|
|
|
356
442
|
KICI_MCP_TOOL_REQUESTS_TOTAL: "counter",
|
|
357
443
|
KICI_ORCH_AGENTS_ACTIVE: "observableGauge",
|
|
358
444
|
KICI_ORCH_BUILD_DURATION_SECONDS: "histogram",
|
|
445
|
+
KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: "counter",
|
|
359
446
|
KICI_ORCH_CONFIG_RELOAD_TOTAL: "counter",
|
|
360
447
|
KICI_ORCH_CONFIG_VERSION: "observableGauge",
|
|
361
448
|
KICI_ORCH_DB_COLLATION_DRIFT: "observableGauge",
|
|
@@ -365,6 +452,7 @@ const MetricKind = {
|
|
|
365
452
|
KICI_ORCH_DEP_CACHE_MISSES_TOTAL: "counter",
|
|
366
453
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH: "observableGauge",
|
|
367
454
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: "observableGauge",
|
|
455
|
+
KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: "counter",
|
|
368
456
|
KICI_ORCH_EVENT_ATTEMPTS: "histogram",
|
|
369
457
|
KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: "counter",
|
|
370
458
|
KICI_ORCH_EVENT_DLQ_DEPTH: "observableGauge",
|
|
@@ -374,6 +462,23 @@ const MetricKind = {
|
|
|
374
462
|
KICI_ORCH_EXECUTION_DURATION_SECONDS: "histogram",
|
|
375
463
|
KICI_ORCH_EXECUTIONS_TOTAL: "counter",
|
|
376
464
|
KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: "counter",
|
|
465
|
+
KICI_ORCH_INGEST_ADMITTED_TOTAL: "counter",
|
|
466
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: "observableGauge",
|
|
467
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: "observableGauge",
|
|
468
|
+
KICI_ORCH_INGEST_INFLIGHT: "observableGauge",
|
|
469
|
+
KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: "observableGauge",
|
|
470
|
+
KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: "observableGauge",
|
|
471
|
+
KICI_ORCH_INGEST_MAX_CONCURRENCY: "observableGauge",
|
|
472
|
+
KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: "observableGauge",
|
|
473
|
+
KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: "observableGauge",
|
|
474
|
+
KICI_ORCH_INGEST_OVERFLOW_BUFFERED: "observableGauge",
|
|
475
|
+
KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: "counter",
|
|
476
|
+
KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: "counter",
|
|
477
|
+
KICI_ORCH_INGEST_OVERFLOW_MAX: "observableGauge",
|
|
478
|
+
KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: "counter",
|
|
479
|
+
KICI_ORCH_INGEST_QUEUE_DEPTH: "observableGauge",
|
|
480
|
+
KICI_ORCH_INGEST_SHED_TOTAL: "counter",
|
|
481
|
+
KICI_ORCH_INGEST_SHEDDING_ACTIVE: "observableGauge",
|
|
377
482
|
KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: "counter",
|
|
378
483
|
KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: "counter",
|
|
379
484
|
KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: "counter",
|
|
@@ -392,6 +497,7 @@ const MetricKind = {
|
|
|
392
497
|
KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: "counter",
|
|
393
498
|
KICI_ORCH_SCALER_CPUS_USED: "observableGauge",
|
|
394
499
|
KICI_ORCH_SCALER_MEMORY_BYTES_USED: "observableGauge",
|
|
500
|
+
KICI_ORCH_SCALER_REDISPATCH_TOTAL: "counter",
|
|
395
501
|
KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: "counter",
|
|
396
502
|
KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: "observableGauge",
|
|
397
503
|
KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: "counter",
|
|
@@ -399,11 +505,18 @@ const MetricKind = {
|
|
|
399
505
|
KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: "histogram",
|
|
400
506
|
KICI_ORCH_STALE_RUNS_CURRENT: "observableGauge",
|
|
401
507
|
KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: "counter",
|
|
508
|
+
KICI_ORCH_STATE_REPLAY_BREAKER_TRIPS_TOTAL: "counter",
|
|
509
|
+
KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: "counter",
|
|
402
510
|
KICI_ORCH_STEPS_TOTAL: "counter",
|
|
403
511
|
KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: "histogram",
|
|
404
512
|
KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: "counter",
|
|
513
|
+
KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: "counter",
|
|
405
514
|
KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: "counter",
|
|
406
515
|
KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: "counter",
|
|
516
|
+
KICI_ORCH_WS_NACK_RECEIVED_TOTAL: "counter",
|
|
517
|
+
KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: "counter",
|
|
518
|
+
KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: "counter",
|
|
519
|
+
KICI_ORCHESTRATOR_DRAINING: "observableGauge",
|
|
407
520
|
KICI_ORG_AGENT_MINUTES: "observableGauge",
|
|
408
521
|
KICI_ORG_CONNECTIONS: "observableGauge",
|
|
409
522
|
KICI_ORG_EXECUTIONS_COUNT: "observableGauge",
|
|
@@ -419,6 +532,10 @@ const MetricKind = {
|
|
|
419
532
|
KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: "histogram",
|
|
420
533
|
KICI_PLATFORM_DASHBOARD_PROXY_PENDING: "observableGauge",
|
|
421
534
|
KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: "counter",
|
|
535
|
+
KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: "counter",
|
|
536
|
+
KICI_PLATFORM_DB_POOL_CONNECTIONS: "observableGauge",
|
|
537
|
+
KICI_PLATFORM_DB_POOL_SATURATED: "observableGauge",
|
|
538
|
+
KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: "counter",
|
|
422
539
|
KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: "counter",
|
|
423
540
|
KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: "counter",
|
|
424
541
|
KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: "observableGauge",
|
|
@@ -442,11 +559,19 @@ const MetricKind = {
|
|
|
442
559
|
KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: "counter",
|
|
443
560
|
KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: "histogram",
|
|
444
561
|
KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: "counter",
|
|
562
|
+
KICI_PLATFORM_RUN_RECONCILE_DEFERRED_TOTAL: "counter",
|
|
563
|
+
KICI_PLATFORM_RUN_RECONCILE_RECONCILED_TOTAL: "counter",
|
|
564
|
+
KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: "counter",
|
|
445
565
|
KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: "counter",
|
|
446
566
|
KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: "counter",
|
|
447
567
|
KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: "counter",
|
|
448
568
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "counter",
|
|
569
|
+
KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: "counter",
|
|
449
570
|
KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: "counter",
|
|
571
|
+
KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: "counter",
|
|
572
|
+
KICI_RBAC_PERMS_CACHE_HITS_TOTAL: "counter",
|
|
573
|
+
KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: "counter",
|
|
574
|
+
KICI_READ_RATE_LIMIT_REJECTED_TOTAL: "counter",
|
|
450
575
|
KICI_REGISTRATIONS_TOTAL: "counter",
|
|
451
576
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "counter",
|
|
452
577
|
KICI_USER_REGISTRATION_NOTIFY_TOTAL: "counter",
|
|
@@ -457,9 +582,11 @@ const MetricKind = {
|
|
|
457
582
|
KICI_WEBHOOK_BUFFER_BYTES: "observableGauge",
|
|
458
583
|
KICI_WEBHOOK_BUFFER_DEPTH: "observableGauge",
|
|
459
584
|
KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: "observableGauge",
|
|
585
|
+
KICI_WEBHOOK_NO_ORCH_TOTAL: "counter",
|
|
460
586
|
KICI_WEBHOOK_PG_BREAKER_STATE: "observableGauge",
|
|
461
587
|
KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: "counter",
|
|
462
588
|
KICI_WEBHOOK_PG_DEGRADED_TOTAL: "counter",
|
|
589
|
+
KICI_WEBHOOK_PG_PROBE_TOTAL: "counter",
|
|
463
590
|
KICI_WEBHOOK_PROCESSING_SECONDS: "histogram",
|
|
464
591
|
KICI_WEBHOOK_REPLAY_DURATION_SECONDS: "histogram",
|
|
465
592
|
KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: "counter",
|
|
@@ -469,8 +596,10 @@ const MetricKind = {
|
|
|
469
596
|
KICI_WS_HEARTBEAT_AGE_SECONDS: "observableGauge",
|
|
470
597
|
KICI_WS_MESSAGES_RECEIVED_TOTAL: "counter",
|
|
471
598
|
KICI_WS_MESSAGES_SENT_TOTAL: "counter",
|
|
599
|
+
KICI_WS_NACK_RECEIVED_TOTAL: "counter",
|
|
472
600
|
KICI_WS_RELAY_ATTEMPTS_TOTAL: "counter",
|
|
473
601
|
KICI_WS_RELAY_DURATION_SECONDS: "histogram",
|
|
602
|
+
KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: "counter",
|
|
474
603
|
NODEJS_EVENTLOOP_DELAY_MAX: "gauge",
|
|
475
604
|
NODEJS_EVENTLOOP_DELAY_MEAN: "gauge",
|
|
476
605
|
NODEJS_EVENTLOOP_DELAY_MIN: "gauge",
|
|
@@ -481,11 +610,11 @@ const MetricKind = {
|
|
|
481
610
|
NODEJS_EVENTLOOP_TIME: "counter",
|
|
482
611
|
NODEJS_EVENTLOOP_UTILIZATION: "gauge",
|
|
483
612
|
V8JS_GC_DURATION: "histogram",
|
|
484
|
-
V8JS_MEMORY_HEAP_LIMIT: "gauge",
|
|
485
613
|
V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: "gauge",
|
|
486
614
|
V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: "gauge",
|
|
487
|
-
V8JS_MEMORY_HEAP_SPACE_SIZE: "
|
|
488
|
-
V8JS_MEMORY_HEAP_USED: "gauge"
|
|
615
|
+
V8JS_MEMORY_HEAP_SPACE_SIZE: "upDownCounter",
|
|
616
|
+
V8JS_MEMORY_HEAP_USED: "gauge",
|
|
617
|
+
V8JS_RESOURCE_ACTIVE: "gauge"
|
|
489
618
|
};
|
|
490
619
|
const MetricDescription = {
|
|
491
620
|
KICI_AGENT_CLONE_DURATION_SECONDS: "Git clone duration in seconds",
|
|
@@ -513,6 +642,7 @@ const MetricDescription = {
|
|
|
513
642
|
KICI_MCP_TOOL_REQUESTS_TOTAL: "Total developer-MCP tool invocations by tool and outcome",
|
|
514
643
|
KICI_ORCH_AGENTS_ACTIVE: "Current number of active agents connected",
|
|
515
644
|
KICI_ORCH_BUILD_DURATION_SECONDS: "Duration of build agent operations in seconds",
|
|
645
|
+
KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: "check_run_tracking rows deleted by the retention sweep",
|
|
516
646
|
KICI_ORCH_CONFIG_RELOAD_TOTAL: "Total number of config reload operations",
|
|
517
647
|
KICI_ORCH_CONFIG_VERSION: "Current shared config version number",
|
|
518
648
|
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.",
|
|
@@ -522,6 +652,7 @@ const MetricDescription = {
|
|
|
522
652
|
KICI_ORCH_DEP_CACHE_MISSES_TOTAL: "Total number of dep cache misses",
|
|
523
653
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH: "Current dispatch_queue depth per status (pending, dispatched)",
|
|
524
654
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: "Current pending dispatch_queue depth per runs_on label (multi-label jobs fan out)",
|
|
655
|
+
KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: "Terminal dispatch_queue rows deleted by the retention sweep",
|
|
525
656
|
KICI_ORCH_EVENT_ATTEMPTS: "Distribution of dispatch attempts at terminal outcome (success or DLQ)",
|
|
526
657
|
KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: "Internal events delivered to all matching workflows successfully (after the lease commits processed=true)",
|
|
527
658
|
KICI_ORCH_EVENT_DLQ_DEPTH: "Current count of events sitting in the DLQ awaiting operator triage",
|
|
@@ -531,6 +662,23 @@ const MetricDescription = {
|
|
|
531
662
|
KICI_ORCH_EXECUTION_DURATION_SECONDS: "Duration of execution runs in seconds",
|
|
532
663
|
KICI_ORCH_EXECUTIONS_TOTAL: "Total number of execution runs",
|
|
533
664
|
KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: "Total number of GitHub check run API calls",
|
|
665
|
+
KICI_ORCH_INGEST_ADMITTED_TOTAL: "Total webhook ingest admissions granted by the admission controller",
|
|
666
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: "Event-loop delay max (ms) observed by the ingest admission sampler",
|
|
667
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: "Event-loop delay p99 (ms) observed by the ingest admission sampler",
|
|
668
|
+
KICI_ORCH_INGEST_INFLIGHT: "Current in-flight webhook ingest pipelines",
|
|
669
|
+
KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: "Configured loop-lag hysteresis resume threshold L_resume (KICI_INGEST_LOOP_LAG_RESUME_MS)",
|
|
670
|
+
KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: "Configured loop-lag shed threshold L_shed (KICI_INGEST_LOOP_LAG_SHED_MS)",
|
|
671
|
+
KICI_ORCH_INGEST_MAX_CONCURRENCY: "Configured global in-flight concurrency cap G (KICI_INGEST_MAX_CONCURRENCY)",
|
|
672
|
+
KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: "Configured CoDel queue depth cap Q (KICI_INGEST_MAX_QUEUE_DEPTH)",
|
|
673
|
+
KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: "Configured per-org fairness cap cluster default P (KICI_INGEST_ORG_MAX_CONCURRENCY)",
|
|
674
|
+
KICI_ORCH_INGEST_OVERFLOW_BUFFERED: "Current webhook-ingest overflow buffer depth (buffered rows awaiting replay)",
|
|
675
|
+
KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: "Total shed webhook-ingest deliveries captured into the durable overflow buffer",
|
|
676
|
+
KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: "Total overflow-buffered deliveries permanently dropped. Labels: reason (cap_full|max_attempts)",
|
|
677
|
+
KICI_ORCH_INGEST_OVERFLOW_MAX: "Configured overflow buffer row cap (KICI_INGEST_OVERFLOW_MAX)",
|
|
678
|
+
KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: "Total overflow-buffered deliveries successfully replayed through normal ingest",
|
|
679
|
+
KICI_ORCH_INGEST_QUEUE_DEPTH: "Current webhook ingest admission queue depth (HTTP direct ingress)",
|
|
680
|
+
KICI_ORCH_INGEST_SHED_TOTAL: "Webhook ingest admissions shed by the admission controller. Labels: reason (loop_overload|codel_drop|queue_full|max_sojourn)",
|
|
681
|
+
KICI_ORCH_INGEST_SHEDDING_ACTIVE: "Delay circuit breaker engaged (1) — loop-lag gate open or CoDel dropping",
|
|
534
682
|
KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: "Dispatches where registry tokens were stripped because the contributor tier was not `trusted`",
|
|
535
683
|
KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: "Total install-secrets resolution decisions (pass / reject / hold + reason)",
|
|
536
684
|
KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: "Total registry / installEnv entries successfully resolved per channel / provider / scope",
|
|
@@ -549,6 +697,7 @@ const MetricDescription = {
|
|
|
549
697
|
KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: "Total number of scaler config reload operations",
|
|
550
698
|
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.",
|
|
551
699
|
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.",
|
|
700
|
+
KICI_ORCH_SCALER_REDISPATCH_TOTAL: "Cumulative count of pending jobs re-offered to the scaler after capacity freed, labeled by trigger (hook | sweep).",
|
|
552
701
|
KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: "Total scaler agent spawn failures (job-bound and warm-pool)",
|
|
553
702
|
KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: "Cumulative count of scaler spawn requests refused due to resource caps (maxAgents, resourceCap, globalResourceCap, machinePool).",
|
|
554
703
|
KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: "Total number of source tarball cache hits",
|
|
@@ -556,17 +705,24 @@ const MetricDescription = {
|
|
|
556
705
|
KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: "Time between job becoming stale and detection (seconds)",
|
|
557
706
|
KICI_ORCH_STALE_RUNS_CURRENT: "Current number of stale runs detected in last scan",
|
|
558
707
|
KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: "Total number of stale runs detected and marked as failed",
|
|
708
|
+
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)",
|
|
709
|
+
KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: "Step-log objects deleted by the retention sweep",
|
|
559
710
|
KICI_ORCH_STEPS_TOTAL: "Total number of steps executed",
|
|
560
711
|
KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: "Duration of trigger matching operations in seconds",
|
|
561
712
|
KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: "Trust-resolution attempts refused because the provider numeric id was missing or did not match",
|
|
713
|
+
KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: "Total org trust-policy gate decisions by arm and action",
|
|
562
714
|
KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: "Total number of webhooks processed",
|
|
563
715
|
KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: "Total number of webhooks received",
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
716
|
+
KICI_ORCH_WS_NACK_RECEIVED_TOTAL: "NACKs received from the Platform for a message it could not process (version skew)",
|
|
717
|
+
KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: "Feature-gated sends suppressed because the Platform does not advertise the capability",
|
|
718
|
+
KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: "NACKs sent to the Platform for an unrecognized inbound message type (version skew)",
|
|
719
|
+
KICI_ORCHESTRATOR_DRAINING: "Whether this coordinator is draining (1) or accepting new jobs (0)",
|
|
720
|
+
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)",
|
|
721
|
+
KICI_ORG_CONNECTIONS: "Active orchestrator connections per org (top-N active orgs, leader-only)",
|
|
722
|
+
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)",
|
|
723
|
+
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)",
|
|
568
724
|
KICI_ORG_STATUS_EVENTS_TOTAL: "Total execution.status WS messages received per org/status (observability)",
|
|
569
|
-
KICI_ORGS_TOTAL: "Total organizations by plan type",
|
|
725
|
+
KICI_ORGS_TOTAL: "Total organizations by plan type (leader-only)",
|
|
570
726
|
KICI_PLAN_CAP_EXCEEDED_TOTAL: "Total times an org hit a plan cap (per dimension)",
|
|
571
727
|
KICI_PLAN_USAGE_RATIO: "Per-org per-dimension usage ratio (current / cap)",
|
|
572
728
|
KICI_PLATFORM_COORDINATOR_POOL_SIZE: "Coordinator pool size per routing key",
|
|
@@ -576,6 +732,10 @@ const MetricDescription = {
|
|
|
576
732
|
KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: "Dashboard proxy request round-trip duration in seconds",
|
|
577
733
|
KICI_PLATFORM_DASHBOARD_PROXY_PENDING: "In-flight dashboard proxy requests (Platform → orchestrator)",
|
|
578
734
|
KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: "Total dashboard proxy requests by terminal outcome",
|
|
735
|
+
KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: "Main-pool acquires refused because the Postgres pool acquire timed out",
|
|
736
|
+
KICI_PLATFORM_DB_POOL_CONNECTIONS: "Main Platform Postgres pool connection counts",
|
|
737
|
+
KICI_PLATFORM_DB_POOL_SATURATED: "Whether this instance is shedding webhook ingress on Postgres pool saturation (1=saturated)",
|
|
738
|
+
KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: "Degraded webhook-buffer Valkey keys garbage-collected",
|
|
579
739
|
KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: "Total execution events received from orchestrators",
|
|
580
740
|
KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: "Total execution status updates received",
|
|
581
741
|
KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: "identity_links rows where provider_user_id is still NULL after reconcile",
|
|
@@ -599,11 +759,19 @@ const MetricDescription = {
|
|
|
599
759
|
KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: "Relay circuit-breaker open transitions per coordinator",
|
|
600
760
|
KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: "End-to-end dashboard-proxy relay latency incl. failover, in ms",
|
|
601
761
|
KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: "Dashboard-proxy relay request outcomes (incl. sibling failover)",
|
|
762
|
+
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)",
|
|
763
|
+
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",
|
|
764
|
+
KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: "Total run-mirror reconcile attempts skipped (orchestrator unreachable or no run state returned)",
|
|
602
765
|
KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: "Total orchestrators detected as permanently disconnected",
|
|
603
766
|
KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: "platform_connections rows evicted by source.register DB dedup (same-instance reconnect path)",
|
|
604
767
|
KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: "Total execution runs failed due to orchestrator staleness",
|
|
605
768
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "Total step status forwards received",
|
|
769
|
+
KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: "Total support-session activations closed by the janitor sweep",
|
|
606
770
|
KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: "Inbound orchestrator messages dropped by the per-org aggregate WS rate limit",
|
|
771
|
+
KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: "Total browser WS connections terminated for exceeding the send-buffer watermark",
|
|
772
|
+
KICI_RBAC_PERMS_CACHE_HITS_TOTAL: "Effective-permissions cache hits",
|
|
773
|
+
KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: "Effective-permissions cache misses (recomputed from Postgres)",
|
|
774
|
+
KICI_READ_RATE_LIMIT_REJECTED_TOTAL: "Read-route requests rejected by the protective token bucket, by scope",
|
|
607
775
|
KICI_REGISTRATIONS_TOTAL: "Total user registrations (new personal orgs created on first login)",
|
|
608
776
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "Errors encountered while registering universal-git provider bundles",
|
|
609
777
|
KICI_USER_REGISTRATION_NOTIFY_TOTAL: "New-user Telegram notifications by result (sent|failed)",
|
|
@@ -614,9 +782,11 @@ const MetricDescription = {
|
|
|
614
782
|
KICI_WEBHOOK_BUFFER_BYTES: "Total buffered webhook bytes (global Valkey counter)",
|
|
615
783
|
KICI_WEBHOOK_BUFFER_DEPTH: "Buffered webhook count per org",
|
|
616
784
|
KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: "Age of the oldest buffered webhook per org, in seconds",
|
|
785
|
+
KICI_WEBHOOK_NO_ORCH_TOTAL: "Webhooks handled by the no-orchestrator buffer, by outcome",
|
|
617
786
|
KICI_WEBHOOK_PG_BREAKER_STATE: "PG circuit-breaker state on this instance (0=closed,1=degraded,2=open)",
|
|
618
787
|
KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: "PG circuit-breaker state transitions",
|
|
619
788
|
KICI_WEBHOOK_PG_DEGRADED_TOTAL: "Webhooks handled in PG-degraded mode, by outcome",
|
|
789
|
+
KICI_WEBHOOK_PG_PROBE_TOTAL: "PG-reachability probe outcomes, by outcome",
|
|
620
790
|
KICI_WEBHOOK_PROCESSING_SECONDS: "Webhook processing duration in seconds",
|
|
621
791
|
KICI_WEBHOOK_REPLAY_DURATION_SECONDS: "Buffered-webhook replay latency (enqueue → delivered) in seconds",
|
|
622
792
|
KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: "Total number of webhooks rejected at orchestrator signature verification",
|
|
@@ -626,8 +796,10 @@ const MetricDescription = {
|
|
|
626
796
|
KICI_WS_HEARTBEAT_AGE_SECONDS: "Seconds since last heartbeat per routing key",
|
|
627
797
|
KICI_WS_MESSAGES_RECEIVED_TOTAL: "Total messages received from orchestrators",
|
|
628
798
|
KICI_WS_MESSAGES_SENT_TOTAL: "Total messages sent to orchestrators",
|
|
799
|
+
KICI_WS_NACK_RECEIVED_TOTAL: "NACKs received from an orchestrator for a message it could not process (version skew)",
|
|
629
800
|
KICI_WS_RELAY_ATTEMPTS_TOTAL: "Total number of webhook relay attempts",
|
|
630
801
|
KICI_WS_RELAY_DURATION_SECONDS: "Duration of webhook relay operations in seconds",
|
|
802
|
+
KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: "NACKs sent to an orchestrator for an unrecognized inbound message type (version skew)",
|
|
631
803
|
NODEJS_EVENTLOOP_DELAY_MAX: "Event loop maximum delay",
|
|
632
804
|
NODEJS_EVENTLOOP_DELAY_MEAN: "Event loop mean delay",
|
|
633
805
|
NODEJS_EVENTLOOP_DELAY_MIN: "Event loop minimum delay",
|
|
@@ -638,11 +810,11 @@ const MetricDescription = {
|
|
|
638
810
|
NODEJS_EVENTLOOP_TIME: "Cumulative event loop time by state",
|
|
639
811
|
NODEJS_EVENTLOOP_UTILIZATION: "Event loop utilization ratio",
|
|
640
812
|
V8JS_GC_DURATION: "Garbage-collection pause duration by GC type",
|
|
641
|
-
V8JS_MEMORY_HEAP_LIMIT: "V8 heap size limit by heap space",
|
|
642
813
|
V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: "V8 available heap size by heap space",
|
|
643
814
|
V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: "V8 physical heap size by heap space",
|
|
644
815
|
V8JS_MEMORY_HEAP_SPACE_SIZE: "V8 total heap size by heap space",
|
|
645
|
-
V8JS_MEMORY_HEAP_USED: "V8 used heap size by heap space"
|
|
816
|
+
V8JS_MEMORY_HEAP_USED: "V8 used heap size by heap space",
|
|
817
|
+
V8JS_RESOURCE_ACTIVE: "Active resources currently keeping the event loop alive, by libuv handle type"
|
|
646
818
|
};
|
|
647
819
|
/**
|
|
648
820
|
* Service that owns each metric (the package whose meter created it).
|
|
@@ -677,6 +849,7 @@ const MetricService = {
|
|
|
677
849
|
KICI_MCP_TOOL_REQUESTS_TOTAL: "platform",
|
|
678
850
|
KICI_ORCH_AGENTS_ACTIVE: "orchestrator",
|
|
679
851
|
KICI_ORCH_BUILD_DURATION_SECONDS: "orchestrator",
|
|
852
|
+
KICI_ORCH_CHECK_RUN_TRACKING_ROWS_PRUNED_TOTAL: "orchestrator",
|
|
680
853
|
KICI_ORCH_CONFIG_RELOAD_TOTAL: "orchestrator",
|
|
681
854
|
KICI_ORCH_CONFIG_VERSION: "orchestrator",
|
|
682
855
|
KICI_ORCH_DB_COLLATION_DRIFT: "orchestrator",
|
|
@@ -686,6 +859,7 @@ const MetricService = {
|
|
|
686
859
|
KICI_ORCH_DEP_CACHE_MISSES_TOTAL: "orchestrator",
|
|
687
860
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH: "orchestrator",
|
|
688
861
|
KICI_ORCH_DISPATCH_QUEUE_DEPTH_BY_LABEL: "orchestrator",
|
|
862
|
+
KICI_ORCH_DISPATCH_QUEUE_ROWS_PRUNED_TOTAL: "orchestrator",
|
|
689
863
|
KICI_ORCH_EVENT_ATTEMPTS: "orchestrator",
|
|
690
864
|
KICI_ORCH_EVENT_DISPATCH_SUCCESS_TOTAL: "orchestrator",
|
|
691
865
|
KICI_ORCH_EVENT_DLQ_DEPTH: "orchestrator",
|
|
@@ -695,6 +869,23 @@ const MetricService = {
|
|
|
695
869
|
KICI_ORCH_EXECUTION_DURATION_SECONDS: "orchestrator",
|
|
696
870
|
KICI_ORCH_EXECUTIONS_TOTAL: "orchestrator",
|
|
697
871
|
KICI_ORCH_GITHUB_CHECK_RUN_TOTAL: "orchestrator",
|
|
872
|
+
KICI_ORCH_INGEST_ADMITTED_TOTAL: "orchestrator",
|
|
873
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_MAX_MS: "orchestrator",
|
|
874
|
+
KICI_ORCH_INGEST_EVENT_LOOP_DELAY_P99_MS: "orchestrator",
|
|
875
|
+
KICI_ORCH_INGEST_INFLIGHT: "orchestrator",
|
|
876
|
+
KICI_ORCH_INGEST_LOOP_LAG_RESUME_MS: "orchestrator",
|
|
877
|
+
KICI_ORCH_INGEST_LOOP_LAG_SHED_MS: "orchestrator",
|
|
878
|
+
KICI_ORCH_INGEST_MAX_CONCURRENCY: "orchestrator",
|
|
879
|
+
KICI_ORCH_INGEST_MAX_QUEUE_DEPTH: "orchestrator",
|
|
880
|
+
KICI_ORCH_INGEST_ORG_MAX_CONCURRENCY: "orchestrator",
|
|
881
|
+
KICI_ORCH_INGEST_OVERFLOW_BUFFERED: "orchestrator",
|
|
882
|
+
KICI_ORCH_INGEST_OVERFLOW_CAPTURED_TOTAL: "orchestrator",
|
|
883
|
+
KICI_ORCH_INGEST_OVERFLOW_DROPPED_TOTAL: "orchestrator",
|
|
884
|
+
KICI_ORCH_INGEST_OVERFLOW_MAX: "orchestrator",
|
|
885
|
+
KICI_ORCH_INGEST_OVERFLOW_REPLAYED_TOTAL: "orchestrator",
|
|
886
|
+
KICI_ORCH_INGEST_QUEUE_DEPTH: "orchestrator",
|
|
887
|
+
KICI_ORCH_INGEST_SHED_TOTAL: "orchestrator",
|
|
888
|
+
KICI_ORCH_INGEST_SHEDDING_ACTIVE: "orchestrator",
|
|
698
889
|
KICI_ORCH_INSTALL_SECRETS_CONTRIBUTOR_STRIPPED_TOTAL: "orchestrator",
|
|
699
890
|
KICI_ORCH_INSTALL_SECRETS_DECISIONS_TOTAL: "orchestrator",
|
|
700
891
|
KICI_ORCH_INSTALL_SECRETS_NPM_REGISTRY_USED_TOTAL: "orchestrator",
|
|
@@ -713,6 +904,7 @@ const MetricService = {
|
|
|
713
904
|
KICI_ORCH_SCALER_CONFIG_RELOADS_TOTAL: "orchestrator",
|
|
714
905
|
KICI_ORCH_SCALER_CPUS_USED: "orchestrator",
|
|
715
906
|
KICI_ORCH_SCALER_MEMORY_BYTES_USED: "orchestrator",
|
|
907
|
+
KICI_ORCH_SCALER_REDISPATCH_TOTAL: "orchestrator",
|
|
716
908
|
KICI_ORCH_SCALER_SPAWN_FAILURES_TOTAL: "orchestrator",
|
|
717
909
|
KICI_ORCH_SCALER_SPAWN_REFUSALS_TOTAL: "orchestrator",
|
|
718
910
|
KICI_ORCH_SOURCE_CACHE_HITS_TOTAL: "orchestrator",
|
|
@@ -720,11 +912,18 @@ const MetricService = {
|
|
|
720
912
|
KICI_ORCH_STALE_DETECTION_DURATION_SECONDS: "orchestrator",
|
|
721
913
|
KICI_ORCH_STALE_RUNS_CURRENT: "orchestrator",
|
|
722
914
|
KICI_ORCH_STALE_RUNS_DETECTED_TOTAL: "orchestrator",
|
|
915
|
+
KICI_ORCH_STATE_REPLAY_BREAKER_TRIPS_TOTAL: "orchestrator",
|
|
916
|
+
KICI_ORCH_STEP_LOGS_PRUNED_TOTAL: "orchestrator",
|
|
723
917
|
KICI_ORCH_STEPS_TOTAL: "orchestrator",
|
|
724
918
|
KICI_ORCH_TRIGGER_MATCH_DURATION_SECONDS: "orchestrator",
|
|
725
919
|
KICI_ORCH_TRUST_MATCH_REFUSED_NO_ID_TOTAL: "orchestrator",
|
|
920
|
+
KICI_ORCH_TRUST_POLICY_DECISIONS_TOTAL: "orchestrator",
|
|
726
921
|
KICI_ORCH_WEBHOOKS_PROCESSED_TOTAL: "orchestrator",
|
|
727
922
|
KICI_ORCH_WEBHOOKS_RECEIVED_TOTAL: "orchestrator",
|
|
923
|
+
KICI_ORCH_WS_NACK_RECEIVED_TOTAL: "orchestrator",
|
|
924
|
+
KICI_ORCH_WS_PLATFORM_CAPABILITY_GAP_TOTAL: "orchestrator",
|
|
925
|
+
KICI_ORCH_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: "orchestrator",
|
|
926
|
+
KICI_ORCHESTRATOR_DRAINING: "orchestrator",
|
|
728
927
|
KICI_ORG_AGENT_MINUTES: "platform",
|
|
729
928
|
KICI_ORG_CONNECTIONS: "platform",
|
|
730
929
|
KICI_ORG_EXECUTIONS_COUNT: "platform",
|
|
@@ -740,6 +939,10 @@ const MetricService = {
|
|
|
740
939
|
KICI_PLATFORM_DASHBOARD_PROXY_DURATION_SECONDS: "platform",
|
|
741
940
|
KICI_PLATFORM_DASHBOARD_PROXY_PENDING: "platform",
|
|
742
941
|
KICI_PLATFORM_DASHBOARD_PROXY_REQUESTS_TOTAL: "platform",
|
|
942
|
+
KICI_PLATFORM_DB_POOL_ACQUIRE_TIMEOUTS_TOTAL: "platform",
|
|
943
|
+
KICI_PLATFORM_DB_POOL_CONNECTIONS: "platform",
|
|
944
|
+
KICI_PLATFORM_DB_POOL_SATURATED: "platform",
|
|
945
|
+
KICI_PLATFORM_DEGRADED_BUFFER_KEYS_GC_TOTAL: "platform",
|
|
743
946
|
KICI_PLATFORM_EXECUTION_EVENTS_TOTAL: "platform",
|
|
744
947
|
KICI_PLATFORM_EXECUTION_STATUS_UPDATES_TOTAL: "platform",
|
|
745
948
|
KICI_PLATFORM_IDENTITY_LINKS_MISSING_PROVIDER_USER_ID: "platform",
|
|
@@ -763,11 +966,19 @@ const MetricService = {
|
|
|
763
966
|
KICI_PLATFORM_RELAY_BREAKER_TRIPS_TOTAL: "platform",
|
|
764
967
|
KICI_PLATFORM_RELAY_REQUEST_DURATION_MS: "platform",
|
|
765
968
|
KICI_PLATFORM_RELAY_REQUEST_OUTCOME_TOTAL: "platform",
|
|
969
|
+
KICI_PLATFORM_RUN_RECONCILE_DEFERRED_TOTAL: "platform",
|
|
970
|
+
KICI_PLATFORM_RUN_RECONCILE_RECONCILED_TOTAL: "platform",
|
|
971
|
+
KICI_PLATFORM_RUN_RECONCILE_SKIPPED_TOTAL: "platform",
|
|
766
972
|
KICI_PLATFORM_STALE_ORCHESTRATORS_TOTAL: "platform",
|
|
767
973
|
KICI_PLATFORM_STALE_PLATFORM_CONNECTIONS_EVICTED_TOTAL: "platform",
|
|
768
974
|
KICI_PLATFORM_STALE_RUNS_FAILED_TOTAL: "platform",
|
|
769
975
|
KICI_PLATFORM_STEP_STATUS_FORWARDS_TOTAL: "platform",
|
|
976
|
+
KICI_PLATFORM_SUPPORT_SESSIONS_SWEPT_TOTAL: "platform",
|
|
770
977
|
KICI_PLATFORM_WS_ORG_RATE_LIMITED_TOTAL: "platform",
|
|
978
|
+
KICI_PLATFORM_WS_SLOW_CONSUMER_TERMINATED_TOTAL: "platform",
|
|
979
|
+
KICI_RBAC_PERMS_CACHE_HITS_TOTAL: "platform",
|
|
980
|
+
KICI_RBAC_PERMS_CACHE_MISSES_TOTAL: "platform",
|
|
981
|
+
KICI_READ_RATE_LIMIT_REJECTED_TOTAL: "platform",
|
|
771
982
|
KICI_REGISTRATIONS_TOTAL: "platform",
|
|
772
983
|
KICI_UNIVERSAL_GIT_REGISTRATION_ERRORS_TOTAL: "orchestrator",
|
|
773
984
|
KICI_USER_REGISTRATION_NOTIFY_TOTAL: "platform",
|
|
@@ -778,9 +989,11 @@ const MetricService = {
|
|
|
778
989
|
KICI_WEBHOOK_BUFFER_BYTES: "platform",
|
|
779
990
|
KICI_WEBHOOK_BUFFER_DEPTH: "platform",
|
|
780
991
|
KICI_WEBHOOK_BUFFER_OLDEST_AGE_SECONDS: "platform",
|
|
992
|
+
KICI_WEBHOOK_NO_ORCH_TOTAL: "platform",
|
|
781
993
|
KICI_WEBHOOK_PG_BREAKER_STATE: "platform",
|
|
782
994
|
KICI_WEBHOOK_PG_BREAKER_TRANSITIONS_TOTAL: "platform",
|
|
783
995
|
KICI_WEBHOOK_PG_DEGRADED_TOTAL: "platform",
|
|
996
|
+
KICI_WEBHOOK_PG_PROBE_TOTAL: "platform",
|
|
784
997
|
KICI_WEBHOOK_PROCESSING_SECONDS: "platform",
|
|
785
998
|
KICI_WEBHOOK_REPLAY_DURATION_SECONDS: "platform",
|
|
786
999
|
KICI_WEBHOOK_SIGNATURE_FAILURES_TOTAL: "platform",
|
|
@@ -790,8 +1003,10 @@ const MetricService = {
|
|
|
790
1003
|
KICI_WS_HEARTBEAT_AGE_SECONDS: "platform",
|
|
791
1004
|
KICI_WS_MESSAGES_RECEIVED_TOTAL: "platform",
|
|
792
1005
|
KICI_WS_MESSAGES_SENT_TOTAL: "platform",
|
|
1006
|
+
KICI_WS_NACK_RECEIVED_TOTAL: "platform",
|
|
793
1007
|
KICI_WS_RELAY_ATTEMPTS_TOTAL: "platform",
|
|
794
1008
|
KICI_WS_RELAY_DURATION_SECONDS: "platform",
|
|
1009
|
+
KICI_WS_UNSUPPORTED_MESSAGE_SENT_TOTAL: "platform",
|
|
795
1010
|
NODEJS_EVENTLOOP_DELAY_MAX: "runtime",
|
|
796
1011
|
NODEJS_EVENTLOOP_DELAY_MEAN: "runtime",
|
|
797
1012
|
NODEJS_EVENTLOOP_DELAY_MIN: "runtime",
|
|
@@ -802,11 +1017,11 @@ const MetricService = {
|
|
|
802
1017
|
NODEJS_EVENTLOOP_TIME: "runtime",
|
|
803
1018
|
NODEJS_EVENTLOOP_UTILIZATION: "runtime",
|
|
804
1019
|
V8JS_GC_DURATION: "runtime",
|
|
805
|
-
V8JS_MEMORY_HEAP_LIMIT: "runtime",
|
|
806
1020
|
V8JS_MEMORY_HEAP_SPACE_AVAILABLE_SIZE: "runtime",
|
|
807
1021
|
V8JS_MEMORY_HEAP_SPACE_PHYSICAL_SIZE: "runtime",
|
|
808
1022
|
V8JS_MEMORY_HEAP_SPACE_SIZE: "runtime",
|
|
809
|
-
V8JS_MEMORY_HEAP_USED: "runtime"
|
|
1023
|
+
V8JS_MEMORY_HEAP_USED: "runtime",
|
|
1024
|
+
V8JS_RESOURCE_ACTIVE: "runtime"
|
|
810
1025
|
};
|
|
811
1026
|
/** Set of every catalog metric name — O(1) membership for lint / filter UI. */
|
|
812
1027
|
const ALL_METRIC_NAMES = [
|
|
@@ -835,6 +1050,7 @@ const ALL_METRIC_NAMES = [
|
|
|
835
1050
|
"kici_mcp_tool_requests_total",
|
|
836
1051
|
"kici_orch_agents_active",
|
|
837
1052
|
"kici_orch_build_duration_seconds",
|
|
1053
|
+
"kici_orch_check_run_tracking_rows_pruned_total",
|
|
838
1054
|
"kici_orch_config_reload_total",
|
|
839
1055
|
"kici_orch_config_version",
|
|
840
1056
|
"kici_orch_db_collation_drift",
|
|
@@ -844,6 +1060,7 @@ const ALL_METRIC_NAMES = [
|
|
|
844
1060
|
"kici_orch_dep_cache_misses_total",
|
|
845
1061
|
"kici_orch_dispatch_queue_depth",
|
|
846
1062
|
"kici_orch_dispatch_queue_depth_by_label",
|
|
1063
|
+
"kici_orch_dispatch_queue_rows_pruned_total",
|
|
847
1064
|
"kici_orch_event_attempts",
|
|
848
1065
|
"kici_orch_event_dispatch_success_total",
|
|
849
1066
|
"kici_orch_event_dlq_depth",
|
|
@@ -853,6 +1070,23 @@ const ALL_METRIC_NAMES = [
|
|
|
853
1070
|
"kici_orch_execution_duration_seconds",
|
|
854
1071
|
"kici_orch_executions_total",
|
|
855
1072
|
"kici_orch_github_check_run_total",
|
|
1073
|
+
"kici_orch_ingest_admitted_total",
|
|
1074
|
+
"kici_orch_ingest_event_loop_delay_max_ms",
|
|
1075
|
+
"kici_orch_ingest_event_loop_delay_p99_ms",
|
|
1076
|
+
"kici_orch_ingest_inflight",
|
|
1077
|
+
"kici_orch_ingest_loop_lag_resume_ms",
|
|
1078
|
+
"kici_orch_ingest_loop_lag_shed_ms",
|
|
1079
|
+
"kici_orch_ingest_max_concurrency",
|
|
1080
|
+
"kici_orch_ingest_max_queue_depth",
|
|
1081
|
+
"kici_orch_ingest_org_max_concurrency",
|
|
1082
|
+
"kici_orch_ingest_overflow_buffered",
|
|
1083
|
+
"kici_orch_ingest_overflow_captured_total",
|
|
1084
|
+
"kici_orch_ingest_overflow_dropped_total",
|
|
1085
|
+
"kici_orch_ingest_overflow_max",
|
|
1086
|
+
"kici_orch_ingest_overflow_replayed_total",
|
|
1087
|
+
"kici_orch_ingest_queue_depth",
|
|
1088
|
+
"kici_orch_ingest_shed_total",
|
|
1089
|
+
"kici_orch_ingest_shedding_active",
|
|
856
1090
|
"kici_orch_install_secrets_contributor_stripped_total",
|
|
857
1091
|
"kici_orch_install_secrets_decisions_total",
|
|
858
1092
|
"kici_orch_install_secrets_npm_registry_used_total",
|
|
@@ -871,6 +1105,7 @@ const ALL_METRIC_NAMES = [
|
|
|
871
1105
|
"kici_orch_scaler_config_reloads_total",
|
|
872
1106
|
"kici_orch_scaler_cpus_used",
|
|
873
1107
|
"kici_orch_scaler_memory_bytes_used",
|
|
1108
|
+
"kici_orch_scaler_redispatch_total",
|
|
874
1109
|
"kici_orch_scaler_spawn_failures_total",
|
|
875
1110
|
"kici_orch_scaler_spawn_refusals_total",
|
|
876
1111
|
"kici_orch_source_cache_hits_total",
|
|
@@ -878,11 +1113,18 @@ const ALL_METRIC_NAMES = [
|
|
|
878
1113
|
"kici_orch_stale_detection_duration_seconds",
|
|
879
1114
|
"kici_orch_stale_runs_current",
|
|
880
1115
|
"kici_orch_stale_runs_detected_total",
|
|
1116
|
+
"kici_orch_state_replay_breaker_trips_total",
|
|
1117
|
+
"kici_orch_step_logs_pruned_total",
|
|
881
1118
|
"kici_orch_steps_total",
|
|
882
1119
|
"kici_orch_trigger_match_duration_seconds",
|
|
883
1120
|
"kici_orch_trust_match_refused_no_id_total",
|
|
1121
|
+
"kici_orch_trust_policy_decisions_total",
|
|
884
1122
|
"kici_orch_webhooks_processed_total",
|
|
885
1123
|
"kici_orch_webhooks_received_total",
|
|
1124
|
+
"kici_orch_ws_nack_received_total",
|
|
1125
|
+
"kici_orch_ws_platform_capability_gap_total",
|
|
1126
|
+
"kici_orch_ws_unsupported_message_sent_total",
|
|
1127
|
+
"kici_orchestrator_draining",
|
|
886
1128
|
"kici_org_agent_minutes",
|
|
887
1129
|
"kici_org_connections",
|
|
888
1130
|
"kici_org_executions_count",
|
|
@@ -898,6 +1140,10 @@ const ALL_METRIC_NAMES = [
|
|
|
898
1140
|
"kici_platform_dashboard_proxy_duration_seconds",
|
|
899
1141
|
"kici_platform_dashboard_proxy_pending",
|
|
900
1142
|
"kici_platform_dashboard_proxy_requests_total",
|
|
1143
|
+
"kici_platform_db_pool_acquire_timeouts_total",
|
|
1144
|
+
"kici_platform_db_pool_connections",
|
|
1145
|
+
"kici_platform_db_pool_saturated",
|
|
1146
|
+
"kici_platform_degraded_buffer_keys_gc_total",
|
|
901
1147
|
"kici_platform_execution_events_total",
|
|
902
1148
|
"kici_platform_execution_status_updates_total",
|
|
903
1149
|
"kici_platform_identity_links_missing_provider_user_id",
|
|
@@ -921,11 +1167,19 @@ const ALL_METRIC_NAMES = [
|
|
|
921
1167
|
"kici_platform_relay_breaker_trips_total",
|
|
922
1168
|
"kici_platform_relay_request_duration_ms",
|
|
923
1169
|
"kici_platform_relay_request_outcome_total",
|
|
1170
|
+
"kici_platform_run_reconcile_deferred_total",
|
|
1171
|
+
"kici_platform_run_reconcile_reconciled_total",
|
|
1172
|
+
"kici_platform_run_reconcile_skipped_total",
|
|
924
1173
|
"kici_platform_stale_orchestrators_total",
|
|
925
1174
|
"kici_platform_stale_platform_connections_evicted_total",
|
|
926
1175
|
"kici_platform_stale_runs_failed_total",
|
|
927
1176
|
"kici_platform_step_status_forwards_total",
|
|
1177
|
+
"kici_platform_support_sessions_swept_total",
|
|
928
1178
|
"kici_platform_ws_org_rate_limited_total",
|
|
1179
|
+
"kici_platform_ws_slow_consumer_terminated_total",
|
|
1180
|
+
"kici_rbac_perms_cache_hits_total",
|
|
1181
|
+
"kici_rbac_perms_cache_misses_total",
|
|
1182
|
+
"kici_read_rate_limit_rejected_total",
|
|
929
1183
|
"kici_registrations_total",
|
|
930
1184
|
"kici_universal_git_registration_errors_total",
|
|
931
1185
|
"kici_user_registration_notify_total",
|
|
@@ -936,9 +1190,11 @@ const ALL_METRIC_NAMES = [
|
|
|
936
1190
|
"kici_webhook_buffer_bytes",
|
|
937
1191
|
"kici_webhook_buffer_depth",
|
|
938
1192
|
"kici_webhook_buffer_oldest_age_seconds",
|
|
1193
|
+
"kici_webhook_no_orch_total",
|
|
939
1194
|
"kici_webhook_pg_breaker_state",
|
|
940
1195
|
"kici_webhook_pg_breaker_transitions_total",
|
|
941
1196
|
"kici_webhook_pg_degraded_total",
|
|
1197
|
+
"kici_webhook_pg_probe_total",
|
|
942
1198
|
"kici_webhook_processing_seconds",
|
|
943
1199
|
"kici_webhook_replay_duration_seconds",
|
|
944
1200
|
"kici_webhook_signature_failures_total",
|
|
@@ -948,8 +1204,10 @@ const ALL_METRIC_NAMES = [
|
|
|
948
1204
|
"kici_ws_heartbeat_age_seconds",
|
|
949
1205
|
"kici_ws_messages_received_total",
|
|
950
1206
|
"kici_ws_messages_sent_total",
|
|
1207
|
+
"kici_ws_nack_received_total",
|
|
951
1208
|
"kici_ws_relay_attempts_total",
|
|
952
1209
|
"kici_ws_relay_duration_seconds",
|
|
1210
|
+
"kici_ws_unsupported_message_sent_total",
|
|
953
1211
|
"nodejs.eventloop.delay.max",
|
|
954
1212
|
"nodejs.eventloop.delay.mean",
|
|
955
1213
|
"nodejs.eventloop.delay.min",
|
|
@@ -960,11 +1218,11 @@ const ALL_METRIC_NAMES = [
|
|
|
960
1218
|
"nodejs.eventloop.time",
|
|
961
1219
|
"nodejs.eventloop.utilization",
|
|
962
1220
|
"v8js.gc.duration",
|
|
963
|
-
"v8js.memory.heap.limit",
|
|
964
1221
|
"v8js.memory.heap.space.available_size",
|
|
965
1222
|
"v8js.memory.heap.space.physical_size",
|
|
966
1223
|
"v8js.memory.heap.space.size",
|
|
967
|
-
"v8js.memory.heap.used"
|
|
1224
|
+
"v8js.memory.heap.used",
|
|
1225
|
+
"v8js.resource.active"
|
|
968
1226
|
];
|
|
969
1227
|
//#endregion
|
|
970
1228
|
export { ALL_METRIC_NAMES, MetricDescription, MetricKind, MetricLabels, MetricNames, MetricService };
|