Skip to content

Commit

Permalink
prometheus url cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikaJus authored and sidsethujuspay committed Apr 20, 2023
1 parent ed02c5e commit e1b46ff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
2 changes: 2 additions & 0 deletions app/gateway/src/Product/Search.hs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ search (SignatureAuthResult proxySign _) rawReq = withFlowHandlerBecknAPI do
providerUrl
(gatewaySearchSignAuth (Just proxySign) rawReq)
"search"
ExternalAPI.searchAPI
return Ack

searchCb ::
Expand All @@ -78,4 +79,5 @@ searchCb (SignatureAuthResult proxySign _subscriber) rawReq = withFlowHandlerBec
bapUri
(gatewayOnSearchSignAuth (Just proxySign) rawReq)
"on_search"
ExternalAPI.onSearchAPI
return Ack
11 changes: 8 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ packages:
extra-deps:
# - ../shared-kernel/lib/mobility-core
- git: https://github.com/nammayatri/shared-kernel.git
commit: f06badaeaeffc42772d745a5f1a36777ac4db1cd
commit: 28a530fb7d3c675920e43849dab288af5dca715d
subdirs:
- lib/mobility-core
- git: https://github.com/juspay/passetto
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ packages:
version: 0.1.0.0
git: https://github.com/nammayatri/shared-kernel.git
pantry-tree:
size: 18496
sha256: 66b00cf9a481564afe99eda5fcf2d1b6ba9c30f5a9b4ce237e0a503d7ef98276
commit: f06badaeaeffc42772d745a5f1a36777ac4db1cd
size: 18889
sha256: 903fa35262e7f7eacde2f5dd7791a1c509a35fb04c1f66e13e016a53f242cc58
commit: 28a530fb7d3c675920e43849dab288af5dca715d
original:
subdir: lib/mobility-core
git: https://github.com/nammayatri/shared-kernel.git
commit: f06badaeaeffc42772d745a5f1a36777ac4db1cd
commit: 28a530fb7d3c675920e43849dab288af5dca715d
- completed:
subdir: core
name: passetto-core
Expand Down

0 comments on commit e1b46ff

Please sign in to comment.