| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent abe20ed commit 85fab98
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | /** | |
| 9 | 9 | * A collector for a set of metrics. | |
| 10 | 10 | * <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}. | ||
| 12 | 12 | * <p> | |
| 13 | 13 | * Subclasssing Collector is for advanced uses, such as proxying metrics from another monitoring system. | |
| 14 | 14 | * It is it the responsibility of subclasses to ensure they produce valid metrics. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,10 +6,10 @@ | |||
| 6 | 6 | import java.util.List; | |
| 7 | 7 | ||
| 8 | 8 | /** | |
| 9 | - * Common functionality for {@link Gauge}, {@link Counter} and {@link Summary}. | ||
| 9 | + * Common functionality for {@link Gauge}, {@link Counter}, {@link Summary} and {@link Histogram}. | ||
| 10 | 10 | * <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. | ||
| 13 | 13 | * <p> | |
| 14 | 14 | * <h2>Initilization</h2> | |
| 15 | 15 | * After calling build() on a subclass, {@link Builder#name(String) name}, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments