googleinterns / cloud-operations-api-mock

Apache License 2.0
5 stars 2 forks source link

Don't store spans during CreateSpan #42

Closed the-ericwang35 closed 4 years ago

the-ericwang35 commented 4 years ago

According to the Go and Python exporter teams, CreateSpan is not actually used in any of the exporters, and moreover it's not supposed to actually write the spans, just perform some validation. Removing the code that actually writes the spans to memory from this method.