[weather]
keep = [
"temp*", "humid*", "wind*", "forecast*", "condition*",
"pressure*", "visibility*", "uv*", "precipitation*", "sunrise*",
"sunset*", "feels_like*", "dew_point*",
]
drop = [
"station_id", "sensor_*", "calibration*", "maintenance_*",
"debug_*", "trace_*",
]
[devops]
keep = [
"status*", "pod*", "node*", "deploy*", "error*",
"cpu*", "memory*", "replicas*", "ready*", "restart*",
"container*", "image*", "namespace*",
]
drop = [
"internal_*", "debug_*", "trace_*", "managed_fields*",
"uid", "self_link", "resource_version", "generation",
"owner_references*",
]
[database]
keep = [
"query*", "table*", "row*", "index*", "latency*",
"schema*", "connection*", "result*", "column*",
]
drop = [
"internal_*", "debug_*",
]
[git]
keep = [
"branch*", "status", "modified*", "staged*", "untracked*",
"ahead*", "behind*", "commit*", "message*", "diff*",
"file*", "path*",
]
drop = [
"author_*", "committer_*", "debug_*",
]
[default]
drop = [
"debug", "trace", "traces", "stack", "stacktrace",
"logs", "logging",
]