Ramon
Ramon
I'm not really sure, I just meant to indicate that I agree that the issue needs clarification. @bogdandrutu may be able to provide more information.
I agree that we should support recording them as attributes for backends that don't have dedicated fields for them. Stackdriver, for example, has dedicated fields to track dropped items IIRC....
> What do you mean by this? How many of our users will have dashboards and set alerts to monitor the dropped objects. Not necessarily AOT dashboards but lets say...
+1 on adding ServiceName as a property of SpanData
I don't know if adding a default limit for all types makes sense. Why not just stick with individual limits for events, links, attributes, etc.?
Is this the client-side equivalent of #151? An alternative solution to excluding based on URL would be to not start traces from client-side integrations by default at all. i.e. to...
I don't think #182 will resolve this. Currently, this is happening because client libraries (e.g. Go GCP SDK) are starting traces. The ability to set GetStartOptions will not help because...
Go does not have shutdown hooks. Most of the exporters already support a Flush method, but not having this in an interface means that we need always downcast in generic...
> Say some user has a config of buffer size 10 and exporting every 10 seconds, what happened when the buffer was full at 3rd second? Do we reset the...
Another question that occurred to me regarding the proposed `Tracing.flush()`: why would this be part of the tracing API and not just an Exporter method?