2.93.0
tas-runtime-bot
released this
09 Feb 13:21
·
670 commits
to develop
since this release
Changes
- Add CPU Entitlement gauge metric & Deprecate CPU Entitlement counter metric #897
- Bump docker to 20.10.27 to address GHSA-jq35-85cj-fj4p #906
- golang-1.21-linux (1.21.7)
Bosh Job Spec changes:
diff --git a/jobs/rep/spec b/jobs/rep/spec
index 8fb49517a..24ce303d4 100644
--- a/jobs/rep/spec
+++ b/jobs/rep/spec
@@ -79,6 +79,10 @@ properties:
description: "Cert used to communicate with local metron agent over gRPC"
loggregator.key:
description: "Key used to communicate with local metron agent over gRPC"
+ loggregator.app_metric_exclusion_filter:
+ description: "Array of application metrics to not emit"
+ default:
+ - cpu_entitlement
diego.rep.listen_addr_admin:
description: "serve (insecure) ping and evacuate requests on this address and port"
diff --git a/jobs/rep_windows/spec b/jobs/rep_windows/spec
index 023d76f18..bd5e1db9f 100644
--- a/jobs/rep_windows/spec
+++ b/jobs/rep_windows/spec
@@ -75,6 +75,10 @@ properties:
description: "Cert used to communicate with local metron agent over gRPC"
loggregator.key:
description: "Key used to communicate with local metron agent over gRPC"
+ loggregator.app_metric_exclusion_filter:
+ description: "Array of application metrics to not emit"
+ default:
+ - cpu_entitlement
diego.rep.advertise_domain:
description: "base domain at which the rep should advertise its secure API"
✨ Built with go 1.21.7
Full Changelog: v2.92.0...v2.93.0