You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the following need to be removed to provide a clean slate to work from. The plan is to ultimately add back an equivalent before this feature branch is merged.
Prometheus example
OpenCensus example
Prometheus exporter
stdoutmetric exporter
bridge/opencensus
exporters/otlp/otlpmetric exporter
sdk/metric/aggregator/aggregatortest/*
sdk/metric/aggregator/histogram/*
sdk/metric/aggregator/lastvalue/*
sdk/metric/aggregator/sum/*
sdk/metric/aggregator/aggregator.go
sdk/metric/aggregator/aggregator_test.go
sdk/metric/controller/*
sdk/metric/export/*
sdk/metric/metrictest/*
sdk/metric/processor/*
sdk/metric/registry/*
sdk/metric/sdkapi/*
sdk/metric/selector/*
sdk/metric/alignment_test.go
sdk/metric/atomicfields.go
sdk/metric/benchmark_test.go
sdk/metric/correct_test.go
sdk/metric/doc.go
sdk/metric/histogram_stress_test.go
sdk/metric/refcount_mapped.go
sdk/metric/sdk.go
Note: it looks like the sdk/metric/number package can remain and be added to.
The text was updated successfully, but these errors were encountered:
MrAlias
changed the title
Remove all existing SDK implementation from feature branch
Remove all existing SDK implementation from new_sdk/main
Apr 19, 2022
All of the following need to be removed to provide a clean slate to work from. The plan is to ultimately add back an equivalent before this feature branch is merged.
bridge/opencensus
exporters/otlp/otlpmetric
exportersdk/metric/aggregator/aggregatortest/*
sdk/metric/aggregator/histogram/*
sdk/metric/aggregator/lastvalue/*
sdk/metric/aggregator/sum/*
sdk/metric/aggregator/aggregator.go
sdk/metric/aggregator/aggregator_test.go
sdk/metric/controller/*
sdk/metric/export/*
sdk/metric/metrictest/*
sdk/metric/processor/*
sdk/metric/registry/*
sdk/metric/sdkapi/*
sdk/metric/selector/*
sdk/metric/alignment_test.go
sdk/metric/atomicfields.go
sdk/metric/benchmark_test.go
sdk/metric/correct_test.go
sdk/metric/doc.go
sdk/metric/histogram_stress_test.go
sdk/metric/refcount_mapped.go
sdk/metric/sdk.go
Note: it looks like the
sdk/metric/number
package can remain and be added to.The text was updated successfully, but these errors were encountered: