parent
c2ff00883a
commit
e20ccdd011
@ -0,0 +1,10 @@
|
|||||||
|
package trace
|
||||||
|
|
||||||
|
import "go.opentelemetry.io/otel/attribute"
|
||||||
|
|
||||||
|
var attrResources = make([]attribute.KeyValue, 0)
|
||||||
|
|
||||||
|
// AddResources add more resources in addition to configured trace name.
|
||||||
|
func AddResources(attrs ...attribute.KeyValue) {
|
||||||
|
attrResources = append(attrResources, attrs...)
|
||||||
|
}
|
Loading…
Reference in New Issue