generated from TrueCloudLab/basic
config: Add resource attributes #17
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-observability#17
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/tracing_attributes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This allows to specify key-value attributes for all spans.
I think it is ok to limit value types with
string
, as other types could be converted tostring
by service.Example:
651f797671
toa2e94b5bb6
a2e94b5bb6
tof17779933e
Oh, sorry, I have pushed my branch to this repo but not to fork. I delete branch on this repo after merge.
@ -165,1 +165,4 @@
for k, v := range cfg.Attributes {
attrs = append(attrs, attribute.String(k, v))
}
return resource.NewWithAttributes(
resource.NewWithAttributes
performs attributes validation