Skip to content

Commit

Permalink
Add links to Prometheus and OpenMetrics summary
Browse files Browse the repository at this point in the history
  • Loading branch information
gcacace committed Nov 4, 2020
1 parent 70c7b09 commit 2184fb4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,11 @@ message DoubleHistogram {
}

// DoubleSummary metric data are used to convey quantile summaries,
// a Prometheus and OpenMetrics data type. These data points cannot
// always be merged in a meaningful way. While they can be useful in some
// applications, histogram data points are recommended for new applications.
// a Prometheus (see: https://prometheus.io/docs/concepts/metric_types/#summary)
// and OpenMetrics (see: https://prometheus.io/docs/practices/histograms/#histograms-and-summaries)
// data type. These data points cannot always be merged in a meaningful way.
// While they can be useful in some applications, histogram data points are
// recommended for new applications.
message DoubleSummary {
repeated DoubleSummaryDataPoint data_points = 1;
}
Expand Down

0 comments on commit 2184fb4

Please sign in to comment.