type go.opencensus.io/tag.Mutator
27 uses
go.opencensus.io/tag (current package)
map.go#L96: type Mutator interface {
map.go#L107: func Insert(k Key, v string, mds ...Metadata) Mutator {
map.go#L126: func Update(k Key, v string, mds ...Metadata) Mutator {
map.go#L146: func Upsert(k Key, v string, mds ...Metadata) Mutator {
map.go#L175: func Delete(k Key) Mutator {
map.go#L187: func New(ctx context.Context, mutator ...Mutator) (context.Context, error) {
go.opencensus.io/plugin/ochttp
client_stats.go#L118: stats.RecordWithTags(t.ctx, []tag.Mutator{
route.go#L36: return taggedHandlerFunc(func(w http.ResponseWriter, r *http.Request) []tag.Mutator {
route.go#L37: addRoute := []tag.Mutator{tag.Upsert(KeyServerRoute, route)}
route.go#L48: type taggedHandlerFunc func(w http.ResponseWriter, r *http.Request) []tag.Mutator
route.go#L60: t []tag.Mutator
server.go#L200: allTags := make([]tag.Mutator, len(tags.t)+1)
go.opencensus.io/stats
record.go#L44: mutators []tag.Mutator
record.go#L57: func WithTags(mutators ...tag.Mutator) Options {
record.go#L100: func RecordWithTags(ctx context.Context, mutators []tag.Mutator, ms ...Measurement) error {
contrib.go.opencensus.io/integrations/ocsql
observability.go#L158: var tags []tag.Mutator
observability.go#L165: tags = []tag.Mutator{
observability.go#L169: tags = []tag.Mutator{
golang.org/x/pkgsite/cmd/prober
main.go#L358: stats.RecordWithTags(ctx, []tag.Mutator{
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L239: stats.RecordWithTags(ctx, []tag.Mutator{tag.Upsert(key, val)}, m)
golang.org/x/pkgsite/internal/frontend
details.go#L124: stats.RecordWithTags(ctx, []tag.Mutator{
fetch.go#L594: stats.RecordWithTags(ctx, []tag.Mutator{
golang.org/x/pkgsite/internal/middleware
caching.go#L77: stats.RecordWithTags(ctx, []tag.Mutator{
caching.go#L84: stats.RecordWithTags(ctx, []tag.Mutator{
quota.go#L45: stats.RecordWithTags(ctx, []tag.Mutator{
golang.org/x/pkgsite/internal/postgres
search.go#L236: []tag.Mutator{tag.Upsert(keySearchSource, resp.source)},
golang.org/x/pkgsite/internal/worker
metrics.go#L50: []tag.Mutator{tag.Upsert(keyEnqueueStatus, strconv.Itoa(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. |