UNPKG

@contiamo/dev

Version:

Dev environment for contiamo

57 lines (56 loc) 1.37 kB
window.contiamo = { docsLink: "https://docs.contiamo.com", basePath: "/", appBase: "http://localhost:9898", workbench: { directQueryEnabled: true }, monitoring: { baseURLs: { tracing: "http://localhost:16686", spark: "http://localhost:4040", }, sections: { system: [ { name: "Tracing", base: "tracing", path: "/search" }, { name: "SMTP", path: "http://localhost:8025" }, { name: "PGAdmin", path: "http://localhost:5050" }, ], hub: [ { name: "Tracing", base: "tracing", path: "/search?limit=20&lookback=1h&service=hub", }, ], idp: [ { name: "Tracing", base: "tracing", path: "/search?limit=20&lookback=1h&service=idp", }, ], pantheon: [ { name: "Tracing", base: "tracing", path: "/search?limit=20&lookback=1h&service=pantheon", }, ], datastore: [ { name: "Tracing", base: "tracing", path: "/search?limit=20&lookback=1h&service=datastore-manager", }, ], "datastore-worker": [ { name: "Tracing", base: "tracing", path: "/search?limit=20&lookback=1h&service=datastore-ingest-worker", }, ], }, }, };