Thanos: Remove gossip from Dashboards and benchmark tool

Created on 28 May 2019  路  10Comments  路  Source: thanos-io/thanos

We should remove gossip info from the example Grafana dashboards and the benchmark/cmd/thanosbench/*.

easy feature request / improvement good first issue help wanted

Most helpful comment

Yes, I think the link or even repo in Thanos-io org would be nice indeed

All 10 comments

I would like to work on this.

@AlexisSellier awesome, let me know if you need any help

@AlexisSellier Are you still working on this? If not, I'd like to take this.

Go ahead, I still have not internet yet at home due to relocation so I cannot work on it atm

Hi @povilasv . Currently I am working on this, but I am quite confused about this function https://github.com/improbable-eng/thanos/blob/2dadd9caa73343d043bc43062fa8e6a32bac1d9e/benchmark/cmd/thanosbench/resources.go#L497.

What is this image? Is it thanos-querier? Do I have to change this?

Containers: []v1.Container{{
                    Name: "querier",
                    //TODO(domgreen): move this to the same repository as Thanos
                    Image: "eu.gcr.io/io-crafty-shelter/thanos-querier:latest",
                    Args: []string{
                        "--host=" + endpoint,
                        "--queries=" + queries,
                        "--range-offset-start=" + opts.queryRangeOffsetStart.String(),
                        "--range-offset-end=" + opts.queryRangeOffsetEnd.String(),
                        "--query-time=" + opts.queryTime.String(),
                        "--server=true",
                    },
                }},

@domgreen might know more :)

Sorry @yeya24 for delay. This is some leaked image, you don't need to worry about this now.

Let's focus on dashboards only now (:

Sorry for the delay @bwplotka . But I am considering is it necessary to maintain the dashboard in this repo? IMO it is better to use https://github.com/metalmatze/kube-thanos. WDYT @bwplotka , do we need to add a doc about that?

Yes, I think the link or even repo in Thanos-io org would be nice indeed

Yes, I think the link or even repo in Thanos-io org would be nice indeed

Agree. /cc @metalmatze

Was this page helpful?
0 / 5 - 0 ratings