influxdb/prometheus
Martin Hilton fd0531761c
feat: update flux to latest head (#25051)
* feat: update flux to latest head

Flux has updated some dependencies, including prometheus. Prometheus
has changed in some incompatible ways. Update the flux dependency
to a newer version with the updated prometheus dependency and apply
some small fixes to make everything build. This is in preparation
for a flux release later in the week.

The biggest change is in some tests that were using runtime.DeepEqual
to check the correctness of prometheus metrics. The internals of
these types have changed such that this is not a safe thing to do
anymore. The test now verifies the string representations, as
produced by String(), match.

* fix: update CI script

The scripts/ci/check-system-go-matches-go-mod.sh is failing because
newer go toolchains include the bugfix version in go.mod's go
directive. Update the script to check the major and minor versions
reported by both tools match.
2024-06-11 05:49:52 +01:00
..
auth_service.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
auth_service_test.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
codec.go feat: update flux to latest head (#25051) 2024-06-11 05:49:52 +01:00
codec_test.go feat: update flux to latest head (#25051) 2024-06-11 05:49:52 +01:00
example_test.go feat: update flux to latest head (#25051) 2024-06-11 05:49:52 +01:00
filter.go feat: Add remotes and replications to telemetry (#23456) 2022-06-16 14:48:06 -04:00
filter_test.go feat: update flux to latest head (#25051) 2024-06-11 05:49:52 +01:00
influx.go refactor: clean up launcher code (#22330) 2021-08-30 14:46:25 -04:00
metric_recorder.go chore: update to go 1.20 (#24088) 2023-02-09 14:14:35 -05:00
prometheus_test.go chore: clean up protobuf loose ends (#22823) 2021-11-05 10:30:30 -05:00
sort.go feat(prometheus): add label and family transformers 2019-01-21 14:03:06 -06:00
transformer.go feat(prometheus): add label and family transformers 2019-01-21 14:03:06 -06:00
transformer_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00