func go.opencensus.io/tag.Insert
6 uses
go.opencensus.io/tag (current package)
map.go#L107: func Insert(k Key, v string, mds ...Metadata) Mutator {
contrib.go.opencensus.io/integrations/ocsql
observability.go#L21: valueOK = tag.Insert(GoSQLStatus, "OK")
observability.go#L22: valueErr = tag.Insert(GoSQLStatus, "ERROR")
observability.go#L166: tag.Insert(GoSQLMethod, method), valueErr, tag.Insert(GoSQLError, err.Error()),
observability.go#L170: tag.Insert(GoSQLMethod, method), valueOK,
 |
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. |