Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
guides/http: document Java Jetty client integration
Browse files Browse the repository at this point in the history
Document the Java Jetty client integration with a guide,
an end-to-end example and screenshots.

Updates #562
  • Loading branch information
odeke-em committed Feb 5, 2019
1 parent e77a038 commit 3b6f96f
Show file tree
Hide file tree
Showing 10 changed files with 459 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/guides/http/java/_index.md
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 %}}
20 changes: 20 additions & 0 deletions content/guides/http/java/jetty/_index.md
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/
Loading

0 comments on commit 3b6f96f

Please sign in to comment.