Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffcline authored Oct 28, 2024
1 parent 2fd6746 commit e4ca1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latest/bpg/reliability/application.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ method, you have to make changes to your code. This is further
complicated if you have polyglot applications. You’re also responsible
for maintaining yet another library, across your services.

Service Meshes like http://linkerd.io[LinkerD], http://istio.io[Istio], can be used to
Service Meshes like http://linkerd.io[LinkerD] and http://istio.io[Istio] can be used to

Check warning on line 784 in latest/bpg/reliability/application.adoc

View workflow job for this annotation

GitHub Actions / vale

[vale] latest/bpg/reliability/application.adoc#L784

[RedHat.TermsWarnings] Consider using 'such as' rather than 'like' unless updating existing content that uses the term.
Raw output
{"message": "[RedHat.TermsWarnings] Consider using 'such as' rather than 'like' unless updating existing content that uses the term.", "location": {"path": "latest/bpg/reliability/application.adoc", "range": {"start": {"line": 784, "column": 16}}}, "severity": "WARNING"}

Check warning on line 784 in latest/bpg/reliability/application.adoc

View workflow job for this annotation

GitHub Actions / vale

[vale] latest/bpg/reliability/application.adoc#L784

[BpgDocs.ApprovedUrls] External domain detected: ' http://linkerd.io[LinkerD] -- Review non-aws domains carefully
Raw output
{"message": "[BpgDocs.ApprovedUrls] External domain detected: ' http://linkerd.io[LinkerD] -- Review non-aws domains carefully", "location": {"path": "latest/bpg/reliability/application.adoc", "range": {"start": {"line": 784, "column": 20}}}, "severity": "WARNING"}

Check warning on line 784 in latest/bpg/reliability/application.adoc

View workflow job for this annotation

GitHub Actions / vale

[vale] latest/bpg/reliability/application.adoc#L784

[BpgDocs.ApprovedUrls] External domain detected: ' http://istio.io[Istio] -- Review non-aws domains carefully
Raw output
{"message": "[BpgDocs.ApprovedUrls] External domain detected: ' http://istio.io[Istio] -- Review non-aws domains carefully", "location": {"path": "latest/bpg/reliability/application.adoc", "range": {"start": {"line": 784, "column": 51}}}, "severity": "WARNING"}
implement distributed tracing in your application with minimal changes
to the application code. You can use service mesh to standardize metrics
generation, logging, and tracing.
Expand Down

0 comments on commit e4ca1cc

Please sign in to comment.