Open rockingl opened 1 month ago
Removing metrics is not something currently supported. The specification for that addition is however being discussed here: https://github.com/open-telemetry/opentelemetry-specification/issues/2232
Removing metrics is not something currently supported. The specification for that addition is however being discussed here: open-telemetry/opentelemetry-specification#2232
thanks! I want to achieve what I want, is there any alternative solution? (Previously, the node_exporter export solution was used. However, due to the large number of machines and the inability to fully connect the network, this solution was abandoned.)
Hi, First of all, thank you for your excellent work. Recently, I encountered some problems while doing push notifications for monitoring. Here is my code.
My goal is to keep only the latest data, but this is not the case. However, two data appear, and the value of the first data has not changed. Is there a cleanup/update mechanism that can clean up the attribute data? Or is my approach wrong and there is another approach that is more suitable for this scenario? Any help would be appreciated,thanks!