diff --git a/docs/monitoring.md b/docs/monitoring.md
index 5dc470f1f7e0..5e11d5aef81e 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -704,6 +704,16 @@ A list of the available metrics, with a short description:
Elapsed time the JVM spent in garbage collection while executing this task.
The value is expressed in milliseconds. |
+
+ | ConcurrentGCCount |
+ This metric returns the total number of collections that have occurred.
+ It only applies when the Java Garbage collector is G1 Concurrent GC. |
+
+
+ | ConcurrentGCTime |
+ This metric returns the approximate accumulated collection elapsed time in milliseconds.
+ It only applies when the Java Garbage collector is G1 Concurrent GC. |
+
| resultSerializationTime |
Elapsed time spent serializing the task result. The value is expressed in milliseconds. |