forked from open-telemetry/opentelemetry-demo
-
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.
(chore): merge otel o11y config (open-telemetry#1173)
* merge otel o11y config Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * merge otel o11y config Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * Update otelcol-config-extras.yml Fixed lint --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
- Loading branch information
1 parent
6f16138
commit 3d48777
Showing
6 changed files
with
33 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
# Copyright The OpenTelemetry Authors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# extra settings to be merged into OpenTelemetry Collector configuration | ||
# do not delete this file | ||
|
||
## Example configuration for sending data to your own OTLP HTTP backend | ||
## Note: the spanmetrics exporter must be included in the exporters array | ||
## if overriding the traces pipeline. | ||
## | ||
# exporters: | ||
# otlphttp/example: | ||
# endpoint: <your-endpoint-url> | ||
# | ||
# service: | ||
# pipelines: | ||
# traces: | ||
# exporters: [spanmetrics, otlphttp/example] |
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 was deleted.
Oops, something went wrong.