Bug 2145593 - [RFE] Labeled performance counters for Ceph daemons
Summary: [RFE] Labeled performance counters for Ceph daemons
Keywords:
Status: CLOSED DUPLICATE of bug 2146546
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Ceph-Metrics
Version: 6.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 6.1
Assignee: Ali Maredia
QA Contact: Sunil Angadi
URL:
Whiteboard:
Depends On: 2146546
Blocks: 2025815 2146544
TreeView+ depends on / blocked
 
Reported: 2022-11-23 17:20 UTC by Juan Miguel Olmo
Modified: 2023-05-30 10:07 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Feature: Include labeled information in performance counter dumps Reason: To provide additional context and information fields for each performance counter in Ceph daemons. Result: Added support for including labels, such as bucket and user information, in performance counter dumps for enhanced monitoring.
Clone Of:
Environment:
Last Closed: 2023-05-16 16:06:36 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github ceph ceph pull 48657 0 None open [DRAFT] Labeled Perf Counters 2022-11-23 17:23:09 UTC
Red Hat Issue Tracker RHCEPH-5568 0 None None None 2022-11-23 17:22:06 UTC
Red Hat Issue Tracker RHCEPH-5678 0 None None None 2022-11-23 17:36:38 UTC

Internal Links: 2025815

Description Juan Miguel Olmo 2022-11-23 17:20:12 UTC
Description of problem:
As monitoring user I want to have an unbounded number of performance counters with labels in each Ceph daemon, so these labels allow us to identify and provide a context in the form of information fields for each performance counter.

What we really need are metrics which contain the information regarding pools and images in a label.

For that we need to create a common support for labeled performance counters available for any Ceph daemon


Actual results:
For example, metrics like ceph_rbd_mirror_snapshot_image_<pool-name>_<image name>_snapshots_time_sum are unusable due to them containing the names for the pool and snapshot in the metric name itself.

Expected results:
What we really need are metrics which contain the information regarding pools and images in a label.

ceph_rbd_mirror_snapshot_image_snapshots_time_sum{image: imageName, pool: poolName} = 0.1

Comment 12 Ilya Dryomov 2023-05-16 16:06:36 UTC

*** This bug has been marked as a duplicate of bug 2146546 ***


Note You need to log in before you can comment on or make changes to this bug.