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