Граф коммитов

45 Коммитов

Автор SHA1 Сообщение Дата
Thomas Conte 59ce32276b Fix tests 2019-10-11 11:11:24 +02:00
Chudi Huang 848fcf0078 Optimize implementation of app space filter 2017-11-13 19:12:03 +08:00
Chudi Huang 7c26bc5e75 Add test for app filtering 2017-11-13 12:01:36 +08:00
Chudi Huang 7d06bcb293 Add app space filter 2017-11-10 17:07:41 +08:00
Chudi Huang 64e92bf42f Add application ID and Org ID, ref close issue #3 2017-10-12 14:16:13 +08:00
Chudi Huang 6ac732d3ca Add Og and Space infomation to app-related messages
Tests for adding orgs and spaces to app mesaages

revert
2017-10-11 14:20:24 +08:00
Liz Zhang b7ccbda640 Add configurable "Environment" field for identifying events from different
CF environments
2017-07-07 13:34:14 +08:00
Liz Zhang c5dba540a5 Supporting logging count of received and sent events to OMS, change back
to limit message number in one batch post
2017-03-23 17:18:47 +08:00
Liz Zhang 3700116dc7 Update import path to Azure/oms-log-analytics-firehose-nozzle 2017-02-07 15:51:38 +08:00
Liz Zhang c9d92f757e Minor update in format 2017-01-10 09:53:13 +08:00
Liz Zhang 05d42f2249 Update several event fields to be same as origin, add unit test and make
some structure change
2017-01-10 09:31:53 +08:00
Liz Zhang 166e1e4761 Use lager as logger 2016-12-23 16:49:03 +08:00
Liz Zhang 5174d30269 Trigger posting when pending msgs reach a configured number, add retry for
posting, revert timestamp in messages to original int64 format
2016-12-14 16:28:51 +08:00
Liz Zhang 78a9c398f7 Add uaa token refresh, update import path, typo fix 2016-12-12 11:20:17 +08:00
Liz Zhang 38f7ce8f66 Reconstruct 2016-12-08 10:39:58 +08:00
Liz Zhang 9fc4d81020 Reconstruct 2016-12-07 15:40:04 +08:00
Liz Zhang b8d18405d3 Move main and manifest to root folder, rewrite the env var parse 2016-12-07 10:54:57 +08:00
Liz Zhang 3ef8101807 Update readme, and remove unnecessary files 2016-12-06 11:00:09 +08:00
Liz Zhang 1cdfdeae01 Update dependencies 2016-12-05 15:08:01 +08:00
Liz Zhang 185ab668b6 Fix typo 2016-12-02 16:47:11 +08:00
Liz Zhang a07ea18d71 Add more env variables 2016-12-02 14:35:48 +08:00
Liz Zhang 7369888a36 Use a new cfclient in GetApplicationName 2016-11-29 17:34:44 +08:00
dave-read 9381435761 correct offsets/formatting for uuid 2016-09-17 18:58:33 -07:00
dave-read f82afa7a4a UUID to string 2016-09-17 17:42:59 -07:00
dave-read e4879c8238 add guid conversion logic 2016-09-17 15:30:33 -07:00
dave-read de9312db61 send to OMS as go routine resolve issue with GUID to string for app name lookup 2016-09-17 22:01:45 +00:00
dave-read 828a3d1156 add debug 2016-09-14 22:55:48 -07:00
dave-read 1afec917e9 add client api 2016-09-14 09:19:11 -07:00
dave-read 9ed49e37d8 update error handling and manifest 2016-07-08 21:02:40 -07:00
dave-read 607ebd6801 refactor message loop to send in batches at time interval
Updated message look similar to the pattern used in DataDog.  There's a
timer event in the channel select that will trigger sending the
accumulated events.  This also results in the messages being sent in
batches to OMS rather than one by one.
2016-07-08 14:24:54 -07:00
dave-read 30ff34879e debug log missing timestamp 2016-07-06 16:16:35 -07:00
dave-read b189a3d9b5 Check timestamp for nil
Saw errors with LogMessage that looked like there was no timestamp in
the incoming message
2016-07-06 16:12:53 -07:00
dave-read 83760e5fc9 Key on log message, signal hook for shutdown 2016-07-05 21:36:34 -07:00
dave-read ede38bb33d remove local dependencies 2016-07-03 22:49:21 -07:00
dave-read 2a8be10ac9 add local packages 2016-07-03 22:09:25 -07:00
dave-read cd072af414 fix source of name 2016-07-03 21:45:47 -07:00
dave-read 5d15b6584e update 2016-07-03 20:50:33 -07:00
dave-read bea257250d add origin to base message
DataDog uses envelope origin as prefix to metric names.
2016-07-03 19:01:30 -07:00
dave-read a7c36c8778 Checkin before changes for health monitor 2016-06-30 20:13:53 -07:00
dave-read 8cae9ee19c Add graphite endpoint 2016-06-30 12:36:21 -07:00
dave-read 7e30bf5e50 Handle nil case for values 2016-06-24 10:55:43 -07:00
dave-read 21d9b03b8b Keys for Metrics 2016-06-24 07:19:15 -07:00
dave-read 0e9be3900a Add source instance id to base message
OMS doesn't have multi field group by yet.  Adding this temporary key
for each event for cases where grouping over time needed to be tied to a
single source instance
2016-06-23 21:35:29 -07:00
dave-read 1911d8555c Add message hash
Added message hash to be able to check for duplicates
2016-06-19 21:20:42 -07:00
dave-read 8e950ea3b4 initial check in
POC of GO nozzle for PCF/OMS Integration
2016-06-19 19:07:33 -07:00