Hacker News new | ask | show | jobs
by marc 530 days ago
Can you share more about your OpenObserve setup?

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.

1 comments

Its definitely is an 'is pepsi ok' experience. Not as polished as Sentry.

I set it up as an accessory with this config:

  openobserve:
    proxy:
      ssl: true
      host: [url-redacted]
      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


IMO, pepsi is totally ok when its essentially free