-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Samiur Arif
committed
Mar 25, 2024
1 parent
9cfc872
commit e87a1a7
Showing
9 changed files
with
98 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 was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
internal/configconverter/testdata/with_memory_ballast.yaml
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,15 @@ | ||
receivers: | ||
otlp: | ||
protocols: | ||
grpc: | ||
http: | ||
|
||
extensions: | ||
memory_ballast: | ||
size_mib: 120 | ||
|
||
service: | ||
extensions: [health_check, http_forwarder, zpages, memory_ballast, smartagent] | ||
pipelines: | ||
metrics: | ||
receivers: [otlp] |
11 changes: 11 additions & 0 deletions
11
internal/configconverter/testdata/with_memory_ballast_config_expected.yaml
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,11 @@ | ||
receivers: | ||
otlp: | ||
protocols: | ||
grpc: | ||
http: | ||
|
||
service: | ||
extensions: [health_check, http_forwarder, zpages, smartagent] | ||
pipelines: | ||
metrics: | ||
receivers: [otlp] |
20 changes: 20 additions & 0 deletions
20
internal/configconverter/testdata/without_memory_ballast_config.yaml
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 @@ | ||
extensions: | ||
health_check: | ||
endpoint: "${SPLUNK_LISTEN_INTERFACE}:13133" | ||
http_forwarder: | ||
ingress: | ||
endpoint: "${SPLUNK_LISTEN_INTERFACE}:6060" | ||
egress: | ||
endpoint: "${SPLUNK_API_URL}" | ||
smartagent: | ||
bundleDir: "${SPLUNK_BUNDLE_DIR}" | ||
collectd: | ||
configDir: "${SPLUNK_COLLECTD_DIR}" | ||
zpages: | ||
|
||
|
||
service: | ||
telemetry: | ||
metrics: | ||
address: "${SPLUNK_LISTEN_INTERFACE}:8888" | ||
extensions: [health_check, http_forwarder, zpages, smartagent] |
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