From 4d8772e33ab485668cb66be812a96a85f9b2eb84 Mon Sep 17 00:00:00 2001 From: Ilia Kurenkov Date: Tue, 17 Dec 2024 13:22:27 +0100 Subject: [PATCH] remove useless metric --- quarkus/datadog_checks/quarkus/metrics.py | 1 - quarkus/metadata.csv | 1 - quarkus/tests/test_unit.py | 1 - 3 files changed, 3 deletions(-) diff --git a/quarkus/datadog_checks/quarkus/metrics.py b/quarkus/datadog_checks/quarkus/metrics.py index 3656e5de035fa..a753aa86c965c 100644 --- a/quarkus/datadog_checks/quarkus/metrics.py +++ b/quarkus/datadog_checks/quarkus/metrics.py @@ -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', diff --git a/quarkus/metadata.csv b/quarkus/metadata.csv index f18c7013900f0..74ae4e0c5215d 100644 --- a/quarkus/metadata.csv +++ b/quarkus/metadata.csv @@ -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,,, diff --git a/quarkus/tests/test_unit.py b/quarkus/tests/test_unit.py index 5737de537711a..9f96137aa2e8c 100644 --- a/quarkus/tests/test_unit.py +++ b/quarkus/tests/test_unit.py @@ -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',