NomadBlacky / digdag-plugin-datadog

This Digdag plugin provides operators of Datadog.
MIT License
4 stars 1 forks source link

Markdown support for the `datadog_event` operator #58

Open NomadBlacky opened 4 years ago

NomadBlacky commented 4 years ago

The Datadog Event API doesn't use Markdown by default.
To use Markdown, need to add text block with %%% to the event text.

The datadog_event operator will support markdown parameter.
If true, add text block with %%% to the event text.

+example:
  datadog_event>:
    title: "[TEST] digdag-plugin-datadog"
    markdown: true
    text: |
      # We can use Markdown!

      + foo
          + bar
  source
  codes
  ```


![スクリーンショット 2020-02-26 20 30 29](https://user-images.githubusercontent.com/3215961/75341011-e4050000-58d6-11ea-84eb-445e625e7aff.png)