var contrib.go.opencensus.io/integrations/ocsql.GoSQLStatus
5 uses
contrib.go.opencensus.io/integrations/ocsql (current package)
observability.go#L19: GoSQLStatus, _ = tag.NewKey("go_sql_status")
observability.go#L21: valueOK = tag.Insert(GoSQLStatus, "OK")
observability.go#L22: valueErr = tag.Insert(GoSQLStatus, "ERROR")
observability.go#L82: TagKeys: []tag.Key{GoSQLMethod, GoSQLError, GoSQLStatus},
observability.go#L90: TagKeys: []tag.Key{GoSQLMethod, GoSQLError, GoSQLStatus},
![]() |
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. |