forked from open-telemetry/opentelemetry.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add entries for New Relic's OTel exporters (open-telemetry#113)
* Add entries for New Relic's OTel exporters * fix the tags * add some more .net tags
- Loading branch information
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: New Relic .NET Exporter | ||
registryType: exporter | ||
isThirdParty: true | ||
tags: | ||
- dotnet | ||
- c# | ||
- .net | ||
- exporter | ||
repo: https://github.com/newrelic/newrelic-telemetry-sdk-dotnet | ||
license: Apache 2.0 | ||
description: The OpenTelemetry New Relic Exporter for .Net. | ||
authors: New Relic Authors | ||
otVersion: latest | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: New Relic Go Exporter | ||
registryType: exporter | ||
isThirdParty: true | ||
tags: | ||
- go | ||
- exporter | ||
repo: https://github.com/newrelic/opentelemetry-exporter-go | ||
license: Apache 2.0 | ||
description: The OpenTelemetry New Relic Exporter for Go. | ||
authors: New Relic Authors | ||
otVersion: latest | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: New Relic Java Exporter | ||
registryType: exporter | ||
isThirdParty: true | ||
tags: | ||
- java | ||
- exporter | ||
repo: https://github.com/newrelic/opentelemetry-exporter-java | ||
license: Apache 2.0 | ||
description: The OpenTelemetry New Relic Exporter for Java. | ||
authors: New Relic Authors | ||
otVersion: latest | ||
--- |