Hacker News new | past | comments | ask | show | jobs | submit login

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.




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: 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


IMO, pepsi is totally ok when its essentially free




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: