{"id":13686621,"url":"https://github.com/postmanlabs/observability-cli","last_synced_at":"2025-12-24T09:17:40.707Z","repository":{"id":39923824,"uuid":"340217357","full_name":"postmanlabs/observability-cli","owner":"postmanlabs","description":"The Akita CLI helps you make sense of API traffic. Passively watch API traffic with apidump. Model API behavior with apispec. Compare API behavior with apidiff.","archived":true,"fork":false,"pushed_at":"2024-06-05T01:33:03.000Z","size":1104,"stargazers_count":354,"open_issues_count":6,"forks_count":30,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-29T17:29:11.836Z","etag":null,"topics":["api","api-specification","gopacket","openapi-specification","openapi3"],"latest_commit_sha":null,"homepage":"https://docs.akita.software/docs","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postmanlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-19T00:43:53.000Z","updated_at":"2024-09-19T14:32:19.000Z","dependencies_parsed_at":"2023-11-22T16:17:10.034Z","dependency_job_id":"ba3e09d8-29e1-4199-be0a-6ed4c82d1057","html_url":"https://github.com/postmanlabs/observability-cli","commit_stats":{"total_commits":273,"total_committers":11,"mean_commits":"24.818181818181817","dds":0.6593406593406593,"last_synced_commit":"7352d810561ae222806d1fda5f1c7cf274b92761"},"previous_names":["postmanlabs/observability-cli"],"tags_count":94,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmanlabs%2Fobservability-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmanlabs%2Fobservability-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmanlabs%2Fobservability-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postmanlabs%2Fobservability-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postmanlabs","download_url":"https://codeload.github.com/postmanlabs/observability-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237224772,"owners_count":19275084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-specification","gopacket","openapi-specification","openapi3"],"created_at":"2024-08-02T15:00:36.206Z","updated_at":"2025-02-05T01:31:15.266Z","avatar_url":"https://github.com/postmanlabs.png","language":"Go","readme":"# Welcome! 👋\n\nThe fastest and easiest way to understand your APIs.\n\nBuilt 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.\n\n  * **Get plug-and-play API monitoring.** Explore and share per-endpoint volume, latency, and errors. Set per-endpoint alerts.\n  * **See API endpoints.** Automatically get a searchable map of your API endpoints in use. Explore by latency, errors, and usage. Export as OpenAPI specs.\n\nDrop Akita into your system to understand your application’s behavior, without having to instrument code or build your own dashboards.\n\nWe'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.\n\n  [About this repo](#about-this-repo)\n| [Running this repo](#running-this-repo)\n| [Getting involved](#getting-involved)\n| [Related links](#related-links)\n\n## About this repo\nThis is the open-source repository for the community version of our CLI, and is\nintended for use with the Akita console. This community version of the CLI does\nnot include functionality for inferring types and data formats. This\nfunctionality is available only in the `akita` binary that we distribute.\n\n## Running this repo\n\n### How to build\nRunning the following commands will generate the `akita-cli` binary:\n1. Install [Go 1.18 or above](https://golang.org/doc/install). \n2. Install `libpcap`\n    - For Homebrew on mac: `brew install libpcap`\n    - For Ubuntu/Debian: `apt-get install libpcap-dev`\n3. `make`\n\n\n### How to test\n\n1. Install [gomock](https://github.com/golang/mock): `go get github.com/golang/mock/mockgen`\n2. `make test`\n\n### How to use\n\nSee our docs: [Single Host/VM](https://docs.akita.software/docs/run-locally).\n\nNote: 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.\n\n## Getting involved\n* Please file bugs as issues to this repository.\n* We welcome contributions! If you want to make changes or build your own\n  extensions to the CLI on top of the\n  [Akita IR](https://github.com/akitasoftware/akita-ir), please see our\n  [CONTRIBUTING](CONTRIBUTING.md) doc.\n* We're always happy to answer any questions about the CLI, or about how you\n  can contribute. Email us at `opensource [at] akitasoftware [dot] com` or\n  [request to join our Slack](https://docs.google.com/forms/d/e/1FAIpQLSfF-Mf4Li_DqysCHy042IBfvtpUDHGYrV6DOHZlJcQV8OIlAA/viewform?usp=sf_link)!\n\n## Related links\n* [Akita blog](https://www.akitasoftware.com/blog)\n* [Akita docs](https://docs.akita.software/)\n* [Join open beta](https://app.akita.software/login?sign_up)\n","funding_links":[],"categories":["api"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmanlabs%2Fobservability-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostmanlabs%2Fobservability-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostmanlabs%2Fobservability-cli/lists"}