[Details to be added] - This tasks involves creating modifying the APB for the whole setup. - Take existing metrics -apb as reference : APB https://github.com/aerogearcatalog/metrics-apb - Components: -- Metrics service application: containerize it and bind Postgres -- Postgres: install TimescaleDB extension, create default database, enable timescaleDB extension on that database (Start with https://github.com/sclorg/postgresql-container and the postgresql-apb already available in openshift, if possible) -- Grafana: do as (Already in metrics-apb [more details needed] Metrics APB)
For Postgres, there is an image that has TimescaleDB and Postgres in it: - https://hub.docker.com/r/timescale/timescaledb/ - http://docs.timescale.com/v0.8/getting-started/installation/linux/installation-docker |
|