Commit Graph

63 Commits

Author SHA1 Message Date
Arjan Singh Bal 695a785a18
Update unix resolver scheme in custom-name-resolution.md (#1423) 2025-04-23 11:01:45 -07:00
Yash Tibrewal e4f45b90fc
OTel Metrics: Update youtube video link (#1406) 2025-01-25 10:15:57 +05:30
Purnesh Dixit cbe3d9ace9
guides/features: add document for how to gracefully shutdown server (#1388) 2025-01-15 07:07:23 -08:00
nikitaTay 196f408ae7
Embed YouTube videos in different webpages (#1380)
* Changes for EmbedVideos

* minor changes for adding title

* dummy changes for EasyCLA check
2024-11-12 09:25:08 +05:30
Larry Safran f13bf5b30a
Update retry guide diagram (#1371) 2024-10-10 11:21:35 -07:00
Xuan Wang 79b65fd0b4
Add gRPC Keepalive Youtube video link (#1370) 2024-10-09 10:22:18 -07:00
Mark D. Roth 5ce2eb9679
update description of retry backoff behavior (#1356) 2024-09-13 10:01:36 -07:00
Doug Fawley bc90deb31c
Fix typo gRPCs->gRFCs (#1358) 2024-09-10 16:51:06 -07:00
Krzysztof Owczarek 081383d18d
complete sentence for DEADLINE_EXCEEDED description in status-codes.md (#1348)
Documentation is missing a few words in DEADLINE_EXCEEDED status code description
2024-08-21 14:23:33 -07:00
Vindhya Ningegowda 7b283ae90d
Add Go and Java examples to OpenTelemetry Metrics Language examples. (#1342) 2024-08-05 14:04:44 -07:00
Eric Anderson 63ad8717c2
docs/guides/deadlines: Replace "request" with "RPC" (#1336)
Not all usages of request were changed, but any that were talking about
the deadline of a request were changed, because requests don't have
deadlines. Only RPCs have deadlines.

I also made it more clear at which point a timeout would start from
within gRPC.
2024-07-26 16:13:57 -07:00
Gayathri625 a732b16cfc
Embed relevent YT videos to docs (#1325)
* embed relevent YT videos to docs

* add title params

* modify youtube container styling
2024-07-25 11:19:19 -07:00
Gayathri625 3b59eaa8d9
place guides in main menu (#1319) 2024-07-24 13:32:43 -07:00
Purnesh Dixit 2387f6a2eb
Add debugging section with grpcdebug (#1314) 2024-07-03 12:40:58 -07:00
Purnesh Dixit 27a2b1acd5
Add custom backend metrics propoal link to custom lb policies (#1304) 2024-06-24 09:06:01 -07:00
Abhishek Ranjan dfb55fff7c
fix typos in guides/custom-load-balancing.md (#1306) 2024-06-21 08:19:11 -07:00
Yash Tibrewal d78d9060e6
[OpenTelemetry] Add optional locality label for per-call attempt metrics (#1303)
* [OpenTelemetry] Add optional locality label for per-call attempt metrics

* Reviewer comment

* Missing status label
2024-06-18 14:21:49 -07:00
Yash Tibrewal 2c5896c784
OpenTelemetry Metrics: Initial description (#1300)
* OpenTelemetry Metrics: Initial description

* Reviewer comments

* Additional notes

* Add reference

* Fix formatting for NOTE
2024-06-13 13:16:29 -07:00
Justin Timmons de015fd98e
Add link to javascript reflection example (#1292) 2024-06-06 14:32:46 -07:00
Zach Reyes 1df20a63e1
Add link to Go Custom LB Example (#1299) 2024-05-29 14:41:16 -07:00
Michael Beardsworth 571730d1c2
Add link to C++ health checking example (#1289) 2024-05-20 11:24:39 -07:00
Eugene Ostroukhov a59839a611
[C++] Remove mention of `set_buffer_hint` (#1275)
fixes: grpc/grpc#34823
2024-03-26 11:30:52 -07:00
Richard Belleville bda02f92b6
Add Reflection Guide (#1269) 2024-03-11 14:21:11 -07:00
yifeizhuang 97ad71b7d1
guide: add retry (#1264) 2024-03-06 08:59:08 -08:00
Eric Anderson 4f733b4438
Use absolute paths instead of absolute URLs (#1268)
When you specify grpc.io in a URL, it is considered a separate site and
gets the "linking away" anchor behavior, with the icon and opening in a
new tab. Also, such links don't work properly when running locally or
using the PR deploy preview.

In metadata.md, the concepts guide moved locations (see
layouts/index.redirects), so let's inline that redirect.
2024-02-29 13:44:05 -08:00
Eric Anderson d9bbae5fd2
guides: Add interceptors (#1267) 2024-02-29 13:17:39 -08:00
Terry Wilson 59733711dc
Add a service config guide (#1261) 2024-02-29 11:19:28 -08:00
Larry Safran fb661d4de7
Status Codes user guide (#1263) 2024-02-29 11:14:30 -08:00
Terry Wilson 5369677bab
Add missing parenthesis to health checking guide (#1249) 2024-01-16 10:58:04 -08:00
Xuan Wang d90b5f947a
Add OAuth token-based authentication to guide (#1245) 2024-01-12 16:02:13 -08:00
Terry Wilson c11efedde4
Adds example links to the error handling guide (#1247) 2024-01-12 12:51:43 -08:00
Easwar Swaminathan e7e993eb0c
Fix default value of KEEPALIVE_TIME (#1239) 2024-01-02 10:29:55 -08:00
Easwar Swaminathan 995e91e4ba
Remove line about combining headers as an optimization (#1234) 2023-12-19 15:24:28 -08:00
Terry Wilson fb004c28d8
Add a link to the cpp cancellation example (#1224) 2023-11-07 15:59:28 -08:00
Tomer Brisker 338a44d03b
Correct typo in flow-control.md (#1196) 2023-10-04 15:26:15 -07:00
Easwar Swaminathan d357308215
Add a guide for request hedging (#1199) 2023-10-03 10:42:42 -07:00
Larry Safran 449b10983e
Metadata user guide (#1190) 2023-09-26 13:19:43 -07:00
Terry Wilson 50a7a9906e
Fix bullet points in the health check guide (#1194) 2023-09-12 14:22:45 -07:00
Terry Wilson 5260447ed7
User guide for health checking (#1191) 2023-09-08 18:06:39 -07:00
Xuan Wang 67e5038dd4
Update authentication user guide (#1180) 2023-08-22 13:54:22 -07:00
flyqie 007035bbf0
fix: Go example url error in Wait-for-Ready documentation page (#1179) 2023-08-21 10:08:45 -07:00
Matthew Stevenson 8919e6bf62
Clarify what GCP platforms are supported by gRPC's ALTS libraries. (#1174) 2023-08-07 11:38:55 -07:00
yifeizhuang 8397c58ecc
add orca guide (#1131) 2023-06-09 10:38:36 -07:00
Richard Belleville 4f035984fd
First draft of custom name resolver docs (#1139) 2023-06-08 13:05:42 -07:00
Richard Belleville 640b83575e
First draft of cancellation doc (#1137) 2023-06-05 13:17:49 -07:00
Xuan Wang 1a668d2016
User guide for keepalive and compression (#1135) 2023-05-30 13:21:54 -07:00
Larry Safran 620ff1529d
Add a wait for ready user guide as part of 2023Q2 Doc Fixit (#1134)
Fixes b/275390889
2023-05-30 13:13:26 -07:00
Larry Safran de67099d60
Add a flow control user guide (#1132) 2023-05-30 13:09:01 -07:00
Terry Wilson 2d7c386412
Guide for deadlines (#1136) 2023-05-30 09:33:37 -07:00
Terry Wilson 3a0c482932
User guide for custom load balancing policies (#1128) 2023-05-19 09:51:59 -07:00