Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Michael Pratt 4245c7f705 influx: add kubernetes deployment
For golang/go#48803.

Change-Id: I6e9702735285423e5117fab8d2e9cb863dc7a9e5
Reviewed-on: https://go-review.googlesource.com/c/build/+/394358
Reviewed-by: Heschi Kreinick <heschi@google.com>
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-03-23 21:59:02 +00:00
Michael Pratt 5e14ea472a influx: InfluxDB instance setup
This CL creates a Docker image for running an InfluxDB instance for the
Go performance monitoring dashboard.

The image is based on the Google-maintained GCP InfluxDB 2 image, with
an additional small program to perform initial database setup and push
access credentials to Google Secret Manager.

See README.md for instructions on running the image locally or on GCP.

This CL is based on CL 392635 after we decided it belongs better in
x/build. It drop the custom module, using the standard x/build/go.mod
instead. Plus it adds a Makefile and and expectation of `docker build`
running from the repository.

For golang/go#48803

Change-Id: Ib79242311acee9529073cd68c9754e6459a49319
Reviewed-on: https://go-review.googlesource.com/c/build/+/394354
Reviewed-by: Heschi Kreinick <heschi@google.com>
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-03-23 21:58:47 +00:00