1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/metric
Matej Gera 067aa9e142 [metrics] standardize/simplify export pipeline setup (#395)
* Introduce simplified export pipeline setup for stdout

* Standardize dogstatsd,stdout,prometheus calling.

* Creates NewRawExporter, NewExportPipeline, InstallNewPipeline methods.
* Uses Options rather than Config throughout for options.

* fix merge conflicts.

Co-authored-by: Liz Fong-Jones <elizabeth@ctyalcove.org>
2020-01-02 10:41:21 -08:00
..
aggregator initialize checkpoint when creating ddsketch aggregator to prevent panic when merging into a empty one (#402) (#403) 2019-12-26 08:31:41 -08:00
batcher Comments in the metrics SDK (#399) 2019-12-23 16:38:35 -08:00
controller/push Comments in the metrics SDK (#399) 2019-12-23 16:38:35 -08:00
selector/simple Add Min() interface - rename MaxSumCount to MinMaxSumCount (#352) 2019-11-26 14:07:58 -08:00
benchmark_test.go Rename handle to bound instrument (@sircelsius) (#400) 2019-12-27 16:30:19 -08:00
correct_test.go Dogstatsd metrics exporter (#326) 2019-11-21 20:46:05 -08:00
doc.go Metrics stdout export pipeline (#265) 2019-11-15 13:01:20 -08:00
example_test.go [metrics] standardize/simplify export pipeline setup (#395) 2020-01-02 10:41:21 -08:00
labelencoder.go Dogstatsd metrics exporter (#326) 2019-11-21 20:46:05 -08:00
list.go Metrics SDK work-in-progress (#172) 2019-10-29 13:27:22 -07:00
monotone_test.go Rename handle to bound instrument (@sircelsius) (#400) 2019-12-27 16:30:19 -08:00
sdk.go Rename handle to bound instrument (@sircelsius) (#400) 2019-12-27 16:30:19 -08:00
stress_test.go Dogstatsd metrics exporter (#326) 2019-11-21 20:46:05 -08:00