go.opentelemetry.io/otel/trace.EventConfig.Attributes (method)

3 uses

	go.opentelemetry.io/otel/trace (current package)
		auto.go#L480: 	attrs := cfg.Attributes()
		auto.go#L517: 	s.addEvent(name, cfg.Timestamp(), cfg.Attributes())
		config.go#L162: func (cfg *EventConfig) Attributes() []attribute.KeyValue {