Merge pull request #21 from navi-commons/NTP-19782/hotfix-metrics-integration

NTP-19782 | subflow hotfix
This commit is contained in:
Varnit Goyal
2024-12-16 16:45:13 +05:30
committed by GitHub
7 changed files with 32 additions and 8 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.84 (2024-12-16)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo
## 1.0.83 (2024-12-16)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/adapter-ameyo",
"version": "1.0.83",
"version": "1.0.84",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@universal-call-sdk/common": "^1.0.36"
"@universal-call-sdk/common": "^1.0.37"
},
"devDependencies": {
"@eslint/js": "^9.11.1",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.37 (2024-12-16)
**Note:** Version bump only for package @universal-call-sdk/common
## 1.0.36 (2024-12-16)
**Note:** Version bump only for package @universal-call-sdk/common

View File

@@ -18,7 +18,7 @@ class MetricsProcessor {
metricType: MetricType;
metadata: any;
metricName: string;
subflow?: any;
subFlow?: any;
value?: number | string
flow?: string
Metadata?:GenericObject
@@ -41,7 +41,7 @@ class MetricsProcessor {
flow: flow,
metadata: metaData,
metricType: MetricType.COUNTER,
subflow:subFlow,
subFlow:subFlow,
metricName,
})
@@ -52,7 +52,7 @@ class MetricsProcessor {
flow: flow,
metadata: metaData,
metricType: MetricType.HISTOGRAM,
subflow: subFlow,
subFlow: subFlow,
metricName,
value,
@@ -64,7 +64,7 @@ class MetricsProcessor {
flow: flow,
metadata: metaData,
metricType: MetricType.GAUGE,
subflow: subFlow,
subFlow: subFlow,
metricName,
value,
})

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/common",
"version": "1.0.36",
"version": "1.0.37",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.42 (2024-12-16)
**Note:** Version bump only for package @universal-call-sdk/core
## 1.0.41 (2024-12-16)
**Note:** Version bump only for package @universal-call-sdk/core

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/core",
"version": "1.0.41",
"version": "1.0.42",
"type": "module",
"scripts": {
"dev": "vite",