Skip to main content

"group"."label"

"group"."label" will return only instances that match this label.

FORMAT: string1.string2


DEFINITIONS:

  • string1 is a string in quotes representing the group name
  • string2 is a string in quotes representing the label name. If empty, it will match any label

EXAMPLE:

show count "team"."player1"

Returns the number of instances that have the label group team and label player1