Skip to content

Commit

Permalink
Fix compute metrics collector config (#9235)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlinnaka authored Oct 2, 2024
1 parent 387e569 commit 2e3b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/etc/neon_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ metrics:

- metric_name: getpage_prefetch_misses_total
type: counter
help: 'Total number of readahead misses; consisting of either prefetches that don't satisfy the LSN bounds once the prefetch got read by the backend, or cases where somehow no readahead was issued for the read'
help: 'Total number of readahead misses; consisting of either prefetches that don''t satisfy the LSN bounds once the prefetch got read by the backend, or cases where somehow no readahead was issued for the read'
values: [getpage_prefetch_misses_total]
query_ref: neon_perf_counters

Expand Down

1 comment on commit 2e3b786

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5110 tests run: 4941 passed, 1 failed, 168 skipped (full report)


Failures on Postgres 16

  • test_branch_creation_heavy_write[github-actions-selfhosted-20]: release-x86-64
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_branch_creation_heavy_write[release-pg16-github-actions-selfhosted-20]"
Flaky tests (4)

Postgres 17

Postgres 15

  • test_ondemand_wal_download_in_replication_slot_funcs: release-x86-64

Postgres 14

Code coverage* (full report)

  • functions: 31.4% (7489 of 23881 functions)
  • lines: 49.6% (60115 of 121224 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
2e3b786 at 2024-10-02T10:34:15.652Z :recycle:

Please sign in to comment.