@ -131,6 +131,15 @@ A collector that exports metrics about allocations and garbage collection (for e
@@ -131,6 +131,15 @@ A collector that exports metrics about allocations and garbage collection (for e
number of allocations, number of bytes allocated, time spent in garbage collection, etc).
These metrics have the `gc_` prefix in their name.
A `GCCollector` is registered automatically with the default registry, see
[Default registry](@ref) for more details.
#### GCCollector API reference
```@docs
Prometheus.GCCollector(; kwargs...)
```
### ProcessCollector
A collector that exports metrics about a running process, for example CPU seconds and