Skip to content

Commit

Permalink
Overwrite default process start time metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Neale committed Dec 26, 2024
1 parent f7adf05 commit 06eab00
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 @@ -179,6 +179,10 @@
'postgres_exporter_config_last_reload_success_timestamp_seconds': 'postgres_exporter.config_last_reload_success_timestamp_seconds', # noqa: E501
'postgres_exporter_config_last_reload_successful': 'postgres_exporter.config_last_reload_successful',
'postgresql_restarts': 'postgresql.restarts',
'process_start_time_seconds': {
'name': 'process.start_time.seconds',
'type': 'time_elapsed',
},
'process_runtime_go_mem_live_objects': 'process.runtime.go_mem_live_objects',
'promhttp_metric_handler_requests_in_flight': 'promhttp_metric_handler.requests_in_flight',
'promhttp_metric_handler_requests': 'promhttp_metric_handler.requests',
Expand Down

0 comments on commit 06eab00

Please sign in to comment.