apm-agent-python
apm-agent-python copied to clipboard
Add instrumentation for `google-cloud-storage`
Because it's using REST APIs underneath, spans are currently being created. But there are (at least) two issues:
- No enrichment with storage-related context like we do with
botocorefor s3 - Any
.existschecks set the span status tofailurebecause it can return a 404 if the file doesn't exist.
A first-class instrumentation would be a much better experience.
Ref https://github.com/elastic/apm-agent-python/issues/1760