Skip to content

Commit

Permalink
rebase on main
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <[email protected]>
  • Loading branch information
tvallin committed Aug 24, 2023
1 parent cd0dd70 commit b2a0dd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@ db:
health-check:
type: "query"
statementName: "health-check"
services:
metrics:
- type: TIMER
errors: false
statement-names: ["select-.*"]
description: "Timer for successful selects"
- type: COUNTER
errors: false
statement-types: ["DELETE", "UPDATE", "INSERT", "DML"]
name-format: "db.counter.%s.success"
description: "Counter of successful DML statements"
- type: COUNTER
statement-types: ["DELETE", "UPDATE", "INSERT", "DML"]
success: false
name-format: "db.counter.%s.error"
description: "Counter of failed DML statements"
statements:
# Health check query statement for MySQL and H2 databases
# health-check: "SELECT 0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,6 @@ db:
health-check:
type: "query"
statementName: "health-check"
services:
tracing:
# would trace all statement names that start with select-
- statement-names: ["select-.*"]
# would trace all delete statements
- statement-types: ["DELETE"]
metrics:
- type: TIMER
errors: false
statement-names: ["select-.*"]
description: "Timer for successful selects"
- type: COUNTER
errors: false
statement-types: ["DELETE", "UPDATE", "INSERT", "DML"]
name-format: "db.counter.%s.success"
description: "Counter of successful DML statements"
- type: COUNTER
statement-types: ["DELETE", "UPDATE", "INSERT", "DML"]
success: false
name-format: "db.counter.%s.error"
description: "Counter of failed DML statements"
statements:
# Health check query statement for MySQL and H2 databases
# health-check: "SELECT 0"
Expand Down

0 comments on commit b2a0dd4

Please sign in to comment.