Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics on document sizes #869

Open
3 tasks
VannTen opened this issue Aug 29, 2022 · 3 comments
Open
3 tasks

Metrics on document sizes #869

VannTen opened this issue Aug 29, 2022 · 3 comments
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/observability Categorizes an issue or PR as relevant to SIG Observability

Comments

@VannTen
Copy link
Member

VannTen commented Aug 29, 2022

Problem statement

As a Thoth operator/developer, I'd like to have metrics regarding the size of
the file storage.

High-level Goals

  • Being able to consult various aggregate on the object storages state
    (total, average, etc).

Proposal description

Implements two metrics, total size / number of objects.
Optionally, partition by object types.

Avoid too much partition since it would make the cardinality blow up.

Alternatives

Use object storage builtin metrics (Ceph might have somehthing like this)

Additional context

Prompted by thoth-station/storages#2691 (comment)

Acceptance Criteria

  • metrics are available
  • grafana dashboard exploiting them

/sig observability
/priority backlog
/good-first-issue

@VannTen VannTen added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 29, 2022
@VannTen
Copy link
Member Author

VannTen commented Aug 30, 2022

/priority backlog
/good-first-issue
/sig observability

@sesheta
Copy link
Member

sesheta commented Aug 30, 2022

@VannTen:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

/priority backlog
/good-first-issue
/sig observability

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@sesheta sesheta added priority/backlog Higher priority than priority/awaiting-more-evidence. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. sig/observability Categorizes an issue or PR as relevant to SIG Observability help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Aug 30, 2022
@VannTen
Copy link
Member Author

VannTen commented Sep 2, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/observability Categorizes an issue or PR as relevant to SIG Observability
Projects
Status: 🆕 New
Status: 🆕 New
Development

No branches or pull requests

2 participants