pyroscope icon indicating copy to clipboard operation
pyroscope copied to clipboard

Wrong icon in application selector

Open eh-am opened this issue 2 years ago • 1 comments

edge is grouped correctly, but the icon is wrong (it should be a folder). image

To reproduce, mock the /label-values?label=__name__ response to

[
  "edge",
  "edge.alloc_objects",
  "edge.alloc_space",
  "edge.block_count",
  "edge.block_duration",
  "edge.cpu",
  "edge.goroutines",
  "edge.inuse_objects",
  "edge.inuse_space",
  "edge.mutex_count",
  "edge.mutex_duration",
]

eh-am avatar Jul 18 '22 14:07 eh-am

Not sure, but I this happens because of something like "edge.edge"

Rperry2174 avatar Jul 18 '22 15:07 Rperry2174