googleinterns / cloud-operations-api-mock

Apache License 2.0
5 stars 2 forks source link

Add custom RPC for listing spans #48

Closed the-ericwang35 closed 4 years ago

the-ericwang35 commented 4 years ago

The Python exporter team wants to be able to retrieve the spans written. Since they can't use the library implementation (which already provides this) we'll have to create a custom RPC for this. ListSpans simply returns the list of spans currently stored on the server.