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 65e766b commit 8e38ef1Copy full SHA for 8e38ef1
1 file changed
rust/operator-binary/src/controller.rs
@@ -381,10 +381,7 @@ impl OpaClusterConfigFile {
381
decision_logs: decision_logging,
382
// Enable more Prometheus metrics, such as bundle loads
383
// See https://www.openpolicyagent.org/docs/monitoring#status-metrics
384
- status: Some(OpaClusterConfigStatus {
385
- service: OPA_STACKABLE_SERVICE_NAME.to_owned(),
386
- prometheus: true,
387
- }),
+ status: Some(OpaClusterConfigStatus { prometheus: true }),
388
}
389
390
@@ -421,7 +418,6 @@ pub struct OpaClusterConfigDecisionLog {
421
418
422
419
#[derive(Serialize, Deserialize)]
423
420
struct OpaClusterConfigStatus {
424
- service: String,
425
prometheus: bool,
426
427
0 commit comments