elastic / apm-agent-go

https://www.elastic.co/guide/en/apm/agent/go/current/index.html
Apache License 2.0
421 stars 195 forks source link

[META 410] Instrumentation for Azure Storage #885

Open AlexanderWert opened 3 years ago

AlexanderWert commented 3 years ago

Provide instrumentation for Azure Storage.

Meta issue: elastic/apm#410 SPEC: elastic/apm#411

stuartnelson3 commented 3 years ago

Based on this issue https://github.com/Azure/azure-sdk-for-go/issues/7278 I think we should handle both Tables Service and CosmosDB using just the cosmosdb sdk

stuartnelson3 commented 3 years ago

@AlexanderWert can you clarify which services this issue refers to? storage has several "sub" services, but queue received its own separate issue.

AlexanderWert commented 3 years ago

@stuartnelson3 The relevant services are listed in the spec here.

but queue received its own separate issue

That's true. The issues were just created before the structure of the services was clear to me.