-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APIGOV-26694 - send in metric detail for each received transaction (#41)
* updates for using metrics * update func name * updates for tests * updates for test coverage * update deps * add non-verbose target for test execution * add wait group to tests * use new sdk changes for sending events on shutdown * update deps * use local interface for metric collector * updates for helm charts * make consumer tags an interface * use statefulset for ta * update * logic fix * fixes from teting * remove old files * remove old files * remove unused vars from yaml * add s3 sync docs * update stage * fix consumer metrics * more readme updates * fix quota tests * update dep * update appVersion * add note and typos
- Loading branch information
1 parent
cf2ea55
commit 1ac30e6
Showing
32 changed files
with
946 additions
and
1,378 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ bin/ | |
.idea/ | ||
**.tgz | ||
.log | ||
.env | ||
.env* | ||
*.pem | ||
*.key | ||
.DS_Store | ||
|
Submodule APIGOV-26720-new
deleted from
ccc5f3
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{{- if .Values.kong.enable.traceability }} | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: {{ include "kong-agents.fullname" . }}-traceability | ||
labels: | ||
{{- include "kong-agents.labels" . | nindent 4 }} | ||
spec: | ||
selector: | ||
{{- include "kong-agents.selectorLabels" . | nindent 4 }} | ||
app.agent.type: traceability | ||
ports: | ||
- name: logs | ||
protocol: TCP | ||
port: {{ .Values.kong.logs.http.port }} | ||
targetPort: logs | ||
{{- end -}} |
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
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
Oops, something went wrong.