Skip to content

caeops > metrics

get

Description


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

Synopsis


  get
--name [value]

Options


--name (string)

Name of Metrics Service

Examples


To get details of a Metrics Service.

The following metrics get example displays Metrics Service.

caeops metrics get --name=name

Output


Metrics Service Details -> (Structure)

  • serviceName -> (string)
    Name of the Metrics Service
  • serviceRegion -> (string)
    Region of Metrics Service
  • serviceEndpoint -> (string)
    Endpoint of the Prometheus Instance
  • serviceType -> (string)
    Type of the resource, metrics-service for Metrics Service
  • groupName -> (string)
    Name of the service group to which the Metrics Service is added
  • labels -> Structure

    • key -> (string) Name of the label

    • value -> (string) Value of the label

  • createdAt -> (long)
    Creation timestamp

  • updatedAt -> (long)
    Last modified timestamp
Back to top