@parca/client
Advanced tools
Comparing version 0.16.61 to 0.16.62
@@ -6,2 +6,6 @@ # Change Log | ||
## 0.16.62 (2022-12-22) | ||
**Note:** Version bump only for package @parca/client | ||
## 0.16.61 (2022-12-20) | ||
@@ -8,0 +12,0 @@ |
@@ -342,2 +342,8 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc"; | ||
filterQuery?: string; | ||
/** | ||
* node_trim_threshold is the threshold % where the nodes with Value less than this will be removed from the report | ||
* | ||
* @generated from protobuf field: optional float node_trim_threshold = 7; | ||
*/ | ||
nodeTrimThreshold?: number; | ||
} | ||
@@ -554,2 +560,8 @@ /** | ||
function: Function[]; | ||
/** | ||
* untrimmed_total is the total weight of the flame graph before trimming | ||
* | ||
* @generated from protobuf field: int64 untrimmed_total = 9; | ||
*/ | ||
untrimmedTotal: string; | ||
} | ||
@@ -556,0 +568,0 @@ /** |
{ | ||
"name": "@parca/client", | ||
"version": "0.16.61", | ||
"version": "0.16.62", | ||
"description": "Parca API Client", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "de3039d619347aa29a374871a6cbb4f53aa72d6a" | ||
"gitHead": "4a9035ae2d347b9e419e81ed27d587658c8f3fdd" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1411014
30082