The Oracle collector now prepends the view name to each metric to avoid overwriting metrics from different views with the same names

This commit is contained in:
dvanaken
2019-11-05 11:05:39 -05:00
committed by Dana Van Aken
parent 6283186d76
commit d874ca6a8b
19 changed files with 11949 additions and 20017 deletions

View File

@@ -77,6 +77,9 @@ DRIVER_HOME = os.path.dirname(os.path.realpath(__file__))
# Path to the directory for storing results
RESULT_DIR = os.path.join(DRIVER_HOME, 'results')
# Path to temp directory
TEMP_DIR = '/tmp/driver'
# Path to the directory for storing database dump files
DB_DUMP_DIR = os.path.join(DRIVER_HOME, 'dumpfiles')