Replies: 2 comments 11 replies
-
Hi, Thanks, |
Beta Was this translation helpful? Give feedback.
-
FYI some of Hasura cloud monitoring services collect logs and ingest metrics via ETL tools. That means it is also possible with Hasura OSS as well. Most observability services such as Datadog, HoneyComb, and Google Cloud Logging support transforming metrics from logs. If you want to export Prometheus, or OpenTelemetry metrics from logs, vector and OpenTelemetry Collector can help you. There are many alternatives there. See GraphQL Engine logs docs for log structure examples. They are in JSON format and easy to be parsed. If you want a native OpenTelemetry exporter, let's try the Hasura v3 ecosystem. The Hasura v3 OSS version and data connectors natively support OpenTelemetry. You can fork, contribute, or customize your connectors as you desire with any language. Rust is also easier to understand than Haskell. |
Beta Was this translation helpful? Give feedback.
-
Hi Hasura team and community.
We are using Sentry.io performance monitoring on both front-end (React) and Back-end (Apollo).
Problem: Hasura has no integrations with Sentry and it's like a blackbox hard to monitor, especially about performance metrics.
What are the best tools / methodologies to monitor Hasura internal performance ?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions