-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into more-shortcodes-for-exporter-pages
- Loading branch information
Showing
27 changed files
with
192 additions
and
29 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
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
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
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 |
---|---|---|
|
@@ -202,6 +202,13 @@ | |
contact: '' | ||
oss: false | ||
commercial: true | ||
- name: Middleware | ||
distribution: true | ||
nativeOTLP: true | ||
url: 'https://docs.middleware.io/open-telemetry' | ||
contact: '[email protected]' | ||
oss: false | ||
commercial: true | ||
- name: New Relic | ||
distribution: false | ||
nativeOTLP: true | ||
|
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,24 @@ | ||
# cSpell:ignore otelarrowexporter | ||
title: OpenTelemetry Protocol with Apache Arrow Exporter | ||
registryType: exporter | ||
language: collector | ||
tags: | ||
- apache | ||
- arrow | ||
- exporter | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/otelarrowexporter | ||
license: Apache 2.0 | ||
description: | ||
Exports telemetry data using [OpenTelemetry Protocol with Apache | ||
Arrow](https://github.com/open-telemetry/otel-arrow) components with support | ||
for both OpenTelemetry Protocol with Apache Arrow and standard OpenTelemetry | ||
Protocol (OTLP) protocol via gRPC. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-02-05 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter | ||
version: v0.93.0 |
24 changes: 24 additions & 0 deletions
24
data/registry/collector-extension-solarwindsapmsettings.yml
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,24 @@ | ||
# cSpell:ignore solarwinds solarwindsapmsettingsextension | ||
title: Solarwinds APM Settings extension | ||
registryType: extension | ||
language: collector | ||
tags: | ||
- solarwinds | ||
- apm | ||
- settings | ||
- extension | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/solarwindsapmsettingsextension | ||
license: Apache 2.0 | ||
description: | ||
The Solarwinds APM Settings extension gets Solarwinds APM specific settings | ||
from Solarwinds APM collector and `/tmp/solarwinds-apm-settings.json` & | ||
`/tmp/solarwinds-apm-settings-raw` periodically. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-02-05 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/extension/solarwindsapmsettingsextension | ||
version: v0.93.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 @@ | ||
# cSpell:ignore deltatocumulativeprocessor deltatocumulative | ||
title: Delta to cumulative processor | ||
registryType: processor | ||
language: collector | ||
tags: | ||
- deltatocumulative | ||
- processor | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/deltatocumulativeprocessor | ||
license: Apache 2.0 | ||
description: | ||
The delta to cumulative processor (`deltatocumulativeprocessor`) converts | ||
metrics from delta temporality to cumulative, by accumulating samples in | ||
memory. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-02-05 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor |
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,20 @@ | ||
# cSpell:ignore intervalprocessor | ||
title: Interval Processor | ||
registryType: processor | ||
language: collector | ||
tags: | ||
- interval | ||
- processor | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/intervalprocessor | ||
license: Apache 2.0 | ||
description: | ||
The interval processor (`intervalprocessor`) aggregates metrics and | ||
periodically forwards the latest values to the next component in the pipeline. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-02-05 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/intervalprocessor |
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 |
---|---|---|
|
@@ -18,4 +18,4 @@ createdAt: 2022-03-23 | |
package: | ||
registry: hex | ||
name: opentelemetry_ecto | ||
version: 1.1.2 | ||
version: 1.2.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 |
---|---|---|
|
@@ -17,4 +17,4 @@ createdAt: 2022-03-23 | |
package: | ||
registry: hex | ||
name: opentelemetry_ecto | ||
version: 1.1.2 | ||
version: 1.2.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
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,22 @@ | ||
# cSpell:ignore openai | ||
title: OpenTelemetry openai-php/client auto-instrumentation | ||
registryType: instrumentation | ||
language: php | ||
tags: | ||
- openai | ||
- instrumentation | ||
- php | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/OpenAIPHP | ||
license: Apache 2.0 | ||
description: | ||
This package provides auto-instrumentation for | ||
[openai-php/client](https://packagist.org/packages/openai-php/client) to help | ||
you understand the interactions with OpenAI compatible services. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-02-05 | ||
package: | ||
registry: packagist | ||
name: open-telemetry/opentelemetry-auto-openai-php | ||
version: 0.0.1 |
File renamed without changes.
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
Oops, something went wrong.