@parca/client
Advanced tools
Comparing version 0.16.111 to 0.16.113
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.16.113](https://github.com/parca-dev/parca/compare/@parca/client@0.16.112...@parca/client@0.16.113) (2024-05-14) | ||
**Note:** Version bump only for package @parca/client | ||
## [0.16.112](https://github.com/parca-dev/parca/compare/@parca/client@0.16.111...@parca/client@0.16.112) (2024-05-14) | ||
**Note:** Version bump only for package @parca/client | ||
## [0.16.111](https://github.com/parca-dev/parca/compare/@parca/client@0.16.110...@parca/client@0.16.111) (2024-05-09) | ||
@@ -8,0 +16,0 @@ |
@@ -104,2 +104,8 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc"; | ||
groupBy?: GroupBy; | ||
/** | ||
* invert_call_stack inverts the call stacks in the flamegraph | ||
* | ||
* @generated from protobuf field: optional bool invert_call_stack = 8; | ||
*/ | ||
invertCallStack?: boolean; | ||
} | ||
@@ -106,0 +112,0 @@ /** |
@@ -139,3 +139,4 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies | ||
{ no: 6, name: "runtime_filter", kind: "message", T: () => RuntimeFilter }, | ||
{ no: 7, name: "group_by", kind: "message", T: () => GroupBy } | ||
{ no: 7, name: "group_by", kind: "message", T: () => GroupBy }, | ||
{ no: 8, name: "invert_call_stack", kind: "scalar", opt: true, T: 8 /*ScalarType.BOOL*/ } | ||
]); | ||
@@ -177,2 +178,5 @@ } | ||
break; | ||
case /* optional bool invert_call_stack */ 8: | ||
message.invertCallStack = reader.bool(); | ||
break; | ||
default: | ||
@@ -211,2 +215,5 @@ let u = options.readUnknownField; | ||
GroupBy.internalBinaryWrite(message.groupBy, writer.tag(7, WireType.LengthDelimited).fork(), options).join(); | ||
/* optional bool invert_call_stack = 8; */ | ||
if (message.invertCallStack !== undefined) | ||
writer.tag(8, WireType.Varint).bool(message.invertCallStack); | ||
let u = options.writeUnknownFields; | ||
@@ -213,0 +220,0 @@ if (u !== false) |
{ | ||
"name": "@parca/client", | ||
"version": "0.16.111", | ||
"version": "0.16.113", | ||
"description": "Parca API Client", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "9e4b06ff8644fc74a98055e77b96f3d8e2d04278" | ||
"gitHead": "704de2373c6b4ac3de52bd666f88e51981700f92" | ||
} |
@@ -5,3 +5,3 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies | ||
// | ||
// Copyright 2023 Google LLC | ||
// Copyright 2024 Google LLC | ||
// | ||
@@ -8,0 +8,0 @@ // Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -110,2 +110,8 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies | ||
groupBy?: GroupBy; | ||
/** | ||
* invert_call_stack inverts the call stacks in the flamegraph | ||
* | ||
* @generated from protobuf field: optional bool invert_call_stack = 8; | ||
*/ | ||
invertCallStack?: boolean; | ||
} | ||
@@ -345,3 +351,4 @@ /** | ||
{ no: 6, name: "runtime_filter", kind: "message", T: () => RuntimeFilter }, | ||
{ no: 7, name: "group_by", kind: "message", T: () => GroupBy } | ||
{ no: 7, name: "group_by", kind: "message", T: () => GroupBy }, | ||
{ no: 8, name: "invert_call_stack", kind: "scalar", opt: true, T: 8 /*ScalarType.BOOL*/ } | ||
]); | ||
@@ -383,2 +390,5 @@ } | ||
break; | ||
case /* optional bool invert_call_stack */ 8: | ||
message.invertCallStack = reader.bool(); | ||
break; | ||
default: | ||
@@ -417,2 +427,5 @@ let u = options.readUnknownField; | ||
GroupBy.internalBinaryWrite(message.groupBy, writer.tag(7, WireType.LengthDelimited).fork(), options).join(); | ||
/* optional bool invert_call_stack = 8; */ | ||
if (message.invertCallStack !== undefined) | ||
writer.tag(8, WireType.Varint).bool(message.invertCallStack); | ||
let u = options.writeUnknownFields; | ||
@@ -419,0 +432,0 @@ if (u !== false) |
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
1750847
37849