Is there an equivalent of StatsD's gauge type of metric for Azure Application Insights?
I'm using TrackMetric method of a TelemetryClient to periodically inspect and report metrics from an Azure Function.
I'd like to see a continuous line instead of a seesaw like chart in the Metrics Explorer (difficult to reason if the value sent was 0 or if there was no value sent)