Ad Widget

Collapse

Aggregate is misreading macros

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moshikoy
    Member
    • Aug 2017
    • 56

    #1

    Aggregate is misreading macros

    Hey,
    I've created some aggregate metrics today and i've noticed that when using items with macros, aggregates are failing to recognize them

    For example:
    I've created the following aggregate:
    grpsum["My Cluster Nodes", "io.vfs.dev.read.sectors[{$DISK}]", sum, 60]
    where {$DISK} is a user macro that i've created with the disk name. that exists on each of the host group hosts.

    when checking the 'latest data' for this item i see the following error "No items for key "io.vfs.dev.read.sectors[dsk]" in group(s) "My Cluster Nodes"."
    it is interperting the macro as it should, meaning '{$DISK} = dsk'. However, its not able to locate the original items to create the aggregation

    Looks like a bug to me
    Can someone please check and confirm

    - Moshe
Working...