updates #207
| @@ -1,12 +0,0 @@ | |||||||
| package semconv |  | ||||||
|  |  | ||||||
| var ( |  | ||||||
| 	// CacheRequestDurationSeconds specifies meter metric name |  | ||||||
| 	CacheRequestDurationSeconds = "cache_request_duration_seconds" |  | ||||||
| 	// ClientRequestLatencyMicroseconds specifies meter metric name |  | ||||||
| 	CacheRequestLatencyMicroseconds = "cache_request_latency_microseconds" |  | ||||||
| 	// CacheRequestTotal specifies meter metric name |  | ||||||
| 	CacheRequestTotal = "cache_request_total" |  | ||||||
| 	// CacheRequestInflight specifies meter metric name |  | ||||||
| 	CacheRequestInflight = "cache_request_inflight" |  | ||||||
| ) |  | ||||||
							
								
								
									
										12
									
								
								semconv/store.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								semconv/store.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | |||||||
|  | package semconv | ||||||
|  |  | ||||||
|  | var ( | ||||||
|  | 	// StoreRequestDurationSeconds specifies meter metric name | ||||||
|  | 	StoreRequestDurationSeconds = "store_request_duration_seconds" | ||||||
|  | 	// ClientRequestLatencyMicroseconds specifies meter metric name | ||||||
|  | 	StoreRequestLatencyMicroseconds = "store_request_latency_microseconds" | ||||||
|  | 	// StoreRequestTotal specifies meter metric name | ||||||
|  | 	StoreRequestTotal = "store_request_total" | ||||||
|  | 	// StoreRequestInflight specifies meter metric name | ||||||
|  | 	StoreRequestInflight = "store_request_inflight" | ||||||
|  | ) | ||||||
		Reference in New Issue
	
	Block a user