We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857b2ca commit e4a600fCopy full SHA for e4a600f
rust/operator-binary/src/connect/controller.rs
@@ -214,7 +214,7 @@ pub async fn reconcile(
214
.await
215
.context(ApplyServiceSnafu)?;
216
217
- // Headless service used by executors connect back to the driver
+ // Metrics service used for scraping
218
let metrics_service =
219
service::build_metrics_service(scs, &resolved_product_image.app_version_label_value)
220
.context(BuildServiceSnafu)?;
0 commit comments