Skip to content

caeops > metrics

get-labels

Description


This command helps you get labels of a Metrics Service. Run caeops metrics get-labels --help for more help.

Synopsis


  get-labels
--name [value]

Options


--name (string)

Name of Metrics Service

Examples


To get labels of a Metrics Service.

The following metrics get-labels example gets labels of a Metrics Service.

caeops metrics get-labels --name=name 

Output


Label details -> (Structure)

  • key -> (string)
    Name of the field
  • value -> (string)
    Value of the field
Back to top