Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minimum_supported_agent_version in metadata.yaml. #618

Merged
merged 2 commits into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ configuration_options:
description: A list of filesystem path patterns to exclude from the set matched by include_paths.
- name: wildcard_refresh_interval
default: 60s
description: The interval at which wildcard file paths in include_paths are refreshed. Given as a time duration, for example 30s or 2m. This property might be useful under high logging throughputs where log files are rotated faster than the default interval.

description: The interval at which wildcard file paths in include_paths are refreshed. Given as a time duration, for example 30s or 2m. This property might be useful under high logging throughputs where log files are rotated faster than the default interval.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ configuration_options:
description: This value must be varnish.
- name: include_paths
default: '[/var/log/varnish/varnishncsa.log]'
description: A varnishncsa default log path to read by tailing each file.
description: A varnishncsa default log path to read by tailing each file.
- name: exclude_paths
default: null
description: A list of filesystem path patterns to exclude from the set matched by include_paths.
Expand All @@ -108,6 +108,7 @@ configuration_options:
description: A time.Duration value, such as 30s or 5m.
minimum_supported_agent_version:
metrics: 2.15.0
logging: 2.16.0
expected_logs:
- log_name: varnish
fields:
Expand Down