Prepare bounded telemetry runtime jobs and activity definitions
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a06ecb-456a-71c2-b41e-0755d336e883
This commit is contained in:
parent
cecef79f31
commit
a32c0f1541
9 changed files with 329 additions and 0 deletions
29
activity-definitions/telemetry-platform-ingest.md
Normal file
29
activity-definitions/telemetry-platform-ingest.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
id: telemetry-platform-ingest
|
||||
name: Receive platform assurance
|
||||
enabled: false
|
||||
owner: railiance-telemetry
|
||||
governance: custodian
|
||||
status: proposed
|
||||
trigger:
|
||||
type: cron
|
||||
cron_expression: "*/5 * * * *"
|
||||
timezone: UTC
|
||||
misfire_policy: skip
|
||||
context_sources: []
|
||||
---
|
||||
|
||||
# Receive platform assurance
|
||||
|
||||
Disabled candidate. RTEL-WP-0002-T04 requires accepted executor, runtime/storage,
|
||||
recipient and independent watchdog before registration/enablement.
|
||||
|
||||
```rule
|
||||
id: run-bounded-telemetry-job
|
||||
condition: ""
|
||||
action:
|
||||
task_template: tasks/telemetry-platform-ingest.md
|
||||
target_repo: railiance-telemetry
|
||||
priority: high
|
||||
labels: [telemetry, bounded-operation]
|
||||
```
|
||||
29
activity-definitions/telemetry-platform-watchdog.md
Normal file
29
activity-definitions/telemetry-platform-watchdog.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
id: telemetry-platform-watchdog
|
||||
name: Check platform emission absence
|
||||
enabled: false
|
||||
owner: railiance-telemetry
|
||||
governance: custodian
|
||||
status: proposed
|
||||
trigger:
|
||||
type: cron
|
||||
cron_expression: "*/2 * * * *"
|
||||
timezone: UTC
|
||||
misfire_policy: skip
|
||||
context_sources: []
|
||||
---
|
||||
|
||||
# Check platform emission absence
|
||||
|
||||
Disabled candidate. RTEL-WP-0002-T04 requires accepted executor, runtime/storage,
|
||||
recipient and independent watchdog before registration/enablement.
|
||||
|
||||
```rule
|
||||
id: run-bounded-telemetry-job
|
||||
condition: ""
|
||||
action:
|
||||
task_template: tasks/telemetry-platform-watchdog.md
|
||||
target_repo: railiance-telemetry
|
||||
priority: high
|
||||
labels: [telemetry, bounded-operation]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue