Skip to content

Commit

Permalink
remove useless metric
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Dec 17, 2024
1 parent 2b79fc0 commit 4d8772e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion quarkus/datadog_checks/quarkus/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'process_cpu_usage': 'process.cpu.usage',
'process_files_max_files': 'process.files.max_files',
'process_files_open_files': 'process.files.open_files',
'process_start_time_seconds': 'process.start_time.seconds',
'process_uptime_seconds': 'process.uptime.seconds',
'system_cpu_count': 'system.cpu.count',
'system_cpu_usage': 'system.cpu.usage',
Expand Down
1 change: 0 additions & 1 deletion quarkus/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ quarkus.netty.eventexecutor.tasks_pending,gauge,,task,,Number of pending tasks i
quarkus.process.cpu.usage,gauge,,,,The recent cpu usage for the Java Virtual Machine process.,0,quarkus,,,
quarkus.process.files.max_files,gauge,,file,,The maximum file descriptor count.,0,quarkus,,,
quarkus.process.files.open_files,gauge,,file,,The open file descriptor count.,0,quarkus,,,
quarkus.process.start_time.seconds,gauge,,second,,Start time of the process since unix epoch.,0,quarkus,,,
quarkus.process.uptime.seconds,gauge,,second,,The uptime of the Java virtual machine.,0,quarkus,,,
quarkus.system.cpu.count,gauge,,,,The number of processors available to the Java virtual machine.,0,quarkus,,,
quarkus.system.cpu.usage,gauge,,,,The recent cpu usage of the system the application is running in.,0,quarkus,,,
Expand Down
1 change: 0 additions & 1 deletion quarkus/tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
'process.cpu.usage',
'process.files.max_files',
'process.files.open_files',
'process.start_time.seconds',
'process.uptime.seconds',
'system.cpu.count',
'system.cpu.usage',
Expand Down

0 comments on commit 4d8772e

Please sign in to comment.