I’d love to know:
1) How it compares to Sentry in terms of insights you get 2) How you set it up as an accessory
I’ve used various (hosted) APM services for my Rails apps but they all are stupendously expensive so your approach sounds intriguing.
I set it up as an accessory with this config:
openobserve: proxy: ssl: true host: openobserve.cardstocktcg.com app_port: 5080 healthcheck: path: / interval: 1 timeout: 5 image: public.ecr.aws/zinclabs/openobserve:latest host: 178.156.134.191 port: "5080:5080" env: clear: ZO_DATA_DIR: "/openobserve_data" secret: - ZO_ROOT_USER_EMAIL - ZO_ROOT_USER_PASSWORD directories: - openobserve_data:/openobserve_data
I’d love to know:
1) How it compares to Sentry in terms of insights you get 2) How you set it up as an accessory
I’ve used various (hosted) APM services for my Rails apps but they all are stupendously expensive so your approach sounds intriguing.