forked from open-telemetry/opentelemetry-rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logos and overview section to crate readmes (open-telemetry#311)
Co-authored-by: Jan Kühle <[email protected]>
- Loading branch information
Showing
15 changed files
with
187 additions
and
19 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,3 +1,27 @@ | ||
![OpenTelemetry — An observability framework for cloud-native software.][splash] | ||
|
||
[splash]: https://raw.githubusercontent.com/open-telemetry/opentelemetry-rust/master/assets/logo-text.png | ||
|
||
# OpenTelemetry Contrib | ||
|
||
Contrib repo for OpenTelemetry Rust implementation. | ||
Community supported vendor integrations for applications instrumented with [`OpenTelemetry`]. | ||
|
||
[![Crates.io: opentelemetry-contrib](https://img.shields.io/crates/v/opentelemetry-contrib.svg)](https://crates.io/crates/opentelemetry-contrib) | ||
[![Documentation](https://docs.rs/opentelemetry-contrib/badge.svg)](https://docs.rs/opentelemetry-contrib) | ||
[![LICENSE](https://img.shields.io/crates/l/opentelemetry-contrib)](./LICENSE) | ||
[![GitHub Actions CI](https://github.com/open-telemetry/opentelemetry-rust/workflows/CI/badge.svg)](https://github.com/open-telemetry/opentelemetry-rust/actions?query=workflow%3ACI+branch%3Amaster) | ||
[![Gitter chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/open-telemetry/opentelemetry-rust) | ||
|
||
[Documentation](https://docs.rs/opentelemetry-contrib) | | ||
[Chat](https://gitter.im/open-telemetry/opentelemetry-rust) | ||
|
||
## Overview | ||
|
||
[`OpenTelemetry`] is a collection of tools, APIs, and SDKs used to instrument, | ||
generate, collect, and export telemetry data (metrics, logs, and traces) for | ||
analysis in order to understand your software's performance and behavior. This | ||
crate provides additional propagators and exporters for sending telemetry data | ||
to vendors like [`Datadog`]. | ||
|
||
[`Datadog`]: https://www.datadoghq.com/ | ||
[`OpenTelemetry`]: https://crates.io/crates/opentelemetry |
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
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
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 |
---|---|---|
@@ -1,3 +1,27 @@ | ||
![OpenTelemetry — An observability framework for cloud-native software.][splash] | ||
|
||
[splash]: https://raw.githubusercontent.com/open-telemetry/opentelemetry-rust/master/assets/logo-text.png | ||
|
||
# OpenTelemetry Prometheus | ||
|
||
A Prometheus exporter implementation for OpenTelemetry Rust. | ||
[`Prometheus`] integration for applications instrumented with [`OpenTelemetry`]. | ||
|
||
[![Crates.io: opentelemetry-prometheus](https://img.shields.io/crates/v/opentelemetry-prometheus.svg)](https://crates.io/crates/opentelemetry-prometheus) | ||
[![Documentation](https://docs.rs/opentelemetry-prometheus/badge.svg)](https://docs.rs/opentelemetry-prometheus) | ||
[![LICENSE](https://img.shields.io/crates/l/opentelemetry-prometheus)](./LICENSE) | ||
[![GitHub Actions CI](https://github.com/open-telemetry/opentelemetry-rust/workflows/CI/badge.svg)](https://github.com/open-telemetry/opentelemetry-rust/actions?query=workflow%3ACI+branch%3Amaster) | ||
[![Gitter chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/open-telemetry/opentelemetry-rust) | ||
|
||
[Documentation](https://docs.rs/opentelemetry-prometheus) | | ||
[Chat](https://gitter.im/open-telemetry/opentelemetry-rust) | ||
|
||
## Overview | ||
|
||
[`OpenTelemetry`] is a collection of tools, APIs, and SDKs used to instrument, | ||
generate, collect, and export telemetry data (metrics, logs, and traces) for | ||
analysis in order to understand your software's performance and behavior. This | ||
crate provides a pipeline and exporter for exposing metrics information to | ||
Prometheus for processing and visualization. | ||
|
||
[`Prometheus`]: https://prometheus.io | ||
[`OpenTelemetry`]: https://crates.io/crates/opentelemetry |
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 |
---|---|---|
@@ -1,3 +1,27 @@ | ||
![OpenTelemetry — An observability framework for cloud-native software.][splash] | ||
|
||
[splash]: https://raw.githubusercontent.com/open-telemetry/opentelemetry-rust/master/assets/logo-text.png | ||
|
||
# OpenTelemetry Semantic Conventions | ||
|
||
OpenTelemetry semantic conventions are agreed standardized naming patterns for OpenTelemetry things. This crate aims to be the centralized place to interact with these conventions. | ||
Semantic conventions for applications instrumented with [`OpenTelemetry`]. | ||
|
||
[![Crates.io: opentelemetry-semantic-conventions](https://img.shields.io/crates/v/opentelemetry-semantic-conventions.svg)](https://crates.io/crates/opentelemetry-semantic-conventions) | ||
[![Documentation](https://docs.rs/opentelemetry-semantic-conventions/badge.svg)](https://docs.rs/opentelemetry-semantic-conventions) | ||
[![LICENSE](https://img.shields.io/crates/l/opentelemetry-semantic-conventions)](./LICENSE) | ||
[![GitHub Actions CI](https://github.com/open-telemetry/opentelemetry-rust/workflows/CI/badge.svg)](https://github.com/open-telemetry/opentelemetry-rust/actions?query=workflow%3ACI+branch%3Amaster) | ||
[![Gitter chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/open-telemetry/opentelemetry-rust) | ||
|
||
[Documentation](https://docs.rs/opentelemetry-semantic-conventions) | | ||
[Chat](https://gitter.im/open-telemetry/opentelemetry-rust) | ||
|
||
## Overview | ||
|
||
[`OpenTelemetry`] is a collection of tools, APIs, and SDKs used to instrument, | ||
generate, collect, and export telemetry data (metrics, logs, and traces) for | ||
analysis in order to understand your software's performance and behavior. This | ||
crate provides standardized naming patterns for attributes, labels, and | ||
resources to help facilitate interoperability and compatibility with processing | ||
and visualization tools. | ||
|
||
[`OpenTelemetry`]: https://crates.io/crates/opentelemetry |
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
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