You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fastest and easiest way to understand your APIs.
3
+
Our team at Postman is working towards the open launch of Live Insights. Today,
4
+
the alpha launch focuses on the Live Collections Agent (LCA), which passively
5
+
watches your API traffic to automatically populate a Postman Collection with
6
+
API endpoints. Within 15 minutes of installing the Live Collections Agent in
7
+
staging or production, you’ll start to see endpoints in your collection. The
8
+
Live Collections Agent will keep these endpoints up to date based on new
9
+
observed traffic.
4
10
5
-
Built for busy developer teams who don't have time to become experts in monitoring and observability, Akita makes it possible to quickly discover all your API endpoints, see which are slowest, and learn which have errors. No SDKs or code changes necessary.
11
+
API discovery is just the beginning of what we plan to offer. Akita users are
12
+
familiar with the ability to explore API models based on error, latency, and
13
+
volume.
6
14
7
-
***Get plug-and-play API monitoring.** Explore and share per-endpoint volume, latency, and errors. Set per-endpoint alerts.
8
-
***See API endpoints.** Automatically get a searchable map of your API endpoints in use. Explore by latency, errors, and usage. Export as OpenAPI specs.
9
-
10
-
Drop Akita into your system to understand your application’s behavior, without having to instrument code or build your own dashboards.
11
-
12
-
We're in open beta and would love to have you try us out! [Create an account in the Akita App](https://app.akita.software/login?sign_up) to get started.
15
+
We’re hoping you will try out the new features and give us your feedback to
16
+
help us continue tailoring the product to your needs.
13
17
14
18
[About this repo](#about-this-repo)
15
19
| [Running this repo](#running-this-repo)
16
-
| [Getting involved](#getting-involved)
17
-
| [Related links](#related-links)
18
20
19
21
## About this repo
20
-
This is the open-source repository for the community version of our CLI, and is
21
-
intended for use with the Akita console. This community version of the CLI does
22
-
not include functionality for inferring types and data formats. This
23
-
functionality is available only in the `akita` binary that we distribute.
22
+
This is the open-source repository for the community version of the LCA, and is
23
+
intended for use with Postman. This community version of the LCA does not
24
+
include functionality for inferring types and data formats. This functionality
25
+
is available only in the `postman-lc-agent` binary that we distribute.
24
26
25
27
## Running this repo
26
28
27
29
### How to build
28
-
Running the following commands will generate the `akita-cli` binary:
29
-
1. Install [Go 1.18 or above](https://golang.org/doc/install).
30
+
Running the following commands will generate the `postman-lc-agent` binary:
31
+
1. Install [Go 1.18 or above](https://golang.org/doc/install).
30
32
2. Install `libpcap`
31
33
- For Homebrew on mac: `brew install libpcap`
32
34
- For Ubuntu/Debian: `apt-get install libpcap-dev`
@@ -37,24 +39,3 @@ Running the following commands will generate the `akita-cli` binary:
37
39
38
40
1. Install [gomock](https://github.com/golang/mock): `go get github.com/golang/mock/mockgen`
39
41
2.`make test`
40
-
41
-
### How to use
42
-
43
-
See our docs: [Single Host/VM](https://docs.akita.software/docs/run-locally).
44
-
45
-
Note: if you're planning to use the Akita CLI with the Akita Console, we recommend using our [statically linked binaries](https://github.com/akitasoftware/akita-cli/releases) if possible.
46
-
47
-
## Getting involved
48
-
* Please file bugs as issues to this repository.
49
-
* We welcome contributions! If you want to make changes or build your own
50
-
extensions to the CLI on top of the
51
-
[Akita IR](https://github.com/akitasoftware/akita-ir), please see our
52
-
[CONTRIBUTING](CONTRIBUTING.md) doc.
53
-
* We're always happy to answer any questions about the CLI, or about how you
54
-
can contribute. Email us at `opensource [at] akitasoftware [dot] com` or
55
-
[request to join our Slack](https://docs.google.com/forms/d/e/1FAIpQLSfF-Mf4Li_DqysCHy042IBfvtpUDHGYrV6DOHZlJcQV8OIlAA/viewform?usp=sf_link)!
56
-
57
-
## Related links
58
-
*[Akita blog](https://www.akitasoftware.com/blog)
59
-
*[Akita docs](https://docs.akita.software/)
60
-
*[Join open beta](https://app.akita.software/login?sign_up)
0 commit comments