prometheus/storage
Arve Knudsen fc34570b06 prometheusremotewrite: Move TimeSeries method to timeseries.go
To facilitate generating OTel translation code for other Prometheus
compatible backends, modify the prometheusremotewrite sources slightly
so that the PrometheusConverter.TimeSeries method is in a file called
timeseries.go. The rationale is to allow other backends to define their
own implementation of this method.

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2024-05-01 13:02:10 +02:00
..
remote prometheusremotewrite: Move TimeSeries method to timeseries.go 2024-05-01 13:02:10 +02:00
buffer.go storage: simplify sampleRing fix 2024-03-05 15:41:18 +01:00
buffer_test.go SampleRingIterator: add currType field 2024-03-01 14:59:19 +01:00
fanout.go
fanout_test.go
generic.go
interface.go
lazy.go
memoized_iterator.go
memoized_iterator_test.go
merge.go
merge_test.go golangci-lint: enable whitespace linter (#13905) 2024-04-11 09:27:54 +01:00
noop.go
secondary.go
series.go
series_test.go