You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the oximeter::{Target,Metric} derive macros for describing the components of a timeseries schema. These don't really have any descriptions beyond the name. We could grab the doc attributes in that macro, and use those for a description attached to the target and metric. That could go into the timeseries schema record itself that we store in the database.
The text was updated successfully, but these errors were encountered:
We currently use the
oximeter::{Target,Metric}
derive macros for describing the components of a timeseries schema. These don't really have any descriptions beyond the name. We could grab thedoc
attributes in that macro, and use those for a description attached to the target and metric. That could go into the timeseries schema record itself that we store in the database.The text was updated successfully, but these errors were encountered: