Skip to content

Commit

Permalink
feat - add debug for collected metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
nstrappazzonc committed Dec 8, 2024
1 parent c011a28 commit 621e2a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ func main() {
Name: *r.Label,
Value: r.Values[0],
})

log.DebugWithFields("AWS RDS Metric", log.Fields{
*r.Label: r.Values[0],
})
}
}

Expand Down

0 comments on commit 621e2a6

Please sign in to comment.