Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs-beta] guide to log events to datadog #25910

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmpadden
Copy link
Contributor

@cmpadden cmpadden commented Nov 13, 2024

Summary & Motivation

Stephen Bailey shared this excellent example for logging events from Dagster to Datadog.

This example polls Dagster for the latest events via sensor, using a cursor to maintain the context. It then maps the Dagster event to the structure expected by Datadog, and uses the datadog library to log it.

This may be better suited to be pulled into the dagster-datadog integration, or thrown in a "use case" example. But I didn't want it to get lost.

Stephen's original code can be found in this gist.

How I Tested These Changes

Changelog

Insert changelog entry or delete this section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant