Project

General

Profile

Actions

Bug #55229

closed

mgr/telemetry: anonymize host names in perf counters in perf channel

Added by Yaarit Hatuka about 2 years ago. Updated about 2 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
telemetry module
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
quincy
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

In the telemetry perf channel we collect 'perf_counters' of individual daemons.
The monitors appear with their full name, which includes the host name.
The host name part must be anonymized.
Seen in the gibba cluster.


Related issues 1 (0 open1 closed)

Copied to mgr - Backport #55269: quincy: mgr/telemetry: anonymize host names in perf counters in perf channelResolvedLaura FloresActions
Actions #1

Updated by Laura Flores about 2 years ago

  • Assignee changed from Yaarit Hatuka to Laura Flores
Actions #2

Updated by Yaarit Hatuka about 2 years ago

An example from the gibba cluster:

  "perf_counters": {
    "mon.gibba001": {
      "mon": {
        "election_call": {
          "value": 7
        },
        "election_lose": {
          "value": 0
        },
        "election_win": {
          "value": 6
        },
        "num_elections": {
          "value": 25
        },
        "num_sessions": {
          "value": 216
        },
        "session_add": {
          "value": 5
        },
        "session_rm": {
          "value": 5913
        },
        "session_trim": {
          "value": 0
        }
      },
      ...
   "mon.gibba002": {
      "mon": {
        "election_call": {
          "value": 4
        },
        "election_lose": {
          "value": 5
        },
        "election_win": {
          "value": 0
        },
        "num_elections": {
          "value": 20
        },
        "num_sessions": {
          "value": 191
        },
        "session_add": {
          "value": 5
        },
        "session_rm": {
          "value": 1661
        },
        "session_trim": {
          "value": 0
        }
      },
      ...

Actions #3

Updated by Laura Flores about 2 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 45819
Actions #4

Updated by Laura Flores about 2 years ago

  • Status changed from Fix Under Review to Pending Backport

Master has not been merged yet; setting this to "Pending backport" only to create a Quincy backport tracker.

Actions #5

Updated by Laura Flores about 2 years ago

  • Copied to Backport #55269: quincy: mgr/telemetry: anonymize host names in perf counters in perf channel added
Actions #6

Updated by Laura Flores about 2 years ago

  • Status changed from Pending Backport to Fix Under Review
Actions #7

Updated by Laura Flores about 2 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF