Skip to content

Commit

Permalink
ZO-4519: Update metric label
Browse files Browse the repository at this point in the history
  • Loading branch information
wosc committed Jan 25, 2024
1 parent 8d872d7 commit 06ef60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoketest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def config(nightwatch_config): # shorter spelling for our tests


def pytest_configure(config):
config.option.prometheus_job_name = 'vivi-deployment-%s' % config.option.nightwatch_environment
config.option.prometheus_job_name = 'vivi-%s' % config.option.nightwatch_environment
if config.option.prometheus_extra_labels is None:
config.option.prometheus_extra_labels = []
config.option.prometheus_extra_labels.append('project=vivi-deployment')
config.option.prometheus_extra_labels.append('project=vivi')


class ViviClient:
Expand Down

0 comments on commit 06ef60c

Please sign in to comment.