We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b2319 commit b718b7aCopy full SHA for b718b7a
1 file changed
oximeter/collector/src/lib.rs
@@ -379,7 +379,7 @@ impl Oximeter {
379
.version_policy(dropshot::VersionPolicy::Dynamic(Box::new(
380
dropshot::ClientSpecifiesVersionInHeader::new(
381
omicron_common::api::VERSION_HEADER,
382
- oximeter_api::VERSION_INITIAL,
+ oximeter_api::latest_version(),
383
),
384
)))
385
.start()
@@ -497,7 +497,7 @@ impl Oximeter {
497
498
499
500
501
502
503
0 commit comments