From 6d98a8cca149750f0579827c6005dbdf77d468c9 Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Mon, 1 Jun 2020 19:25:33 -0700 Subject: [PATCH] remove OpenCensus exporter requirement from the library guideline --- specification/library-guidelines.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/library-guidelines.md b/specification/library-guidelines.md index 96803875843..2fb8e698c70 100644 --- a/specification/library-guidelines.md +++ b/specification/library-guidelines.md @@ -21,7 +21,6 @@ _Note to Language Library Authors:_ OpenTelemetry specification, API and SDK imp 5. The SDK implementation should include the following exporters: - Jaeger. - Zipkin. - - OpenCensus. - Prometheus. - OpenTelemetry Protocol (when the protocol is specified and approved). - Standard output (or logging) to use for debugging and testing as well as an input for the various log proxy tools.