type go.opentelemetry.io/otel/trace.EventConfig

14 uses

	go.opentelemetry.io/otel/trace (current package)
		config.go#L152: type EventConfig struct {
		config.go#L159: func (cfg *EventConfig) Attributes() []attribute.KeyValue {
		config.go#L164: func (cfg *EventConfig) Timestamp() time.Time {
		config.go#L169: func (cfg *EventConfig) StackTrace() bool {
		config.go#L177: func NewEventConfig(options ...EventOption) EventConfig {
		config.go#L178: 	var c EventConfig
		config.go#L190: 	applyEvent(EventConfig) EventConfig
		config.go#L218: func (o attributeOption) applyEvent(c EventConfig) EventConfig {
		config.go#L252: func (o timestampOption) applyEvent(c EventConfig) EventConfig {
		config.go#L267: func (o stackTraceOption) applyEvent(c EventConfig) EventConfig {