mirror of
https://github.com/dolphin-emu/analytics-ingest.git
synced 2026-01-31 01:15:21 +01:00
analytics-ingest: expose a WSGI application object for deployment
This commit is contained in:
@@ -174,6 +174,9 @@ def do_metrics():
|
||||
return prometheus_client.generate_latest(prometheus_client.REGISTRY)
|
||||
|
||||
|
||||
app = bottle.default_app()
|
||||
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--port", type=int, default=5007)
|
||||
|
||||
Reference in New Issue
Block a user