Skip to content

Commit fd8d03b

Browse files
clarify conversion of aliases from camel to snake case
1 parent d93bdd5 commit fd8d03b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/integrations/java.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ For a given bean, metrics get tagged in the following manner:
6363

6464
Your metric will be mydomain (or some variation depending on the attribute inside the bean) and have the tags `attr0:val0, attr1:val1, domain:mydomain`.
6565

66+
If you specify an alias in an `include` key that is formatted as *camel case*, it will be converted to *snake case*. For example, `MyMetricName` will be shown in Datadog as `my_metric_name`.
67+
6668
## Description of the filters
6769

6870
Each `include` or `exclude` dictionary supports the following keys:

0 commit comments

Comments
 (0)