var go.opencensus.io/plugin/ochttp.Method

6 uses

	go.opencensus.io/plugin/ochttp (current package)
		client_stats.go#L42: 		tag.Upsert(Method, req.Method))
		server.go#L153: 		tag.Upsert(Method, r.Method))
		stats.go#L109: 	Method = tag.MustNewKey("http.method")
		stats.go#L209: 		TagKeys:     []tag.Key{Method},
		stats.go#L258: 		TagKeys:     []tag.Key{Method},

	golang.org/x/pkgsite/internal/dcensus
		dcensus.go#L204: 		TagKeys:     []tag.Key{ochttp.Method},