Skip to content

Commit

Permalink
Bexhoma: config.monitoring_sut to deactivate monitoring of SUT for se…
Browse files Browse the repository at this point in the history
…rvices outside of K8s
  • Loading branch information
perdelt committed Nov 29, 2024
1 parent b9f0d3e commit ec0f0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ycsb.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ def set_metric_of_config(self, metric, host, gpuid):
# CockroachDB
name_format = 'DatabaseService-{threads}-{pods}-{target}'
config = configurations.ycsb(experiment=experiment, docker='DatabaseService', configuration=name_format.format(threads=loading_threads, pods=loading_pods, target=loading_target), alias='DatabaseService')
config.monitoring_sut = False # cannot be monitored since outside of K8s
config.set_storage(
storageConfiguration = 'databaseservice'
)
Expand Down

0 comments on commit ec0f0d1

Please sign in to comment.