-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: label not present in prometheus metrics
Signed-off-by: Sai Sankeerth <[email protected]>
- Loading branch information
Sai Sankeerth
committed
Mar 11, 2024
1 parent
a5d20ad
commit 6659549
Showing
6 changed files
with
47 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,8 @@ | |
"user_id": "rudder01", | ||
"id": "shopify_test_get_items_fail", | ||
"query_parameters": { | ||
"topic": ["carts_update"] | ||
"topic": ["carts_update"], | ||
"writeKey": ["wr"] | ||
}, | ||
"token": "shopify_test_get_items_fail", | ||
"email": "[email protected]", | ||
|
@@ -115,7 +116,8 @@ | |
"input": { | ||
"cart_token": "shopifyGetAnonymousId", | ||
"query_parameters": { | ||
"topic": ["checkouts_delete"] | ||
"topic": ["checkouts_delete"], | ||
"writeKey": ["wr"] | ||
}, | ||
"line_items": [], | ||
"note": null, | ||
|
@@ -154,7 +156,8 @@ | |
"input": { | ||
"id": "shopify_test3", | ||
"query_parameters": { | ||
"topic": ["carts_update"] | ||
"topic": ["carts_update"], | ||
"writeKey": ["wr"] | ||
}, | ||
"token": "shopify_test3", | ||
"line_items": [], | ||
|
@@ -252,7 +255,8 @@ | |
"user_id": "rudder01", | ||
"id": "shopify_test_cart", | ||
"query_parameters": { | ||
"topic": ["carts_update"] | ||
"topic": ["carts_update"], | ||
"writeKey": ["wr"] | ||
}, | ||
"token": "shopify_test_cart", | ||
"email": "[email protected]", | ||
|
@@ -1256,7 +1260,8 @@ | |
"input": { | ||
"id": "shopify_test4", | ||
"query_parameters": { | ||
"topic": ["carts_update"] | ||
"topic": ["carts_update"], | ||
"writeKey": ["wr"] | ||
}, | ||
"token": "shopify_test4", | ||
"line_items": [], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters