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 {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |