Skip to content

Commit

Permalink
Disable metering run
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremsekerci committed Aug 15, 2024
1 parent b5f26d8 commit 3cea1e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildpack/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
fluentbit,
splunk,
logs,
metering,
metrics,
mx_java_agent,
newrelic,
Expand Down Expand Up @@ -190,7 +189,7 @@ def _register_signal_handlers():
telegraf.run(runtime_version)
datadog.run(model_version, runtime_version)
fluentbit.run(model_version, runtime_version)
metering.run()
# metering.run()
logs.run(m2ee)
runtime.run(m2ee, logs.get_loglevels())
metrics.run(m2ee)
Expand Down

0 comments on commit 3cea1e8

Please sign in to comment.