From 631477c243b228f8fd64a136b6195718c3f74e09 Mon Sep 17 00:00:00 2001 From: minquan chen Date: Fri, 27 May 2022 02:22:04 +0800 Subject: [PATCH] [docs] Add status header for tanzuobservability exporter (#10337) * Add status header for tanzuobservability * Apply suggestions from code review Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> * Update README.md Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> --- exporter/tanzuobservabilityexporter/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/exporter/tanzuobservabilityexporter/README.md b/exporter/tanzuobservabilityexporter/README.md index b7a5af1f4425..1a78b9c942a3 100644 --- a/exporter/tanzuobservabilityexporter/README.md +++ b/exporter/tanzuobservabilityexporter/README.md @@ -1,5 +1,14 @@ # Tanzu Observability (Wavefront) Exporter +| Status | | +| ------------------------ |-----------------| +| Stability | [beta] | +| Supported pipeline types | traces, metrics | +| Distributions | [contrib] | + +[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta +[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib + This exporter supports sending metrics and traces to [Tanzu Observability](https://tanzu.vmware.com/observability). ## Prerequisites @@ -206,3 +215,6 @@ bucket counts to estimate the 95th percentile of http.response_times over the la A summary is converted to multiple gauge metrics: one gauge for every quantile in the summary. A special "quantile" tag contains avalue between 0 and 1 indicating the quantile for which the value belongs. + +[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta +[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib