Skip to content

Commit

Permalink
Merge pull request #412 from mojaloop/ttk-metrics
Browse files Browse the repository at this point in the history
feat: enable ttk metrics
  • Loading branch information
kalinkrustev authored Nov 15, 2024
2 parents 405c732 + fffb68a commit 927ce74
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ metadata:
annotations:
app.kubernetes.io/description: "Enables monitoring of mojaloop applications (running without istio)"
spec:
namespaceSelector:
namespaceSelector:
matchNames: [${mojaloop_namespace}]
selector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
values:
- ml-api-adapter-service
- ml-api-adapter-handler-notification
- centralledger-service
Expand All @@ -23,5 +23,6 @@ spec:
- centralledger-handler-admin-transfer
- handler-pos-batch
- quoting-service # NOTE: runs with istio but its metrics are not being exposed merged with istio proxy metrics
- ml-testing-toolkit-backend
endpoints:
- port: http

0 comments on commit 927ce74

Please sign in to comment.