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

14 uses

	go.opentelemetry.io/otel/trace (current package)
		config.go#L155: type EventConfig struct {
		config.go#L162: func (cfg *EventConfig) Attributes() []attribute.KeyValue {
		config.go#L167: func (cfg *EventConfig) Timestamp() time.Time {
		config.go#L172: func (cfg *EventConfig) StackTrace() bool {
		config.go#L180: func NewEventConfig(options ...EventOption) EventConfig {
		config.go#L181: 	var c EventConfig
		config.go#L196: 	applyEvent(EventConfig) EventConfig
		config.go#L224: func (o attributeOption) applyEvent(c EventConfig) EventConfig {
		config.go#L258: func (o timestampOption) applyEvent(c EventConfig) EventConfig {
		config.go#L273: func (o stackTraceOption) applyEvent(c EventConfig) EventConfig {