File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
simpleclient/src/main/java/io/prometheus/client Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88/**
99 * A collector for a set of metrics.
1010 * <p>
11- * Normal users should use {@link Gauge}, {@link Counter} and {@link Summary }.
11+ * Normal users should use {@link Gauge}, {@link Counter}, {@link Summary} and {@link Histogram }.
1212 * <p>
1313 * Subclasssing Collector is for advanced uses, such as proxying metrics from another monitoring system.
1414 * It is it the responsibility of subclasses to ensure they produce valid metrics.
Original file line number Diff line number Diff line change 66import java .util .List ;
77
88/**
9- * Common functionality for {@link Gauge}, {@link Counter} and {@link Summary }.
9+ * Common functionality for {@link Gauge}, {@link Counter}, {@link Summary} and {@link Histogram }.
1010 * <p>
11- * This class handles common initlization and label logic for the standard metrics.
12- * You should never need to subclass this class.
11+ * This class handles common initialization and label logic for the standard metrics.
12+ * You should never subclass this class.
1313 * <p>
1414 * <h2>Initilization</h2>
1515 * After calling build() on a subclass, {@link Builder#name(String) name},
You can’t perform that action at this time.
0 commit comments