From 5cea0077e4fdc8fb89118cea3389fc3f1d609516 Mon Sep 17 00:00:00 2001 From: golopot Date: Tue, 11 Jun 2019 14:55:45 +0800 Subject: [PATCH] Update links for DogStatsD in README.md Signed-off-by: Chiawen Chen --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a43b2c..c62ec3b 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ in the long term. ### DogStatsD extensions The exporter will convert DogStatsD-style tags to prometheus labels. See -[Tags](http://docs.datadoghq.com/guides/dogstatsd/#tags) in the DogStatsD +[Tags](https://docs.datadoghq.com/developers/dogstatsd/data_types/#tagging) in the DogStatsD documentation for the concept description and -[Datagram Format](http://docs.datadoghq.com/guides/dogstatsd/#datagram-format) +[Datagram Format](https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/) for specifics. It boils down to appending `|#tag:value,another_tag:another_value` to the normal StatsD format. Tags without values (`#some_tag`) are not supported.