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 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |