apiserver/pkg/endpoints/handlers
Wei Fu 9ff9bbbc47 *: reduce tracing events during streaming JSON objects
If apiserver is handing heavy traffic volume, it's likely to trigger
tracing events. After streaming JSON objects, the number of tracing events
are same to object number. It's unneccessary to log each write call.
This patch is to reduce tracing events.

Signed-off-by: Wei Fu <fuweid89@gmail.com>

Kubernetes-commit: 003f2157671a694aefecd4dbb7df786e27200a18
2025-03-11 13:26:55 -04:00
..
fieldmanager Apply feedback 2024-06-03 14:59:31 -04:00
finisher add more context to post timeout request activities 2021-04-09 12:09:35 -04:00
metrics Register metrics for apiserver handlers 2023-09-06 17:25:12 +00:00
negotiation remove import doc comments 2024-12-02 14:43:58 +01:00
responsewriters *: reduce tracing events during streaming JSON objects 2025-03-11 13:26:55 -04:00
create.go introduce a proper trace context 2024-04-07 17:58:59 +08:00
create_test.go Add "fieldManager" to flag to PATCH/CREATE/UPDATE 2019-02-16 20:16:11 -08:00
delete.go Possible fix for alpha CI jobs failing with AllowUnsafeMalformedObjectDeletion switched on 2024-11-09 08:56:55 -05:00
delete_test.go add access control check for unsafe delete 2024-10-31 16:01:58 -04:00
doc.go remove import doc comments 2024-12-02 14:43:58 +01:00
get.go apiserver/handlers/watch: encode initialEventsListBlueprint with watchEncoder (#127587) 2024-10-01 11:55:50 +00:00
helpers.go Add namespace to apiserver tracing 2023-09-03 21:50:47 +08:00
helpers_test.go Add namespace to apiserver tracing 2023-09-03 21:50:47 +08:00
namer.go Remove unused selflink parameters from ContextBasedNaming 2022-01-14 10:00:04 +01:00
patch.go Add CBOR feature gates. 2024-11-04 10:40:19 -05:00
response.go Wire serving codecs to CBOR feature gate. 2024-11-01 16:05:32 -04:00
response_test.go apiserver/handlers/watch: encode initialEventsListBlueprint with watchEncoder (#127587) 2024-10-01 11:55:50 +00:00
rest.go drop Enabled() checks for ServerSideFieldValidation feature gate 2023-01-24 17:48:31 +00:00
rest_test.go Use randfill, do API renames 2025-02-20 09:45:22 -08:00
trace_util.go Add namespace to apiserver tracing 2023-09-03 21:50:47 +08:00
update.go SSA: improve create authz error message 2024-08-02 17:20:53 -04:00
watch.go Use application/cbor-seq media type in streaming CBOR responses. 2024-11-01 13:14:06 -04:00