| Class | Description |
|---|---|
| MetricsTagBuilder |
This class provides a simple way to create tags for metrics that are defined and used in
LogRedactorMetrics. |
| StringRedactor |
This class contains the logic for redacting Strings.
|
| StringRedactorEngine |
This class contains the logic for starting a background thread,
that actively checks for updates in redaction policy, fetches and
compiles the new policy for the log redactor to use.
|
| UrlReader |
This class contains the logic to read a redaction policy into
string from a given URL string
|
| Enum | Description |
|---|---|
| MetricsTagBuilder.ErrorCode |
| Exception | Description |
|---|---|
| RedactionPolicyParseException |
We throw this when we have json parsing exceptions instead of throwing
a jackson JsonMappingException or JsonParseException because that will
expose the jackson internals externally.
|
Copyright © 2022 Confluent, Inc.. All rights reserved.