erldns_empty_verification (erldns v10.5.5)
View SourceRaise an event if the given message is empty or refused.
Telemetry events
May emit the following telemetry events:
[erldns, pipeline, refused]
Emitted when the empty verification pipe sees a resolved response with rcode REFUSED.
- Measurements:
#{count => 1} - Metadata:
#{}
[erldns, pipeline, empty]
Emitted when the empty verification pipe sees a resolved response with zero answer, authority, and additional records.
- Measurements:
#{count => 1} - Metadata:
#{}
Summary
Functions
erldns_pipeline:call/2 callback.
Functions
-spec call(dns:message(), erldns_pipeline:opts()) -> dns:message().
erldns_pipeline:call/2 callback.