-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: OR-1349 use asynchronous index creator
- Loading branch information
Jan Lesage
committed
Dec 14, 2023
1 parent
6abbcf4
commit 3e9421c
Showing
2 changed files
with
42 additions
and
1 deletion.
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,41 @@ | ||
receivers: | ||
otlp: | ||
protocols: | ||
grpc: | ||
http: | ||
include_metadata: true | ||
cors: | ||
max_age: 7200 | ||
|
||
exporters: | ||
logging: | ||
|
||
otlp/elastic: | ||
endpoint: https://a8e27ab098f54752b227af78fc609169.es.ops.vl.be:9243 | ||
headers: | ||
Authorization: "Bearer iHyyarDx8Bvn9WYXDv" | ||
|
||
extensions: | ||
health_check: | ||
path: "/health" | ||
|
||
processors: | ||
batch: | ||
|
||
service: | ||
extensions: | ||
- health_check | ||
|
||
pipelines: | ||
traces: | ||
receivers: [otlp] | ||
processors: [batch] | ||
exporters: [logging, otlp/elastic] | ||
metrics: | ||
receivers: [otlp] | ||
processors: [batch] | ||
exporters: [logging, otlp/elastic] | ||
logs: | ||
receivers: [otlp] | ||
processors: [batch] | ||
exporters: [logging, otlp/elastic] |
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