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
Joshua MacDonald 3a05cd9325
Change Metric Processor to merge multiple observations (#1024)
* Add regexp filter in api/label, test

* Add regexp option to sdk.Config

* Return indistinct values only when keyRe != nil

* Filter in sdk

* Add an accumulator filter test

* SDK tests pass

* Precommit

* Undo set filters

* Backout related filter changes

* Add a new test

* Fix build

* Apply suggestions from code review

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>

* Update comments

* Apply suggestions from code review

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-11 10:25:47 -07:00
..
aggregator Rename aggregator/test to aggregatortest (#980) 2020-07-28 14:31:56 -07:00
controller Change Metric Processor to merge multiple observations (#1024) 2020-08-11 10:25:47 -07:00
processor Change Metric Processor to merge multiple observations (#1024) 2020-08-11 10:25:47 -07:00
selector/simple Rename AggregationSelector to AggregatorSelector (#859) 2020-06-23 10:51:15 -07:00
alignment_test.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
atomicfields.go New api/label package, common label set impl (#651) 2020-04-23 12:10:58 -07:00
benchmark_test.go Rename test packages (#1049) 2020-08-10 13:35:15 -07:00
config.go Update metric SDK to use oterror.Handler 2020-06-02 12:26:25 -07:00
correct_test.go Change Metric Processor to merge multiple observations (#1024) 2020-08-11 10:25:47 -07:00
doc.go Rename Integrator to Processor (#863) 2020-06-23 12:00:15 -07:00
histogram_stress_test.go Rename SynchronizedCopy to SynchronizedMove and update comment (#858) 2020-06-23 10:41:11 -07:00
minmaxsumcount_stress_test.go Rename SynchronizedCopy to SynchronizedMove and update comment (#858) 2020-06-23 10:41:11 -07:00
refcount_mapped.go Checkpoint only after Update; Keep records in the sync.Map longer (#647) 2020-04-21 20:23:15 -07:00
sdk.go Rename Integrator to Processor (#863) 2020-06-23 12:00:15 -07:00
stress_test.go Rename test packages (#1049) 2020-08-10 13:35:15 -07:00