Skip to content

Markdown support for the datadog_event operator #58

@NomadBlacky

Description

@NomadBlacky

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

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions