Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To exclude tags and thus not send them to SPM just edit the monitor configuration file - /opt/spm/spm-monitor/spm-monitor-config-${token}-${jvm}.properties:

Code Block
languagetext
# uncomment and add tags which should be excluded
# SPM_SUPPRESS_TAGS=project:baz, node:qux

...

AWS tag collection is enabled by default.  To disable AWS tags collection adjust the following in the /opt/spm/spm-monitor/spm-monitor-config-${token}-${jvm}.properties file:

Code Block
languagetext
# use true|false if you want/don't want to send AWS tags to SPM
COLLECT_AWS_TAGS=true

...