otelprocessor

package module
v0.0.0-...-bf93ac0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

README

Redact Processor

This is a processor made to use with the OpenTelemetry Collector, that redacts sensitive information present in log bodies using cockroachdb/redact.

Usage

Follow the guide to build a custom OpenTelemetry collector which has this processor included in it.

# builder-config.yaml

# ...
processors:
  - gomod:
      github.com/thecomputerm/redact/otelprocessor test-otel
# ...

And in the config for the collector:

processors:
  redact:

service:
  pipelines:
    logs:
      receivers: [...]
      processors: [redact]
      exporters: [...]

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() processor.Factory

Types

type Config

type Config struct {
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL