PostHog / posthog

🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free.
https://posthog.com
Other
26.4k stars 1.65k forks source link

Monitor Server-side and client-side Performance #30227

Open w4ngel opened 1 month ago

w4ngel commented 1 month ago

Feature request

Is your feature request related to a problem?

We're constantly trying to improve the performance of our platform. We want it to be fast and easy to use. However the only solutions we can find to monitor the performance are either too low level (at the server level) or require significant setup for a dedicated solution.

Describe the solution you'd like

It'd be great to have some way of monitoring performance, bottlenecks and knowing where they are in the platform. Knowing if errors are causing these, knowing which areas of the platform and if any third-party tools are causing this.

In a perfect world, we'd have client-side monitoring to be able to know how it's performing on various device and browser types.

Describe alternatives you've considered

Using Datadog or sentry

Additional context

Debug info

- [ ] PostHog Cloud, Debug information: [please copy/paste from https://us.posthog.com/settings/project-details#variables]
- [ ] PostHog Hobby self-hosted with `docker compose`, version/commit: [please provide]
- [ ] PostHog self-hosted with Kubernetes (deprecated, see [`Sunsetting Kubernetes support`](https://posthog.com/blog/sunsetting-helm-support-posthog)), version/commit: [please provide]
ayewo commented 1 month ago

Are you open to stuff like Otel ?

w4ngel commented 1 month ago

Are you open to stuff like Otel ?

Open to it! Was more looking at consolidating tools, especially as we'd want to correlate the performance data with product usage data.