diff --git a/librato.go b/librato.go index fe9ae3b..05290ec 100644 --- a/librato.go +++ b/librato.go @@ -23,7 +23,7 @@ import ( // ////////////////////////////////////////////////////////////////////////////////// // // VERSION contains current version of librato package and used as part of User-Agent -const VERSION = "2.0.5" +const VERSION = "2.0.6" // ////////////////////////////////////////////////////////////////////////////////// // @@ -224,9 +224,6 @@ var ( Token = "" ) -// Global prefix which will be used for all metrics -var Prefix = "" - // APIEndpoint contians URL of Librato API endpoint var APIEndpoint = "https://metrics-api.librato.com"