Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USM: update list of supported protocols and TLS implementations #25461

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
9 changes: 8 additions & 1 deletion content/en/universal_service_monitoring/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ Supported Windows platforms

Supported application-layer protocols
: HTTP<br/>
HTTPS (OpenSSL)
HTTP2/gRPC<br/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd split them into 2 lines
let's add kafka as well with a comment about preview state


Supported TLS implementations
: GnuTLS<br/>
Go TLS<br/>
Istio TLS<br/>
NodeJS TLS<br/>
OpenSSL<br/>
Comment on lines +29 to +34
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're under the TLS section, so no need to write NodeJS TLS or Go TLS


Known limitations
: Universal Service Monitoring requires the use of Datadog's `system-probe`, which is not supported on Google Kubernetes Engine (GKE) Autopilot.
Expand Down
Loading