elastic / elastic/elastic-otel-java

[Config] Add Sanitizing field names

Open
#307 0 comments 0 reactions 0 assignees View on GitHub
agent-java
Dominant language
Java
Stars
35
Forks
32
Avg merge
1d 8h
Merged PRs (30d)
30

Description

### Classic agent link
- https://www.elastic.co/guide/en/apm/agent/java/current/config-core.html#config-sanitize-field-names

### What it does
Allows a list of wildcard patterns of field names which should be sanitized. Applies to HTTP headers and application/x-www-form-urlencoded data and queues (JMS, RabbitMQ, SQS, kafka)

### Implementation difficulty, location, and dynamism
- Need to do this in the exporter.
- Currently the upstream agent only has db santization. https://opentelemetry.io/docs/zero-code/java/agent/configuration/#db-statement-sanitization
- It can be contributed upstream
- It can be dynamic

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.