prometheus/storage/remote/otlptranslator/prometheusremotewrite
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
..
helper.go OTLP: Use PrometheusConverter directly 2024-04-30 13:10:27 +02:00
histograms.go OTLP: Use PrometheusConverter directly 2024-04-30 13:10:27 +02:00
metrics_to_prw.go prometheusremotewrite: Move TimeSeries method to timeseries.go 2024-05-01 13:02:10 +02:00
metrics_to_prw_test.go prometheusremotewrite: Move TimeSeries method to timeseries.go 2024-05-01 13:02:10 +02:00
number_data_points.go OTLP: Use PrometheusConverter directly 2024-04-30 13:10:27 +02:00
otlp_to_openmetrics_metadata.go otlp: Prometheus to own its own copy of the otlptranslator package (#13991) 2024-04-30 11:29:52 +02:00
timeseries.go prometheusremotewrite: Move TimeSeries method to timeseries.go 2024-05-01 13:02:10 +02:00