Remove unnecessary CloudWatch metrics
They are spamming the API and costing us a lot of money
This commit is contained in:
parent
14093d41ee
commit
b407f88a26
5 changed files with 3 additions and 24 deletions
|
@ -474,7 +474,6 @@ class EphemeralBuilderManager(BaseManager):
|
|||
continue
|
||||
|
||||
try:
|
||||
metric_queue.put_deprecated('EphemeralBuilderStarted', 1, unit='Count')
|
||||
metric_queue.ephemeral_build_workers.Inc()
|
||||
except:
|
||||
logger.exception('Exception when writing start metrics for execution %s for job %s',
|
||||
|
|
Reference in a new issue