[14:33:55] hi, what are the preferred prometheus conventions for duration and timestamp units? [14:33:58] duration in seconds? [14:34:15] unix timestamp in seconds too? (with decimals for miliseconds?) [14:34:17] or is ms better? [14:35:12] ottomata: yeah I think seconds is common [14:35:17] from https://prometheus.io/docs/practices/naming/#base-units i take it seconds is preferred? [14:35:30] indeed [14:35:33] ok great [15:37:11] ottomata: and see also the metric names section of that page too -- including the units in the metric name is preferred e.g. http_request_duration_seconds, node_memory_usage_bytes [15:58:04] ya [15:58:09] gr8 stuff [15:58:27] iguess for the timestamp i'm going to do gobblin_last_successful_run_timestamp_seconds? [16:06:54] ottomata: I would write _epoch_seconds myself but I think either is fine [16:07:14] k epoch good w me