File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class HttpStorageRpcSpans {
27
27
static final String SPAN_NAME_CREATE_OBJECT =
28
28
getTraceSpanName ("create(StorageObject,InputStream,Map)" );
29
29
static final String SPAN_NAME_LIST_BUCKETS = getTraceSpanName ("list(Map)" );
30
- static final String SPAN_NAME_LIST_OBJECTS = getTraceSpanName ("create (String,Map)" );
30
+ static final String SPAN_NAME_LIST_OBJECTS = getTraceSpanName ("list (String,Map)" );
31
31
static final String SPAN_NAME_GET_BUCKET = getTraceSpanName ("get(Bucket,Map)" );
32
32
static final String SPAN_NAME_GET_OBJECT = getTraceSpanName ("get(StorageObject,Map)" );
33
33
static final String SPAN_NAME_PATCH_BUCKET = getTraceSpanName ("patch(Bucket,Map)" );
You can’t perform that action at this time.
0 commit comments