Skip to content

Commit

Permalink
[receive] Add per-tenant charts to Receive's example dashboard (#5472)
Browse files Browse the repository at this point in the history
* Start to add tenant charts to Receive

Signed-off-by: Douglas Camata <[email protected]>

* Properly filter HTTP status codes

Signed-off-by: Douglas Camata <[email protected]>

* Fix tenant error rate chart

Signed-off-by: Douglas Camata <[email protected]>

* Refactor to improve readability and consistency

Signed-off-by: Douglas Camata <[email protected]>

* Refactor one more usage of code and tenant labels

Signed-off-by: Douglas Camata <[email protected]>

* Filter tenant metrics to the Receive handler

Signed-off-by: Douglas Camata <[email protected]>

* Format math expression properly

Signed-off-by: Douglas Camata <[email protected]>

* Update CHANGELOG

Signed-off-by: Douglas Camata <[email protected]>

* Add samples charts to series & samples row

Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata authored Jul 11, 2022
1 parent 6f3e412 commit e298822
Show file tree
Hide file tree
Showing 3 changed files with 977 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
- [#5440](https://github.com/thanos-io/thanos/pull/5440) HTTP metrics: export number of in-flight HTTP requests.
- [#5424](https://github.com/thanos-io/thanos/pull/5424) Receive: Export metrics regarding size of remote write requests.
- [#5420](https://github.com/thanos-io/thanos/pull/5420) Receive: Automatically remove stale tenants.
- [#5472](https://github.com/thanos-io/thanos/pull/5472) Receive: add new tenant metrics to example dashboard.

### Changed

Expand Down
Loading

0 comments on commit e298822

Please sign in to comment.