Skip to content

feat: collect performance metrics for garbage collection and CVE delta ingest#1183

Open
DarshanCode2005 wants to merge 5 commits into
NixOS:mainfrom
DarshanCode2005:gc-delta-metrics
Open

feat: collect performance metrics for garbage collection and CVE delta ingest#1183
DarshanCode2005 wants to merge 5 commits into
NixOS:mainfrom
DarshanCode2005:gc-delta-metrics

Conversation

@DarshanCode2005

Copy link
Copy Markdown
Collaborator

Problem

Oneshot batch jobs besides cache regeneration only log durations and counts. Operators have no Grafana view of whether garbage collection or CVE delta ingest are slowing down or processing less data over time.

This PR reuses the textfile metrics wiring from #1141 for 2 more jobs.

Pipeline (Same):

job -> *.prom -> node_exporter textfile collector -> Prometheus -> Grafana

Related to #1002 . Follows #1141

Application metrics panels filter job=node, but Instance was sourced only from sql_delta. List all scrape targets via label_values(up,instance) so node_exporter can be selected
@DarshanCode2005

Copy link
Copy Markdown
Collaborator Author
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant