From f96173528f08684092b89f903f0389fe2b607192 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 19 Dec 2016 10:16:22 -0500 Subject: Adding metrics for caching mechanisms (#4828) --- api/license.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/license.go') diff --git a/api/license.go b/api/license.go index 0b186a59c..65ca90943 100644 --- a/api/license.go +++ b/api/license.go @@ -177,7 +177,7 @@ func getClientLicenceConfig(c *Context, w http.ResponseWriter, r *http.Request) c.Err = nil etag := utils.GetClientLicenseEtag(useSanitizedLicense) - if HandleEtag(etag, w, r) { + if HandleEtag(etag, "Get Client License Config", w, r) { return } -- cgit v1.2.3-1-g7c22