From a61d083e520f1773f60d6043fe605e260e0b98f5 Mon Sep 17 00:00:00 2001 From: Martin Hickey Date: Wed, 13 Apr 2022 17:04:33 +0100 Subject: [PATCH] Add Instana JS exporter to registry Signed-off-by: Martin Hickey --- content/en/registry/exporter-js-instana.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/en/registry/exporter-js-instana.md diff --git a/content/en/registry/exporter-js-instana.md b/content/en/registry/exporter-js-instana.md new file mode 100644 index 000000000000..5cbe02874393 --- /dev/null +++ b/content/en/registry/exporter-js-instana.md @@ -0,0 +1,15 @@ +--- +title: Instana Node.js Exporter +registryType: exporter +isThirdParty: true +language: js +tags: + - Node.js + - exporter + - Instana +repo: https://github.com/instana/nodejs/tree/main/packages/opentelemetry-exporter +license: MIT +description: The Instana Node.js OpenTelemetry Exporter. +authors: Instana Authors +otVersion: latest +--- \ No newline at end of file