Skip to content

Commit

Permalink
Fix typo in sql_exporter generator
Browse files Browse the repository at this point in the history
Bad copy-paste seemingly. This manifested itself as a failure to start
for the sql_exporter, and was just dying on loop in staging. A future PR
will have E2E testing of sql_exporter.

Signed-off-by: Tristan Partin <[email protected]>
  • Loading branch information
tristan957 authored Oct 16, 2024
1 parent 0551cfb commit 409a286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/etc/sql_exporter.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function(collector_file, application_name='sql_exporter') {
// Collectors (referenced by name) to execute on the target.
// Glob patterns are supported (see <https://pkg.go.dev/path/filepath#Match> for syntax).
collectors: [
'neon_collector_autoscaling',
'neon_collector',
],
},

Expand Down

1 comment on commit 409a286

@github-actions
Copy link

Choose a reason for hiding this comment

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

5290 tests run: 5073 passed, 0 failed, 217 skipped (full report)


Flaky tests (5)

Postgres 17

Postgres 15

Code coverage* (full report)

  • functions: 31.3% (7549 of 24105 functions)
  • lines: 49.1% (60415 of 122933 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
409a286 at 2024-10-16T20:12:09.352Z :recycle:

Please sign in to comment.