Skip to content

Commit 4a65804

Browse files
authored
fix: Correctly report the updated config version (#11176)
A race means that sometimes the metric is reported before the config is updated. This should fix that up. --- We're planning to drop these changes anyway, so this won't really make a difference, but this way the removal will be complete in case we bring the feature back.
1 parent eb2d4df commit 4a65804

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ic-os/components/hostos/update-config/update-config.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RequiresMountsFor=/boot/config
44
Before=node_exporter.service
55
Before=guestos.target
66
Before=log-config.service
7+
Before=custom-metrics.service
78

89
[Service]
910
Type=oneshot

0 commit comments

Comments
 (0)