mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-19 14:30:14 +00:00
* Basenine MongoDB mess
* Fix more
* Fix the `mongodb` container arguments
* Add Basenine ARM64 binary
* Make the changes related to `leftOff` becoming a string value
* Make `leftOffTop` state string
* Handle `CloseConnection` in `Fetch`
* Upgrade Basenine to `0.7.0`
* Revert the changes in `package.json` and `package-lock.json`
* Fix the `Dockerfile`
* Remove the binaries
* Increase the Basenine up deadline to 20 seconds
* Revert the changes in `shared/kubernetes/provider.go`
* Fix the OAS generator tests
* Protect from race condition
* Fix mutexes
* Fix unlock
* Fix logging data types
* Try to stabilize the tests
* Remove the `replace` statement
* revert the change the done in 2899414f2b
to not change the leftOff
* Change `leftOffBottom` empty string default value to `latest`
* Upgrade Basenine to `0.7.1`
* Handle the Basenine client library errors better
* Use `DEFAULT_QUERY` constant
* Remove `min=-1`
* Replace some `Errorf`s with `Panicf`s
* Remove the closure in `runGenerator` method
* Remove an unnecessary check
Co-authored-by: M. Mert Yildiran <mehmet@up9.com>
Co-authored-by: Andrey Pokhilko <apc4@ya.ru>
Co-authored-by: undera <undera@undera-old-desktop.home>
Co-authored-by: AmitUp9 <96980485+AmitUp9@users.noreply.github.com>
96 lines
2.6 KiB
JSON
96 lines
2.6 KiB
JSON
{
|
|
"openapi": "3.1.0",
|
|
"info": {
|
|
"title": "http://carts",
|
|
"description": "Mizu observed 3 entries (0 failed), at 2.287 hits/s, average response time is 0.017 seconds",
|
|
"version": "1.0"
|
|
},
|
|
"servers": [
|
|
{
|
|
"url": "http://carts"
|
|
}
|
|
],
|
|
"paths": {
|
|
"/carts/{cartId}/items": {
|
|
"get": {
|
|
"summary": "/carts/{cartId}/items",
|
|
"description": "Mizu observed 3 entries (0 failed), at 2.287 hits/s, average response time is 0.017 seconds",
|
|
"operationId": "84c9b926-1f73-4ab4-b381-3c124528959f",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Successful call with status 200",
|
|
"content": {
|
|
"application/json": {
|
|
"example": [
|
|
{
|
|
"id": "60fe98fb86c0fc000869a90c",
|
|
"itemId": "3395a43e-2d88-40de-b95f-e00e1502085b",
|
|
"quantity": 1,
|
|
"unitPrice": 18
|
|
}
|
|
],
|
|
"x-sample-entry": "000000000000000000000010"
|
|
}
|
|
},
|
|
"x-sample-entry": "000000000000000000000010"
|
|
}
|
|
},
|
|
"x-counters-per-source": {
|
|
"some-source": {
|
|
"entries": 3,
|
|
"failures": 0,
|
|
"firstSeen": 1627298058.3798368,
|
|
"lastSeen": 1627298065.2397773,
|
|
"sumRT": 0.05,
|
|
"sumDuration": 6.859940528869629
|
|
}
|
|
},
|
|
"x-counters-total": {
|
|
"entries": 3,
|
|
"failures": 0,
|
|
"firstSeen": 1627298058.3798368,
|
|
"lastSeen": 1627298065.2397773,
|
|
"sumRT": 0.05,
|
|
"sumDuration": 6.859940528869629
|
|
},
|
|
"x-last-seen-ts": 1627298065.2397773,
|
|
"x-sample-entry": "000000000000000000000010"
|
|
},
|
|
"parameters": [
|
|
{
|
|
"name": "cartId",
|
|
"in": "path",
|
|
"required": true,
|
|
"style": "simple",
|
|
"schema": {
|
|
"type": "string"
|
|
},
|
|
"examples": {
|
|
"example #0": {
|
|
"value": "mHK0P7zTktmV1zv57iWAvCTd43FFMHap"
|
|
}
|
|
},
|
|
"x-sample-entry": "000000000000000000000010"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"x-counters-per-source": {
|
|
"some-source": {
|
|
"entries": 3,
|
|
"failures": 0,
|
|
"firstSeen": 1627298058.3798368,
|
|
"lastSeen": 1627298065.2397773,
|
|
"sumRT": 0.05,
|
|
"sumDuration": 6.859940528869629
|
|
}
|
|
},
|
|
"x-counters-total": {
|
|
"entries": 3,
|
|
"failures": 0,
|
|
"firstSeen": 1627298058.3798368,
|
|
"lastSeen": 1627298065.2397773,
|
|
"sumRT": 0.05,
|
|
"sumDuration": 6.859940528869629
|
|
}
|
|
} |