oracle-db-appdev-monitoring
oracle-db-appdev-monitoring copied to clipboard
Environment variables as labels ?
Hi,
Great tool !!
I had few questions -
-
Is there a way to add additional labels that are not the column names in the table ? for example, can I add $HOSTNAME, $ENVIRONMENT as labels which could be exported as environment variable on the host?
-
do the meters/metric name always have to start with oracledb ? Can we rename that ?
-
Is it possible to query an external Api for metadata and merge with the SQL query to add additional labels ?
Hi @agkcn thanks for your feebback and questions, let us take a look and get back to you on these soon!
In the upcoming 2.0.3 release, it will be possible to add custom labels per database. You may use environment variables for the values
databases:
mydb:
labels:
hostname: $HOSTNAME
environment: $ENVIRONMENT