public class StatusCodeRateAnalysis extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<Event>,org.apache.beam.sdk.values.PCollection<Alert>> implements DocumentingTransform
This can be used for specific error codes or applications that use redirects instead of errors
Constructor and Description |
---|
StatusCodeRateAnalysis(HTTPRequestToggles toggles,
Boolean enableIprepdDatastoreExemptions,
String iprepdDatastoreExemptionsProject)
Initializer for
StatusCodeRateAnalysis |
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<Alert> |
expand(org.apache.beam.sdk.values.PCollection<Event> input) |
String |
getTransformDoc()
Get documentation string from transform based on it's current configuration
|
public StatusCodeRateAnalysis(HTTPRequestToggles toggles, Boolean enableIprepdDatastoreExemptions, String iprepdDatastoreExemptionsProject)
StatusCodeRateAnalysis
toggles
- HTTPRequestToggles
enableIprepdDatastoreExemptions
- True to enable datastore exemptionsiprepdDatastoreExemptionsProject
- Project to look for datastore entities inpublic String getTransformDoc()
getTransformDoc
in interface DocumentingTransform
Copyright © 2022. All rights reserved.