Common Job spec reporting schema - #432
Draft
skudasov wants to merge 4 commits into
Draft
Conversation
|
Contributor
|
The latest Buf updates on your PR. Results from workflow Regenerate Protobuf Files / buf (pull_request).
|
gheorghestrimtu
added a commit
to smartcontractkit/chainlink
that referenced
this pull request
Sep 4, 2026
… reporter Fold core/services/cljobinfo into the existing nodestatusreporter/jobspec service instead of adding a parallel reporter. CLJobInfo is now emitted for every job regardless of type, alongside the unchanged OCR2-only JobSpecEvent track. application.go and the [JobSpecReporter] config are unchanged. Requires: smartcontractkit/chainlink-protos#432 RANE-4655
Add optional Job Distributor provenance to common.v1.CLJobInfo: feeds_manager_id (50), remote_uuid (51), spec_version (52), proposed_at (53) and approved_at (54). They are unset for jobs that did not arrive as an approved job proposal, which is how a consumer distinguishes a JD-managed job from one created directly via CLI, UI or TOML on disk. remote_uuid is the join key back to api.job.v1.Job.uuid. Document why no JD message is reused for the spec itself: neither cfm.ProposeJobRequest nor api.job.v1.Proposal models a job's contents, both carry the TOML document as an opaque string alongside identity metadata, so spec_toml follows JD's own representation rather than inventing a new one. Also add the changeset this PR was missing, covering the CLJobInfo addition as a whole. RANE-4655 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.