ferruzzi commented on PR #38400:
URL: https://github.com/apache/airflow/pull/38400#issuecomment-2122995292

   > @ferruzzi do I have any update on this part?
   
   How would that work?   A gauge is an arbitrary reading, you just tell it 
what the new/current value is.  Unless you see some way for Airflow to read the 
last reported value from the metrics backend (StatsD, OTel, etc) you would need 
to store the last-reported value somewhere, increment/decrement it accordingly, 
then emit the new value.  If you are doping that then it seems like the answer 
would be to add some logic which fetches thew last reported value and defaults 
to 0 if it isn't found.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to