-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
registry: Add Missing Rust Crates #4062
Merged
cartermp
merged 4 commits into
open-telemetry:main
from
hdost:feat/1582-add-missing-crates
Feb 28, 2024
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,19 @@ | ||
# cSpell:ignore Datadog | ||
title: Datadog Exporter | ||
registryType: exporter | ||
language: rust | ||
tags: | ||
- rust | ||
- exporter | ||
- propagators | ||
license: Apache 2.0 | ||
description: A Rust OpenTelemetry exporter and propagators for Datadog | ||
authors: | ||
- name: OpenTelemetry Authors | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-datadog | ||
createdAt: 2021-03-24 | ||
package: | ||
registry: crates | ||
name: opentelemetry-datadog | ||
version: 0.10.0 |
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
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,21 @@ | ||
title: user_events Logs Exporter | ||
registryType: exporter | ||
language: rust | ||
tags: | ||
- rust | ||
- exporter | ||
- linux | ||
- user_events | ||
license: Apache 2.0 OR MIT | ||
description: | ||
A Rust OpenTelemetry Log exporter for [Linux Kernel | ||
user_events](https://docs.kernel.org/trace/user_events.html) | ||
authors: | ||
- name: OpenTelemetry Authors | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-user-events-logs | ||
createdAt: 2023-07-29 | ||
package: | ||
registry: crates | ||
name: opentelemetry-user-events-logs | ||
version: 0.3.0 |
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,21 @@ | ||
title: user_events Metrics Exporter | ||
registryType: exporter | ||
language: rust | ||
tags: | ||
- rust | ||
- exporter | ||
- linux | ||
- user_events | ||
license: Apache 2.0 OR MIT | ||
description: | ||
A Rust OpenTelemetry Metric exporter for [Linux Kernel | ||
user_events](https://docs.kernel.org/trace/user_events.html) | ||
authors: | ||
- name: OpenTelemetry Authors | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-user-events-metrics | ||
createdAt: 2023-07-29 | ||
package: | ||
registry: crates | ||
name: opentelemetry-user-events-metrics | ||
version: 0.3.0 |
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,18 @@ | ||
# cSpell:ignore Rothstein | ||
title: Trillium Instrumentation | ||
registryType: instrumentation | ||
language: rust | ||
tags: | ||
- rust | ||
- instrumentation | ||
license: Apache 2.0 OR MIT | ||
description: OpenTelemetry integration for the Trillium web framework. | ||
authors: | ||
- name: Jacob Rothstein | ||
urls: | ||
repo: https://github.com/trillium-rs/trillium-opentelemetry | ||
createdAt: 2021-04-25 | ||
package: | ||
registry: crates | ||
name: opentelemetry-trillium-opentelemetry | ||
version: 0.2.16 |
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,21 @@ | ||
title: AWS Utilities | ||
registryType: utilities | ||
description: Utilities related to AWS including XRay Propagator and IDGenerator. | ||
language: rust | ||
tags: | ||
- rust | ||
- utilities | ||
- propagator | ||
- aws | ||
- xray | ||
license: Apache 2.0 | ||
authors: | ||
- name: OpenTelemetry Authors | ||
|
||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-aws | ||
createdAt: 2021-02-08 | ||
package: | ||
registry: crates | ||
name: opentelemetry-aws | ||
version: 0.10.0 |
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,23 @@ | ||
title: OpenTelemetry Jaeger context propagation | ||
registryType: utilities | ||
language: rust | ||
tags: | ||
- rust | ||
- jaeger | ||
- utilities | ||
- propagator | ||
license: Apache 2.0 | ||
description: > | ||
This library provides support for propagating trace context in the Jaeger | ||
https://www.jaegertracing.io/docs/1.20/client-libraries/#propagation-format | ||
format. | ||
|
||
authors: | ||
- name: OpenTelemetry Authors | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-jaeger-propagator | ||
createdAt: 2024-02-25 | ||
package: | ||
registry: crates | ||
name: opentelemetry-jaeger-propagator | ||
version: 0.1.0 |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason why we still keep the prior author name?