@kopai/ui 0.3.0 → 0.4.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopai/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "Vladimir Adamic",
|
|
6
6
|
"repository": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@tanstack/react-query": "^5",
|
|
33
33
|
"@tanstack/react-virtual": "^3.11.2",
|
|
34
34
|
"recharts": "^3.7.0",
|
|
35
|
-
"@kopai/core": "0.
|
|
36
|
-
"@kopai/sdk": "0.3.
|
|
35
|
+
"@kopai/core": "0.6.0",
|
|
36
|
+
"@kopai/sdk": "0.3.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^19.2.4",
|
|
@@ -72,7 +72,7 @@ function sumPoint(
|
|
|
72
72
|
StartTimeUnix: ts(0),
|
|
73
73
|
Value: value,
|
|
74
74
|
IsMonotonic: 1,
|
|
75
|
-
|
|
75
|
+
AggregationTemporality: "CUMULATIVE",
|
|
76
76
|
ServiceName: "api-gateway",
|
|
77
77
|
Attributes: { "http.method": method },
|
|
78
78
|
ResourceAttributes: {
|
|
@@ -126,7 +126,7 @@ export const mockHistogramRows: OtelMetricsRow[] = [
|
|
|
126
126
|
Max: 1850,
|
|
127
127
|
ExplicitBounds: HISTOGRAM_BOUNDS,
|
|
128
128
|
BucketCounts: [120, 280, 350, 310, 180, 120, 85, 35, 15, 5],
|
|
129
|
-
|
|
129
|
+
AggregationTemporality: "CUMULATIVE",
|
|
130
130
|
Attributes: { "http.method": "GET" },
|
|
131
131
|
ResourceAttributes: {
|
|
132
132
|
"service.name": "api-gateway",
|
|
@@ -150,7 +150,7 @@ export const mockHistogramRows: OtelMetricsRow[] = [
|
|
|
150
150
|
Max: 2100,
|
|
151
151
|
ExplicitBounds: HISTOGRAM_BOUNDS,
|
|
152
152
|
BucketCounts: [250, 580, 720, 640, 380, 280, 190, 95, 45, 20],
|
|
153
|
-
|
|
153
|
+
AggregationTemporality: "CUMULATIVE",
|
|
154
154
|
Attributes: { "http.method": "GET" },
|
|
155
155
|
ResourceAttributes: {
|
|
156
156
|
"service.name": "api-gateway",
|
|
@@ -174,7 +174,7 @@ export const mockHistogramRows: OtelMetricsRow[] = [
|
|
|
174
174
|
Max: 1950,
|
|
175
175
|
ExplicitBounds: HISTOGRAM_BOUNDS,
|
|
176
176
|
BucketCounts: [380, 850, 1100, 950, 560, 420, 310, 140, 65, 25],
|
|
177
|
-
|
|
177
|
+
AggregationTemporality: "CUMULATIVE",
|
|
178
178
|
Attributes: { "http.method": "GET" },
|
|
179
179
|
ResourceAttributes: {
|
|
180
180
|
"service.name": "api-gateway",
|