Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-v committed May 30, 2022
1 parent 61fedb2 commit 747ea9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions delfin/cmd/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def main():
version=version.version_string())
log.setup(CONF, "delfin")
utils.monkey_patch()
print("test")

launcher = service.process_launcher()
api_server = service.WSGIService('delfin', coordination=True)
Expand Down
1 change: 1 addition & 0 deletions etc/delfin/delfin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ db_backend = sqlalchemy

[TELEMETRY]
performance_collection_interval = 900
enable_dynamic_subprocess = True

[KAFKA_EXPORTER]
kafka_topic_name = "delfin-kafka"
Expand Down

0 comments on commit 747ea9a

Please sign in to comment.