This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
guides/http: document Java Jetty client integration
Document the Java Jetty client integration with a guide, an end-to-end example and screenshots. Updates #562
- Loading branch information
Showing
10 changed files
with
438 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "Java" | ||
date: 2019-02-04T00:25:17-08:00 | ||
draft: false | ||
class: "integration-page" | ||
aliases: [/integrations/http/java] | ||
logo: /images/java.png | ||
--- | ||
|
||
OpenCensus Java provides integrations for the following Java HTTP frameworks: | ||
{{% children %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Jetty" | ||
date: 2019-02-04T00:25:17-08:00 | ||
draft: false | ||
class: "integration-page" | ||
aliases: [/integrations/http/java/jetty] | ||
logo: /images/jetty-header-logo.png | ||
--- | ||
|
||
Jetty is a popular Java HTTP framework from the Eclipse foundation https://www.eclipse.org/jetty/ | ||
|
||
OpenCensus is integrated with Jetty, for the following parts: | ||
|
||
{{% children %}} | ||
|
||
### References | ||
|
||
Resource|URL | ||
---|--- | ||
Jetty project|https://www.eclipse.org/jetty/documentation/ |
Oops, something went wrong.