You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional tags to be added to metrics are
env:#{ENV['JPD_ENV']}
hostname:#{ENV['JPD_HOSTNAME']}
version:#{ENV['JPD_VERSION']}
Sending received metrics data
The
ddtags
array doesn't support rupy expressions in the strings.In most places you can use #{} to include ruby code but in the ddtags array there is no such support.
config
fluentd logs
In datadog the values become
DD tags should be able to use dynamic values.
The text was updated successfully, but these errors were encountered: