Description Usage Arguments Details Value See Also Examples
send_plain_text()
is an easy to use function to send logs via the Datadog-API.
1 | send_plain_text(message_body)
|
message_body |
the message in plain text format. |
Sending logs in plain text format to the Datadog-API url set with set_api_top_level_domains
. If no top level
domain is specified .eu
will be used.
response of the Datadog-API call.
send_json
, set_api_top_level_domains
, POST
1 2 3 4 5 6 7 8 | ## Not run:
# send "Hello DDog!"
mbody <- "Hello DDog!"
send_plain_text(mbody)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.