grafana/pkg/tsdb/cloudmonitoring
Emil Tullstedt b287047052
Chore: Upgrade Go to 1.19.1 (#54902)
* WIP

* Set public_suffix to a pre Ruby 2.6 version

* we don't need to install python

* Stretch->Buster

* Bump versions in lib.star

* Manually update linter

Sort of messy, but the .mod-file need to contain all dependencies that
use 1.16+ features, otherwise they're assumed to be compiled with
-lang=go1.16 and cannot access generics et al.

Bingo doesn't seem to understand that, but it's possible to manually
update things to get Bingo happy.

* undo reformatting

* Various lint improvements

* More from the linter

* goimports -w ./pkg/

* Disable gocritic

* Add/modify linter exceptions

* lint + flatten nested list

Go 1.19 doesn't support nested lists, and there wasn't an obvious workaround.
https://go.dev/doc/comment#lists
2022-09-12 12:03:49 +02:00
..
test-data Cloud Monitoring: set missing meta data for distribution type metrics (#45500) 2022-02-21 11:20:34 +01:00
annotation_query_test.go Cloud Monitoring: Use new annotation API (#49026) 2022-05-19 13:52:52 -07:00
annotation_query.go Cloud Monitoring: Use new annotation API (#49026) 2022-05-19 13:52:52 -07:00
cloudmonitoring_test.go Cloud Monitoring: Support SLO burn rate (#53710) 2022-08-22 10:11:54 +02:00
cloudmonitoring.go Cloud Monitoring: Support SLO burn rate (#53710) 2022-08-22 10:11:54 +02:00
httpclient.go CloudMonitoring: use CallResourceHandler instead of PluginProxy (#41064) 2021-11-02 10:37:02 -04:00
preprocessor.go CloudMonitoring: Add support for preprocessing (#33011) 2021-05-19 08:16:05 +02:00
resource_handler_test.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
resource_handler.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
time_series_filter_test.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
time_series_filter.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
time_series_query_test.go Prometheus: Support 1ms resolution intervals (#44707) 2022-06-29 07:39:50 +02:00
time_series_query.go Cloud Monitoring: Use new annotation API (#49026) 2022-05-19 13:52:52 -07:00
types.go Cloud Monitoring: Support SLO burn rate (#53710) 2022-08-22 10:11:54 +02:00
utils.go CloudMonitoring: switch from ApplyRoute to AuthMiddleware (#40787) 2021-10-26 10:17:12 -04:00