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
commit c2be2dfb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
}