-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PAWS][ENG-55567] Replace GCP collector npm library google-cloud-logg…
…ing to googleapis to convert protopayload to json (#372) * [PAWS][ENG-55567] Replace GCP collector npm library google-cloud-logging to googleapis to convert protopayload to json
- Loading branch information
1 parent
f6c9a7b
commit 279bac0
Showing
9 changed files
with
438 additions
and
248 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
36 changes: 18 additions & 18 deletions
36
collectors/googlestackdriver/local/events/event_poll.json
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"Records": [ | ||
{ | ||
"messageId": "f67a45fc-ab43-4df1-9f2f-585bb2043122", | ||
"receiptHandle": "AQEB78LmKaaZ+uj8DVnc/O2zQcAe+qKSi3ZGTSBFssIRSmpwwzUEi2vhPTaIBnhOoh0aoRxVjWdoXO3ZloINfMxmcjycP3KC0WXwcWokoOc3iMCdqhYg0NcOhQW1X0ixc79C9/5/XF1xGd79vLhFL7KvRjjiT4sOaSxlAv6v2fJ5eDETnp7CRa5pocCF4EO2su0M4/TnlLreGfsY+C+/tH+r19AM+d3Jt5dbNMrKMWRRZ7/PTjczkIM7U38AHPuusuBz9uzA5yMQGOMI8FPXfqgcafEN17JqKuNSd/l54v1+s9rBQSzL/MH9wZ0XpZditcpe5pTc+dGuRHOXbFK2A0YUQCvRq1Ed8tfr68uELTQK5jWHH/zPnEMWsTyco9VuNCKr", | ||
"body": "{\n \"priv_collector_state\": {\n \"since\": \"2019-01-01T10:00:00Z\",\n \"until\": \"2020-01-01T10:30:00Z\"\n }\n}", | ||
"attributes": { | ||
"ApproximateReceiveCount": "1", | ||
"SentTimestamp": "1574159909907", | ||
"SenderId": "some-id", | ||
"ApproximateFirstReceiveTimestamp": "1574159909968" | ||
}, | ||
"messageAttributes": {}, | ||
"md5OfBody": "1845296051d4cfe2e6175358a065cc38", | ||
"eventSource": "aws:sqs", | ||
"eventSourceARN": "arn:aws:sqs:us-east-1:352283894008:paws-state-queue", | ||
"awsRegion": "us-east-1" | ||
} | ||
] | ||
"Records": [ | ||
{ | ||
"messageId": "1b77ecca-5c1d-4c88-a6b5-f5be6d6e3947", | ||
"receiptHandle": "AQEB78LmKaaZ+uj8DVnc/O2zQcAe+qKSi3ZGTSBFssIRSmpwwzUEi2vhPTaIBnhOoh0aoRxVjWdoXO3ZloINfMxmcjycP3KC0WXwcWokoOc3iMCdqhYg0NcOhQW1X0ixc79C9/5/XF1xGd79vLhFL7KvRjjiT4sOaSxlAv6v2fJ5eDETnp7CRa5pocCF4EO2su0M4/TnlLreGfsY+C+/tH+r19AM+d3Jt5dbNMrKMWRRZ7/PTjczkIM7U38AHPuusuBz9uzA5yMQGOMI8FPXfqgcafEN17JqKuNSd/l54v1+s9rBQSzL/MH9wZ0XpZditcpe5pTc+dGuRHOXbFK2A0YUQCvRq1Ed8tfr68uELTQK5jWHH/zPnEMWsTyco9VuNCKr", | ||
"body": "{\n \"priv_collector_state\": {\n \"since\": \"2024-04-13T00:00:00Z\",\n \n \"stream\": \"projects/rcs-test-project-422212\",\n \"until\": \"2024-06-13T23:00:00Z\"\n }\n}", | ||
"attributes": { | ||
"ApproximateReceiveCount": "1", | ||
"SentTimestamp": "1574159909907", | ||
"SenderId": "some-id", | ||
"ApproximateFirstReceiveTimestamp": "1574159909968" | ||
}, | ||
"messageAttributes": {}, | ||
"md5OfBody": "1845296051d4cfe2e6175358a065cc38", | ||
"eventSource": "aws:sqs", | ||
"eventSourceARN": "arn:aws:sqs:us-east-1:352283894008:paws-state-queue", | ||
"awsRegion": "us-east-1" | ||
} | ||
] | ||
} |
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.