Skip to content

caeops > metrics

remove-from-group

Description


This command helps you remove Metrics Service from a group. Run caeops metrics remove-from-group --help for more help.

Synopsis


  remove-to-group
--name [value]
--group-name [value]

Options


--name (string)

Name of Metrics Service

--group-name (string)

Name of group from which you want to remove the Metrics Service

Examples


To remove Metrics Service from a group.

The following metrics remove-from-group example removes Metrics Service from the group.

caeops metrics remove-from-group --name=name --group-name=example

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 (Here it will be - "")
  • 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