Skip to content

Conversation

hrodmn
Copy link
Contributor

@hrodmn hrodmn commented Jul 11, 2025

My goal with this repo is to demonstrate how to connect a TiTiler application to an observability backend (grafana). Right now it is just a docker network, so it will require a bit more digging to implement something similar in a deployed context. @ividito has done some related work over in eoapi-k8s. I wanted to show how you can have a more intelligent logging backend than just an endless stream in CloudWatch, how you can correlate logs to trace ids, etc. This gets part of the way there (no easy link to actual traces/spans from the logging statements yet) but I think the pipes are pretty much hooked up to make it possible. Grafana makes it easy to filter logs on attribute values like trace id, though.

I also added a document to summarize what I have learned about adding telemetry to applications over the last few weeks (resolves NASA-IMPACT/veda-odd#193) as well as some fairly speculative and sweeping generalizations about the impacts on performance in deployments that Claude helped me summarize. I want to test all of that out with our titiler-cmr deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decision + design doc on service tracing (e.g. identifying benchmarks, telemetry)
1 participant