@aztec/telemetry-client 4.0.0-nightly.20260113 → 4.0.0-nightly.20260115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dest/metrics.js +1 -1
- package/package.json +4 -4
- package/src/metrics.ts +1 -1
package/dest/metrics.js
CHANGED
|
@@ -776,7 +776,7 @@ export const PUBLIC_PROCESSOR_GAS_RATE = {
|
|
|
776
776
|
name: 'aztec.public_processor.gas_rate',
|
|
777
777
|
description: 'Gas rate in public processor',
|
|
778
778
|
unit: 'gas/s',
|
|
779
|
-
valueType: ValueType.
|
|
779
|
+
valueType: ValueType.DOUBLE
|
|
780
780
|
};
|
|
781
781
|
export const PUBLIC_PROCESSOR_TREE_INSERTION = {
|
|
782
782
|
name: 'aztec.public_processor.tree_insertion',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/telemetry-client",
|
|
3
|
-
"version": "4.0.0-nightly.
|
|
3
|
+
"version": "4.0.0-nightly.20260115",
|
|
4
4
|
"inherits": [
|
|
5
5
|
"../package.common.json"
|
|
6
6
|
],
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"!*.test.*"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@aztec/foundation": "4.0.0-nightly.
|
|
31
|
-
"@aztec/stdlib": "4.0.0-nightly.
|
|
30
|
+
"@aztec/foundation": "4.0.0-nightly.20260115",
|
|
31
|
+
"@aztec/stdlib": "4.0.0-nightly.20260115",
|
|
32
32
|
"@opentelemetry/api": "^1.9.0",
|
|
33
33
|
"@opentelemetry/api-logs": "^0.55.0",
|
|
34
34
|
"@opentelemetry/core": "^1.28.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@jest/globals": "^30.0.0",
|
|
51
51
|
"@types/jest": "^30.0.0",
|
|
52
52
|
"@types/koa": "^2.15.0",
|
|
53
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
53
|
+
"@typescript/native-preview": "7.0.0-dev.20260113.1",
|
|
54
54
|
"jest": "^30.0.0",
|
|
55
55
|
"ts-node": "^10.9.1",
|
|
56
56
|
"typescript": "^5.3.3"
|
package/src/metrics.ts
CHANGED
|
@@ -836,7 +836,7 @@ export const PUBLIC_PROCESSOR_GAS_RATE: MetricDefinition = {
|
|
|
836
836
|
name: 'aztec.public_processor.gas_rate',
|
|
837
837
|
description: 'Gas rate in public processor',
|
|
838
838
|
unit: 'gas/s',
|
|
839
|
-
valueType: ValueType.
|
|
839
|
+
valueType: ValueType.DOUBLE,
|
|
840
840
|
};
|
|
841
841
|
export const PUBLIC_PROCESSOR_TREE_INSERTION: MetricDefinition = {
|
|
842
842
|
name: 'aztec.public_processor.tree_insertion',
|