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

add retro_compat.disable property #484

Merged
merged 2 commits into from
Oct 27, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions jobs/firehose_exporter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ properties:
firehose_exporter.filter.events:
description: "Comma separated events to filter (ContainerMetric, CounterEvent, Http, ValueMetric)"
default: ""
firehose_exporter.retro_compat.disable:
description: "Disable retro compatibility"
default: false

# web server configuration
firehose_exporter.web.port:
Expand Down
1 change: 1 addition & 0 deletions jobs/firehose_exporter/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ env = {
"FIREHOSE_EXPORTER_WEB_LISTEN_ADDRESS" => ":#{p('firehose_exporter.web.port')}",
"FIREHOSE_EXPORTER_WEB_TELEMETRY_PATH" => p('firehose_exporter.web.telemetry_path'),
"FIREHOSE_EXPORTER_LOG_LEVEL" => p('firehose_exporter.log_level'),
"FIREHOSE_EXPORTER_RETRO_COMPAT_DISABLE" => p('firehose_exporter.retro_compat.disable'),
}

# when value are true
Expand Down