File tree Expand file tree Collapse file tree
src/main/java/com/uid2/operator/monitoring Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 <enclave-aws .version>2.1.0</enclave-aws .version>
2424 <enclave-azure .version>2.1.19</enclave-azure .version>
2525 <enclave-gcp .version>2.1.9</enclave-gcp .version>
26- <uid2-shared .version>11.4.4 </uid2-shared .version>
26+ <uid2-shared .version>11.4.12 </uid2-shared .version>
2727 <image .version>${project.version} </image .version>
2828 <maven .compiler.source>21</maven .compiler.source>
2929 <maven .compiler.target>21</maven .compiler.target>
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ public void setup() {
3535 .map (SaltEntry ::lastUpdated ).min (Long ::compare ).orElse (null ))
3636 .description ("max last updated timestamp within currently effective second level salts" )
3737 .register (globalRegistry );
38+ Gauge
39+ .builder ("uid2_second_level_salt_current_effective" , () ->
40+ saltProvider .getSnapshot (Instant .now ()).getEffective ().toEpochMilli ())
41+ .description ("effective timestamp of the currently effective second level salts" )
42+ .register (globalRegistry );
3843
3944 update ();
4045 }
You can’t perform that action at this time.
0 commit comments