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
Copy file name to clipboardExpand all lines: content/monitors/notifications.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ Send the monitor notification to the appropriate endpoint:
229
229
230
230
After having installed the Slack integration, type `@slack` in your notification message to see the available list of channels to send your notification to.
231
231
232
-
#### @-mentions in Slack from monitor alert
232
+
**@-mentions in Slack from monitor alert**:
233
233
234
234
Wrap the `@username` in `< >` as seen below in your monitors message template to **@ notify** the defined user within slack notifications.
235
235
For example this configuration:
@@ -251,7 +251,7 @@ For user groups, use `<!subteam^GROUP_ID|GROUP_NAME>`. To find the `GROUP_ID`, [
251
251
Note: Trailing special characters in a channel name are unsupported for the Slack @-notifications.
252
252
e.g. `@----critical_alerts` works, but `@--critical_alerts--` won't receive any notifications.
253
253
254
-
#### Using message template variables to dynamically create @-mentions
254
+
**Using message template variables to dynamically create @-mentions**:
255
255
256
256
Use message template variables within a monitor message to dynamically build **@-mentions**.
Copy file name to clipboardExpand all lines: content/tracing/advanced_usage/_index.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Tags are key-value pairs attached to spans. All tags share a single namespace.
15
15
16
16
The Datadog UI uses specific tags to set UI properties, such as an application's service name. A full list of these tags can be found in the [Datadog][java api doc] and [OpenTracing][opentracing java doc] APIs.
17
17
18
-
### Custom Tags
18
+
**Custom Tags**:
19
19
20
20
Custom tags are set using the OpenTracing API.
21
21
@@ -458,7 +458,7 @@ OpenTracing is a vendor-neutral, cross-language standard for tracing application
458
458
459
459
Use the [OpenTracing API][opentracing-java] and the Datadog Tracer (dd-trace-ot) library to measure execution times for specific pieces of code. This lets you trace your application more precisely than you can with the Java Agent alone.
460
460
461
-
### Setup
461
+
**Setup**:
462
462
463
463
For Maven, add this to `pom.xml`:
464
464
@@ -497,7 +497,7 @@ Configure your application using environment variables or system properties as d
By default, logging from this library is disabled. In order to get debbuging information and errors sent to logs, the `debug` options should be set to `true` in the [init()][init method] method.
0 commit comments