Thoughts on Gatsby + Observability #33145
Unanswered
KyleAMathews
asked this question in
Ideas / Feature Requests
Replies: 1 comment
-
One other area to add to this is support for telemetry in Gatsby Functions. We're looking at adding this ourselves now, so that we can push logs to Sentry and Google Cloud Tracing, but it would be helpful if there was official support for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A braindump of some things I've been thinking about.
We have tracing in the framework but it has a few problems:
Moving to OpenTelemetry has some additional interesting advantages in that they're working to standardize APIs & SDKs for backends for the grand trinity of observability — tracing, metrics, and logging. They haven't yet shipped support for metrics/logging (their roadmap doc though is 💯 but when they do, having a standard way in the framework/plugins to output tracing/metrics/logs that interoperate with a wide variety of backends would be wonderful.
Beta Was this translation helpful? Give feedback.
All reactions