Skip to content

Commit

Permalink
chore: remove unused stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayachand committed Jun 21, 2024
1 parent a08de31 commit 125ac57
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/util/prometheus.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,24 +879,6 @@ class Prometheus {
'k8_namespace',
],
},
{
name: 'lambda_test_time',
help: 'lambda_test_time',
type: 'histogram',
labelNames: ['transformerVersionId', 'language', 'publish'],
},
{
name: 'lambda_invoke_time',
help: 'lambda_invoke_time',
type: 'histogram',
labelNames: [
'transformerVersionId',
'language',
'sourceType',
'destinationType',
'k8_namespace',
],
},
{
name: 'marketo_bulk_upload_process_time',
help: 'marketo_bulk_upload_process_time',
Expand Down

0 comments on commit 125ac57

Please sign in to comment.