1 package metrics 2 3 import ( 4 "fmt" 5 ) 6 7 func ExampleName() { 8 fmt.Println(Name("lumper", "artifact_fetch_retries")) 9 // Output: edge_lumper_artifact_fetch_retries 10 } 11
View as plain text