From ed1ee9ced3e0bf6f6b47965344ec260333118b88 Mon Sep 17 00:00:00 2001 From: Nik Date: Thu, 23 Feb 2017 09:18:02 -0800 Subject: [PATCH] note about tags support --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f6ca14..9842736 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ Librato Metrics A convenient Ruby wrapper for the Librato Metrics API. +--- + +**NOTE:** Starting with version 2.1.0 librato-metrics requires a Librato account that [supports tagged metrics](https://www.librato.com/docs/kb/faq/account_questions/tags_or_sources/). If your Librato account doesn't yet support tagged metrics please use the [1.6.1 version](https://rubygems.org/gems/librato-metrics/versions/1.6.1). + +--- + This gem provides granular control for scripting interactions with the Metrics core API. It is well suited for integrations, scripts, workers & background jobs. If you want to submit from a web app, take at look at [librato-rails](https://github.com/librato/librato-rails) and/or [librato-rack](https://github.com/librato/librato-rack). ## Installation