| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| public Bucket create(BucketInfo bucketInfo, BucketTargetOption... options) { | ||
| OpenTelemetryTraceUtil.Span otelSpan = openTelemetryTraceUtil.startSpan("create"); | ||
| OpenTelemetryTraceUtil.Span otelSpan = | ||
| openTelemetryTraceUtil.startSpan("create", this.getClass().getName()); |
There was a problem hiding this comment.
Do you have an example trace with these new spans that you can add to PR description?
Sorry, something went wrong.
There was a problem hiding this comment.
posted a span from one of the tests
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
SpanData{spanContext=ImmutableSpanContext{traceId=c49154a1f7a6a4adb7188e566fcd7d12, spanId=7dd45a835177a216, traceFlags=01, traceState=ArrayBasedTraceState{entries=[]}, remote=false, valid=true}, parentSpanContext=ImmutableSpanContext{traceId=00000000000000000000000000000000, spanId=0000000000000000, traceFlags=00, traceState=ArrayBasedTraceState{entries=[]}, remote=false, valid=false}, resource=Resource{schemaUrl=null, attributes={service.name="unknown_service:java", telemetry.sdk.language="java", telemetry.sdk.name="opentelemetry", telemetry.sdk.version="1.42.1"}}, instrumentationScopeInfo=InstrumentationScopeInfo{name=cloud.google.com/java/storage, version=, schemaUrl=null, attributes={}}, name=com.google.cloud.storage.GrpcStorageImpl/create, kind=CLIENT, startEpochNanos=1731105737865150000, endEpochNanos=1731105739962999167, attributes=AttributesMap{data={gcp.client.repo=googleapis/java-storage, gcp.client.service=Storage, gcp.client.version=, gcp.client.artifact=com.google.cloud.google-cloud-storage, rpc.system=grpc}, capacity=128, totalAddedValues=5}, totalAttributeCount=5, events=[], totalRecordedEvents=0, links=[], totalRecordedLinks=0, status=ImmutableStatusData{statusCode=UNSET, description=}, hasEnded=true}
notable change seen here
name=com.google.cloud.storage.GrpcStorageImpl/create