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
@@ -125,7 +133,9 @@ Example of the complete configuration described in the `CamundaRestConfig` class
125
133
24. Whether to always use the request path template when logging. The default is to always use the path template, except for the `TRACE` logging level, which uses the full path.
126
134
25. Enables module metrics (default `true`)
127
135
26. Configures [SLO](https://www.atlassian.com/ru/incident-management/kpis/sla-vs-slo-vs-sli) for [DistributionSummary](https://github.com/micrometer-metrics/micrometer-docs/blob/main/src/docs/concepts/distribution-summaries.adoc) metrics
128
-
27. Enables module tracing (default is `true`)
136
+
27. Configures tags for metrics (optional)
137
+
28. Enables module tracing (default is `true`)
138
+
29. Configures attributes for tracing (optional)
129
139
130
140
=== ":simple-yaml: `YAML`"
131
141
@@ -165,8 +175,14 @@ Example of the complete configuration described in the `CamundaRestConfig` class
@@ -197,7 +213,9 @@ Example of the complete configuration described in the `CamundaRestConfig` class
197
213
24. Whether to always use the request path template when logging. The default is to always use the path template, except for the `TRACE` logging level, which uses the full path.
198
214
25. Enables module metrics (default `true`)
199
215
26. Configures [SLO](https://www.atlassian.com/ru/incident-management/kpis/sla-vs-slo-vs-sli) for [DistributionSummary](https://github.com/micrometer-metrics/micrometer-docs/blob/main/src/docs/concepts/distribution-summaries.adoc) metrics
0 commit comments