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 aa10ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,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 aa10ccb

Please sign in to comment.