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 was archived by the owner on Oct 3, 2023. It is now read-only.
After finishing #38, please use that util to get the monitored resource for Stackdriver Trace exporter, and add the resource labels to the uploaded Spans as Attribute. The format of attribute key is g.co/r/<resource_type>/<label>, for example g.co/r/aws_ec2_instance/aws_account.
After finishing #38, please use that util to get the monitored resource for Stackdriver Trace exporter, and add the resource labels to the uploaded
Spans as Attribute. The format of attribute key isg.co/r/<resource_type>/<label>, for exampleg.co/r/aws_ec2_instance/aws_account.Counterpart in Java: census-instrumentation/opencensus-java#1243.