-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
1 parent
7d977cf
commit 0409490
Showing
4 changed files
with
98 additions
and
26 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
21 changes: 21 additions & 0 deletions
21
cmd/opampsupervisor/testdata/supervisor/supervisor_logging.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,21 @@ | ||
server: | ||
endpoint: ws://{{.url}}/v1/opamp | ||
|
||
capabilities: | ||
reports_effective_config: true | ||
reports_own_metrics: true | ||
reports_health: true | ||
accepts_remote_config: true | ||
reports_remote_config: true | ||
accepts_restart_command: true | ||
|
||
storage: | ||
directory: '{{.storage_dir}}' | ||
|
||
agent: | ||
executable: ../../bin/otelcontribcol_{{.goos}}_{{.goarch}}{{.extension}} | ||
|
||
telemetry: | ||
logs: | ||
level: {{.log_level}} # info level logs | ||
output_paths: ['{{.log_file}}'] |