7 Commits

Author SHA1 Message Date
1debcaeb60 Move jsonnetfmt, jsonnet, goimports and others install into tools/ (#2869)
* Move `jsonnetfmt` and `goimports` install into tools/

This will ensure that the version we are using to compile locally is the
same version that we are using in CI.  The `goimports` was already
included in the tools, and so the CI was redundant.  Also not, this
moves us from the C jsonnet to the Go jsonnet, which looks to introduce
slight formatting changes.

* Compile jsonnet

* Move tk, jb, and jsonnet also into tools/

* Include tools dependency on additional make targets

* Include tools Dockerfile

* Include tools image build target

* Update tools/go.sum

* Tidy up image build

* Prepare multi-arch docker image with install script

The script is used because not all imports in the tools.go are modules
which can be imported.  The version of the import is determined by
matching the nearest module path and installing the import at the
version specified in the go.mod.  This will allow updates to the go.mod
to direct the versions of the tools installed in the docker image.

* Stop ignoring the tools to allow docker build

* Include entrypoint

* Use TOOLS_CMD for docker execution on a few key make targets

* Use my image

* Fix variable

* Mark workdir as git safe

* Update drone to publish a tempo-ci-tools image

* Fix --platform for image source and use golang:alpine
2024-04-05 16:57:25 +00:00
488f5778ea Prefix metric namespaces with tempo instead of cortex (#2204)
* Prefix metric namespaces with tempo instead of cortex

* Remove cortex_ prefixed metrics

* Mark breaking change
2023-04-11 10:12:55 +02:00
0c9a822cbe tempo-mixin: disable auto refresh every 10 seconds (#2290)
* tempo-mixin: disable auto refresh every 10 seconds

* Update CHANGELOG.md
2023-03-31 18:51:00 +00:00
9fd78c381f tempo-mixin: tweak dashboards to support metrics without cluster label present (#1913)
* tempo-mixin: tweak dashboards to support metrics without cluster label present

* Update CHANGELOG.md
2022-11-28 14:32:26 +01:00
9c29683138 [mixin] Also select cortex-gw-internal deployment (#1816)
We also ingest data through the internal gateway now.

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
2022-10-21 10:58:37 +02:00
2a98a2106e Filter namespace by cluster in tempo dashboards variables (#1771)
* Filter namespace by cluster in tempo dashboards variables

* Update CHANGELOG.md

* run jsonnetfmt

* Use same jsonnet version and implementation as CI to make CI happy
2022-09-29 13:11:16 -04:00
8ea87a87db Include rollout dashboard, borrowed from Mimir (#1456)
* Include rollout dashboard, borrowed from Mimir

* Update changelog

* Include metrics-generator

* Update metrics and regex matchers

* Update metrics
2022-06-02 07:48:46 -06:00