You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	sdk/metric: Refine NewView wildcard comment (#4530)
This commit is contained in:
		| @@ -42,10 +42,10 @@ type View func(Instrument) (Stream, bool) | ||||
| // view that matches no instruments is returned. If you need to match a | ||||
| // zero-value field, create a View directly. | ||||
| // | ||||
| // The Name field of criteria supports wildcard pattern matching. The wildcard | ||||
| // "*" is recognized as matching zero or more characters, and "?" is recognized | ||||
| // as matching exactly one character. For example, a pattern of "*" will match | ||||
| // all instrument names. | ||||
| // The Name field of criteria supports wildcard pattern matching. The "*" | ||||
| // wildcard is recognized as matching zero or more characters, and "?" is | ||||
| // recognized as matching exactly one character. For example, a pattern of "*" | ||||
| // matches all instrument names. | ||||
| // | ||||
| // The Stream mask only applies updates for non-zero-value fields. By default, | ||||
| // the Instrument the View matches against will be use for the Name, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user