Custom instruments? #4461
-
I have an Azure Function with a timer trigger that does "something useful". While doing that something it produces several numbers indicating the health of the process it interacts with, so I want to produce metrics out of those values. The values are useful by themselves individually. I don't need to add them, I don't want to see any histograms with it. Gauge feels like the right type of metric for those, but unfortunately there is only I tried to create my own In Application Insights .net API terms, I am looking for equivalent of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
OpenTelemetry does not support any newly created instruments. It only supports the ones specified in OTel specification, and adding a new one has to go through OpenTelemetry specification process. (There were discussions around sync version of Gauge earlier, but no actual spec is made to support that yet) |
Beta Was this translation helpful? Give feedback.
OpenTelemetry does not support any newly created instruments. It only supports the ones specified in OTel specification, and adding a new one has to go through OpenTelemetry specification process. (There were discussions around sync version of Gauge earlier, but no actual spec is made to support that yet)