Merge pull request #2848 from c3d/bug/2847-tag-typo

tracing: Fix typo in "package" tag name
This commit is contained in:
Bin Liu
2021-10-18 14:50:47 +08:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ import (
// apiTracingTags defines tags for the trace span
var apiTracingTags = map[string]string{
"source": "runtime",
"packages": "virtcontainers",
"package": "virtcontainers",
"subsystem": "api",
}