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
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
I don't quite get tags. Are they similar to prometheus labels? Do they work with traces? Or only stats? How are they match existing exporter nomenclature?
The documentation states:
Tags provide additional cardinality to
the OpenCensus instrumentation data.
I use Stackdriver and tried adding a few tags to my trace context, but had no way to see this data in my GCP trace view. Turns out they're called "Labels" in stackdriver and labels are populated using the trace. SetSpanAttributes function.
Better documentation on tags as well as how various Census concepts relate to existing exporters would help a lot.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. Tags are not related to traces, they are related to stats. For example they turn into Prometheus labels. Span attributes / Stackdriver trace labels are a totally different thing.
Agree that each exporter should document the mapping from Census concepts to backend that they implement.
+1 this is confusing! I thought that OpenCensus tags were passed as Datadog APM Trace metadata, but OpenCensus attributes are actually the key-values that are passed as Datadog APM Trace metadata.
I don't quite get tags. Are they similar to prometheus labels? Do they work with traces? Or only stats? How are they match existing exporter nomenclature?
The documentation states:
I use Stackdriver and tried adding a few tags to my trace context, but had no way to see this data in my GCP trace view. Turns out they're called "Labels" in stackdriver and labels are populated using the
trace. SetSpanAttributes
function.Better documentation on tags as well as how various Census concepts relate to existing exporters would help a lot.
The text was updated successfully, but these errors were encountered: