Created
August 5, 2016 20:49
-
-
Save jacoelho/0a890007cb4aacdc8066d0795770f08e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hostname, _ := os.Hostname() | |
| value := someWork() | |
| fmt.Printf("PUTVAL %s/my-plugin/gauge-my_metric interval=%d N:%s\n", hostname, interval, value) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment