From 40f3bed54b0fca7ea0518157e3b0359e289ec7a3 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sat, 31 Oct 2015 16:11:55 +0000 Subject: [PATCH] Catch up open tsdb docs --- .../src/main/asciidoc/production-ready-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 1584f8e1a8a..a0ad8f04632 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -1155,9 +1155,9 @@ recommendations. [[production-ready-metric-writers-export-to-open-tsdb]] ==== Example: Export to Open TSDB -If you provide a `@Bean` of type `OpenTsdbMetricWriter` and mark it +If you provide a `@Bean` of type `OpenTsdbGaugeWriter` and mark it `@ExportMetricWriter` metrics are exported to http://opentsdb.net/[Open TSDB] for -aggregation. The `OpenTsdbMetricWriter` has a `url` property that you need to set +aggregation. The `OpenTsdbGaugeWriter` has a `url` property that you need to set to the Open TSDB "`/put`" endpoint, e.g. `http://localhost:4242/api/put`). It also has a `namingStrategy` that you can customize or configure to make the metrics match the data structure you need on the server. By default it just passes through the metric name as an