Skip to content

Commit

Permalink
Override another default go metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Neale committed Dec 26, 2024
1 parent 3f1e970 commit dc374b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions supabase/datadog_checks/supabase/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
'db_sql_connection_wait_duration_milliseconds': 'db.sql.connection_wait_duration',
'db_sql_connection_wait': 'db.sql.connection_wait',
'db_transmit_bytes': 'db.transmit_bytes',
'go_memstats_last_gc_time_seconds': {
'name': 'go.memstats.last_gc_time.seconds',
'type': 'time_elapsed',
},
'http_server_duration_milliseconds': 'http.server.duration',
'http_server_request_size_bytes': 'http.server.request.size_bytes',
'http_server_response_size_bytes': 'http.server.response.size_bytes',
Expand Down

0 comments on commit dc374b1

Please sign in to comment.