Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Histogram
optional uint64 cumulative_count = 1
optional double upper_bound = 2
Used in: Metric
optional double value = 1
Used in: Metric
optional double value = 1
Used in: Metric
optional uint64 sample_count = 1
optional double sample_sum = 2
repeated Bucket bucket = 3
Used in: Metric
optional string name = 1
optional string value = 2
Used in: MetricFamily
optional string name = 1
optional string help = 2
repeated Metric metric = 4
Used in: MetricFamily
COUNTER = 0
GAUGE = 1
SUMMARY = 2
UNTYPED = 3
HISTOGRAM = 4
Used in: Summary
optional double quantile = 1
optional double value = 2
Used in: Metric
optional uint64 sample_count = 1
optional double sample_sum = 2
repeated Quantile quantile = 3
Used in: Metric
optional double value = 1