Skip to content

Commit

Permalink
Order of starting fluentbit
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shuvalov committed Aug 15, 2024
1 parent 1240bf1 commit 6aca913
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 @@ -189,13 +189,13 @@ def _register_signal_handlers():
# Start components and runtime
telegraf.run(runtime_version)
datadog.run(model_version, runtime_version)
fluentbit.run(model_version, runtime_version)
metering.run()
logs.run(m2ee)
runtime.run(m2ee, logs.get_loglevels())
metrics.run(m2ee)
appdynamics.run()
nginx.run()
fluentbit.run(model_version, runtime_version)

# Wait for the runtime to be ready before starting Databroker
if databroker.is_enabled():
Expand Down

0 comments on commit 6aca913

Please sign in to comment.