prometheus/storage/remote/otlptranslator/prometheusremotewrite
Charlie Le d87f7440ca support int exemplar value type
When the exemplar type is an int, it incorrectly gets converted to a 0
when DoubleValue() is called on the exemplar. This adds a check to
ensure that the value is converted properly based on the type.

Signed-off-by: Charlie Le <charlie_le@apple.com>
2024-10-25 08:47:54 -07:00
..
context.go OTLP: Support context cancellation/timeout during translation (#14612) 2024-09-08 17:13:40 +02:00
context_test.go OTLP: Support context cancellation/timeout during translation (#14612) 2024-09-08 17:13:40 +02:00
helper.go support int exemplar value type 2024-10-25 08:47:54 -07:00
helper_test.go support int exemplar value type 2024-10-25 08:47:54 -07:00
histograms.go OTLP: Support context cancellation/timeout during translation (#14612) 2024-09-08 17:13:40 +02:00
histograms_test.go chore!: adopt log/slog, remove go-kit/log 2024-10-07 15:58:50 -04:00
metrics_to_prw.go OTLP: Support context cancellation/timeout during translation (#14612) 2024-09-08 17:13:40 +02:00
metrics_to_prw_test.go OTLP: Support context cancellation/timeout during translation (#14612) 2024-09-08 17:13:40 +02:00
number_data_points.go OTLP: Support context cancellation/timeout during translation (#14612) 2024-09-08 17:13:40 +02:00
number_data_points_test.go chore!: adopt log/slog, remove go-kit/log 2024-10-07 15:58:50 -04: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
testutil_test.go OTLP Receiver: Add tests (#14764) 2024-08-30 11:30:57 +02:00
timeseries.go prometheusremotewrite: Move TimeSeries method to timeseries.go 2024-05-01 13:02:10 +02:00