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.
After finishing census-instrumentation/opencensus-php#191, 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 census-instrumentation/opencensus-php#191, please use that util to get the monitored resource for Stackdriver Trace exporter, and add the resource labels to the uploaded
Span
s 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.
The text was updated successfully, but these errors were encountered: