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 <159076+douglascamata@users.noreply.github.com>

* Properly filter HTTP status codes

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>

* Fix tenant error rate chart

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>

* Refactor to improve readability and consistency

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>

* Refactor one more usage of code and tenant labels

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>

* Filter tenant metrics to the Receive handler

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>

* Format math expression properly

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>

* Update CHANGELOG

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>

* Add samples charts to series & samples row

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
  • Loading branch information
douglascamata committed 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

0 comments on commit e298822

Please sign in to comment.