Package org.apache.beam.sdk.io.datadog
package org.apache.beam.sdk.io.datadog
Transforms for writing to Datadog.
The DatadogIO class provides a PTransform that allows writing data to the Datadog Logs API.
For more information on the Datadog Logs API, see the official documentation.
-
ClassesClassDescriptionA class for Datadog events.A builder class for creating
DatadogEventobjects.ACoderforDatadogEventobjects.DatadogEventPublisheris a utility class that helps writeDatadogEvents to a Datadog Logs API endpoint.ADoFnto writeDatadogEvents to Datadog's Logs API.TheDatadogIOclass provides aPTransformthat allows writingDatadogEventmessages into a Datadog Logs API end point.ClassDatadogIO.Writeprovides aPTransformthat allows writingDatadogEventrecords into a Datadog Logs API end-point using HTTP POST requests.A builder for creatingDatadogIO.Writeobjects.A class for capturing errors writingDatadogEvents to Datadog's Logs API.ACoderforDatadogWriteErrorobjects.