-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from odidev/otel
Add opentelemetry-python, opentelemetry-cpp and cortex files
- Loading branch information
Showing
3 changed files
with
90 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,30 @@ | ||
--- | ||
name: cortex | ||
category: Monitoring | ||
description: Cortex is horizontally scalable, highly available, multi-tenant, long term storage for Prometheus. | ||
download_url: https://github.com/cortexproject/cortex/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 1.10.0 | ||
release_date: 5/8/2021 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://cortexmetrics.io/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://cortexmetrics.io/docs/getting-started/ | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://github.com/cortexproject/cortex/releases/tag/v1.10.0 | ||
release_notes__recommended_minimum: | ||
other_info: | ||
|
||
--- |
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,30 @@ | ||
--- | ||
name: opentelemetry-cpp | ||
category: Tracing | ||
description: C++ Client for observability framework & toolkit designed to create, manage telemetry data such as traces, metrics, and log. | ||
download_url: https://github.com/open-telemetry/opentelemetry-cpp/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 0.1.0 | ||
release_date: 18/12/2020 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://opentelemetry.io/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://opentelemetry.io/docs/languages/cpp/getting-started/ | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: The Project don't build/test on arm64 in ci although arm64 support is present, Refer- https://github.com/open-telemetry/opentelemetry-cpp/discussions/2261. | ||
|
||
--- |
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,30 @@ | ||
--- | ||
name: opentelemetry-python | ||
category: Tracing | ||
description: Python sdk and api for observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. | ||
download_url: https://github.com/open-telemetry/opentelemetry-python/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 0.1.0 | ||
release_date: 1/10/2019 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://opentelemetry.io/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://opentelemetry.io/docs/languages/python/getting-started/ | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: The project releases architecture independent wheels on PYPI. There is already an issue raised for adding arm64 support https://github.com/open-telemetry/opentelemetry-python/issues/2697. | ||
|
||
--- |