func go.opencensus.io/tag.NewKey
6 uses
go.opencensus.io/tag (current package)
key.go#L25: func NewKey(name string) (Key, error) {
key.go#L34: k, err := NewKey(name)
map_codec.go#L225: key, err := NewKey(string(k))
contrib.go.opencensus.io/integrations/ocsql
observability.go#L15: GoSQLMethod, _ = tag.NewKey("go_sql_method")
observability.go#L17: GoSQLError, _ = tag.NewKey("go_sql_error")
observability.go#L19: GoSQLStatus, _ = tag.NewKey("go_sql_status")
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |