Browse Source
This patch marks the public API of Prometheus.jl with the `public` keyword in Julia versions that support it. The public symbols are: `CollectorRegistry`, `register`, `unregister`, `Counter`, `Gauge`, `Histogram`, `Summary`, `GCCollector`, `ProcessCollector`, `inc`, `dec`, `set`, `set_to_current_time`, `observe`, `@inprogress`, `@time`, `Family`, `labels`, `remove`, `clear`, and `expose`.pull/19/head
4 changed files with 22 additions and 3 deletions
Loading…
Reference in new issue