@parca/client
Advanced tools
Comparing version 0.16.80 to 0.16.81
@@ -6,2 +6,6 @@ # Change Log | ||
## 0.16.81 (2023-07-20) | ||
**Note:** Version bump only for package @parca/client | ||
## 0.16.80 (2023-07-14) | ||
@@ -8,0 +12,0 @@ |
@@ -367,2 +367,8 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc"; | ||
nodeTrimThreshold?: number; | ||
/** | ||
* group_by indicates the fields to group by | ||
* | ||
* @generated from protobuf field: optional parca.query.v1alpha1.GroupBy group_by = 8; | ||
*/ | ||
groupBy?: GroupBy; | ||
} | ||
@@ -439,2 +445,16 @@ /** | ||
/** | ||
* GroupBy encapsulates the repeated fields to group by | ||
* | ||
* @generated from protobuf message parca.query.v1alpha1.GroupBy | ||
*/ | ||
export interface GroupBy { | ||
/** | ||
* the names of the fields to group by. | ||
* special fields are the ones prefixed with "labels." which are grouping by pprof labels. | ||
* | ||
* @generated from protobuf field: repeated string fields = 1; | ||
*/ | ||
fields: string[]; | ||
} | ||
/** | ||
* Top is the top report type | ||
@@ -1223,2 +1243,12 @@ * | ||
export declare const QueryRequest: QueryRequest$Type; | ||
declare class GroupBy$Type extends MessageType<GroupBy> { | ||
constructor(); | ||
create(value?: PartialMessage<GroupBy>): GroupBy; | ||
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GroupBy): GroupBy; | ||
internalBinaryWrite(message: GroupBy, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter; | ||
} | ||
/** | ||
* @generated MessageType for protobuf message parca.query.v1alpha1.GroupBy | ||
*/ | ||
export declare const GroupBy: GroupBy$Type; | ||
declare class Top$Type extends MessageType<Top> { | ||
@@ -1225,0 +1255,0 @@ constructor(); |
{ | ||
"name": "@parca/client", | ||
"version": "0.16.80", | ||
"version": "0.16.81", | ||
"description": "Parca API Client", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "6598149618b644783f5d638b6a913026cb8adc25" | ||
"gitHead": "452157d0adc6a0b7a2288ce9c787c4ddc2395ac1" | ||
} |
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
1465807
31357