-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: initial traffic inspector docs
Signed-off-by: Russ Savage <[email protected]>
- Loading branch information
Showing
2 changed files
with
40 additions
and
1 deletion.
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,39 @@ | ||
--- | ||
title: Traffic Inspection | ||
pagination_next: obs/reference | ||
--- | ||
|
||
:::note | ||
|
||
These docs are a work in progress and will be updated in the coming weeks as we roll the developer preview out to all users. | ||
|
||
::: | ||
|
||
# Traffic Inspection | ||
|
||
## Overview | ||
|
||
One of the main advantages of using ngrok is the ability to view the traffic going | ||
to your origin service. This can help in triaging tough bugs or testing new capabilities. | ||
|
||
ngrok offers multiple ways to inspect the traffic going to your service. | ||
|
||
| | | | ||
| ---------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| [ngrok Agent Local Traffic Inspector](/docs/agent/web-inspection-interface/) | This is available when working with the standalone agent and is usually found at http://localhost:4040. Look for a link in your ngrok agent console. | | ||
| [ngrok Traffic Inspector](#ngrok-traffic-inspector) | A cloud based version of the local traffic inspector that is available in your [ngrok Dashboard](https://dashboard.ngrok.com/observability/traffic-insights). See below for more details. | | ||
|
||
## ngrok Traffic Inspector | ||
|
||
:::note | ||
|
||
ngrok Traffic Inspector is currently in developer preview and only available to | ||
specific customers. While in developer preview, you will not be charged anything additional and things will change and break | ||
without notice, and data may be lost at any time. If you have feedback or questions | ||
please [reach out to the product team](mailto:[email protected]?subject=Traffic%20Insights%20Feedback). | ||
|
||
::: | ||
|
||
## Full Capture mode | ||
|
||
Coming soon. If you need to view request and response bodies, in the meantime, you can leverage the [ngrok Agent Local Traffic Inspector](/docs/agent/web-inspection-interface/#inspecting-requests) which is available in the standalone agent. |
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