mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +00:00
Merge pull request #2848 from c3d/bug/2847-tag-typo
tracing: Fix typo in "package" tag name
This commit is contained in:
commit
c2be2dfb61
@ -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",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user