Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Rebase with master #23

Merged
merged 655 commits into from
Jul 10, 2019
Merged

Rebase with master #23

merged 655 commits into from
Jul 10, 2019

Conversation

codesome
Copy link

No description provided.

JoeWrightss and others added 30 commits April 10, 2019 23:18
Signed-off-by: zhoulin xie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Goutham Veeramachaneni <[email protected]>
Signed-off-by: Goutham Veeramachaneni <[email protected]>
…erval

Set the default interval for promql to eval subqueries.
Signed-off-by: Goutham Veeramachaneni <[email protected]>
With us caching entries for 15mins only and doing client side
validation after introducing permanent caching of older entries, this
debug is expected to print for millions of keys. It's not a very useful
line.

Signed-off-by: Goutham Veeramachaneni <[email protected]>
Hit this:
```
CGO_ENABLED=0 go build -ldflags "-extldflags \"-static\" -s -w" -tags netgo -o cmd/ruler/ruler ./cmd/ruler
vendor/github.com/prometheus/prometheus/discovery/consul/consul.go:461:29: catalog.ServiceMultipleTags undefined (type *api.Catalog has no field or method ServiceMultipleTags)
vendor/github.com/prometheus/prometheus/discovery/gce/gce.go:124:15: undefined: compute.NewService
```

So updated the GCE and Consul deps too

Signed-off-by: Goutham Veeramachaneni <[email protected]>
Signed-off-by: Goutham Veeramachaneni <[email protected]>
By running the different test cases as the inner loop we can re-use
the same store multiple times, saving a lot of CPU.

Signed-off-by: Bryan Boreham <[email protected]>
Signed-off-by: Bryan Boreham <[email protected]>
…change

Put Distributor hash algorithm back the way it was before 922a3b9
…reuse-store

Flip the ordering of schema, store and query so tests run faster
This is shorter, more efficient, and less surprising.

Signed-off-by: Bryan Boreham <[email protected]>
Combine `tableForBucket()` and `TableFor()` into one, and replace
another line that did the same thing.

Signed-off-by: Bryan Boreham <[email protected]>
…imit

Include metric name, label name, number of entries and limit in cardinality errors.
Updated table deletes to ignore empty prefixes
bboreham and others added 29 commits June 10, 2019 13:17
…el-entries

 Avoid duplicate label index writes by combining LabelEntryCacheKeys and LabelWriteEntries
Add documentation for how to configure Jaeger
The weaveworks/common already has the middleware on by default.
See: https://github.com/weaveworks/common/blob/master/server/server.go#L162-L164
and weaveworks/common#126

Signed-off-by: Goutham Veeramachaneni <[email protected]>
While this is not super ideal, we will still catch 99% of the cases
through this.

Fixes: cortexproject#1450

Signed-off-by: Goutham Veeramachaneni <[email protected]>
…drawing

New architecture drawing with alertmanager and ruler
Make sure we send a 400 for large responses.
We want the process to answer requests (including status and metrics)
until it has finished shutting down.

Every target depends on Server, so it will get shut down as a dependency.

Signed-off-by: Bryan Boreham <[email protected]>
…later

Leave Server module running until end of shutdown
getting started: correcting remove docker network command
Return a NopIterator when bigchunk is empty
…ngester-startup

Fix ingester startup with a normalised ring
Signed-off-by: Ganesh Vernekar <[email protected]>
…-writes

Avoid writing duplicate chunks by checking the cache first
Signed-off-by: Ganesh Vernekar <[email protected]>
@codesome codesome merged commit 0802aa6 into grafana:wal Jul 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.