Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions keps/sig-instrumentation/3077-contextual-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,10 @@ become slightly worse.
Initial micro benchmarking shows that function call overhead increases. This is
not expected to be measurable during realistic workloads.

###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?

No.

### Troubleshooting

###### How does this feature react if the API server and/or etcd is unavailable?
Expand Down
2 changes: 1 addition & 1 deletion keps/sig-instrumentation/3077-contextual-logging/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ see-also:
- "/keps/sig-instrumentation/1602-structured-logging"

# The target maturity stage in the current dev cycle for this KEP.
stage: alpha
stage: beta

# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
Expand Down