1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/metric
Oncilla 6005d01854
prometheus: check return value from CheckpointSet.ForEach (#622)
This PR modifies prometheus.Collect to reflect the change introduced
by #557.

The `export{Counter,Histogram,LastValue,Summary}` methods now all return
an error instead of calling the error callback directly.
The callback is now only called on the returned error from `ForEach`.

fixes #563

Co-authored-by: Rahul Patel <rahulpa@google.com>
2020-04-07 10:58:49 -07:00
..
prometheus prometheus: check return value from CheckpointSet.ForEach (#622) 2020-04-07 10:58:49 -07:00
stdout Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
test prometheus: add histogram support to exporter (#601) 2020-04-01 14:36:37 -07:00