@parca/client
Advanced tools
Comparing version 0.16.94 to 0.16.95
@@ -6,2 +6,6 @@ # Change Log | ||
## 0.16.95 (2023-11-03) | ||
**Note:** Version bump only for package @parca/client | ||
## 0.16.94 (2023-10-20) | ||
@@ -8,0 +12,0 @@ |
@@ -379,2 +379,8 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc"; | ||
sourceReference?: SourceReference; | ||
/** | ||
* which runtime frames to filter out, often interpreter frames like python or ruby are not super useful by default | ||
* | ||
* @generated from protobuf field: optional parca.query.v1alpha1.RuntimeFilter runtime_filter = 10; | ||
*/ | ||
runtimeFilter?: RuntimeFilter; | ||
} | ||
@@ -463,2 +469,21 @@ /** | ||
/** | ||
* RuntimeFilter configures which runtimes to filter frames out for. | ||
* | ||
* @generated from protobuf message parca.query.v1alpha1.RuntimeFilter | ||
*/ | ||
export interface RuntimeFilter { | ||
/** | ||
* Whether to show frames of the python runtime. | ||
* | ||
* @generated from protobuf field: bool show_python = 1; | ||
*/ | ||
showPython: boolean; | ||
/** | ||
* Whether to show frames of the ruby runtime. | ||
* | ||
* @generated from protobuf field: bool show_ruby = 2; | ||
*/ | ||
showRuby: boolean; | ||
} | ||
/** | ||
* SourceReference contains a reference to source code. | ||
@@ -1340,2 +1365,12 @@ * | ||
export declare const QueryRequest: QueryRequest$Type; | ||
declare class RuntimeFilter$Type extends MessageType<RuntimeFilter> { | ||
constructor(); | ||
create(value?: PartialMessage<RuntimeFilter>): RuntimeFilter; | ||
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RuntimeFilter): RuntimeFilter; | ||
internalBinaryWrite(message: RuntimeFilter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter; | ||
} | ||
/** | ||
* @generated MessageType for protobuf message parca.query.v1alpha1.RuntimeFilter | ||
*/ | ||
export declare const RuntimeFilter: RuntimeFilter$Type; | ||
declare class SourceReference$Type extends MessageType<SourceReference> { | ||
@@ -1342,0 +1377,0 @@ constructor(); |
{ | ||
"name": "@parca/client", | ||
"version": "0.16.94", | ||
"version": "0.16.95", | ||
"description": "Parca API Client", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "3e50e0bd38162a6ade04adaf9645ad6bc001aefb" | ||
"gitHead": "91e6bf8951838c7ddbe9c1bc70e8037ef2184a09" | ||
} |
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
1559029
33356