You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently deployed auto instrumentation of the python requests library to one of our services, and noticed that this caused our cardinality within Influx to explode. We traced the issue down to the metric http.client.duration_exemplar, and the two tags trace_id and span_id. Since the trace id and span id are unique values, I think that treating them as tags is violating the recommended schema design, and they should be set as fields instead.
The text was updated successfully, but these errors were encountered:
We recently deployed auto instrumentation of the python
requests
library to one of our services, and noticed that this caused our cardinality within Influx to explode. We traced the issue down to the metrichttp.client.duration_exemplar
, and the two tagstrace_id
andspan_id
. Since the trace id and span id are unique values, I think that treating them as tags is violating the recommended schema design, and they should be set as fields instead.The text was updated successfully, but these errors were encountered: