Skip to content

Commit 0f38970

Browse files
authored
Added partner_id and event_destination metrics to events (#136)
* Added partner_id and event_destination metrics to events * Fix naming * Change to parse events using one regex * check for negative index in case there is no match for regex type * naming fix * Use DeterminePartnerMetrics function * dependencies * Update unit tests * update changelong * simplify unit tests * remove unnecessary const * Clean up unit tests, add event type index to requestParser
1 parent c0d3870 commit 0f38970

File tree

5 files changed

+259
-69
lines changed

5 files changed

+259
-69
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
- Bumped codex-db and updated requestParser to use the error returned on insert (#125)[https://github.com/xmidt-org/svalinn/pull/125]
99
- Updated references to the main branch [#131](https://github.com/xmidt-org/svalinn/pull/131)
1010
- Bumped webpa-common version to v1.11.0 and wrp-listener version to v0.2.1 [#137](https://github.com/xmidt-org/svalinn/pull/137)
11+
- Added metric to know what kind of events svalinn is receiving [#136](https://github.com/xmidt-org/svalinn/pull/136)
1112

1213
## [v0.14.1]
1314
- Added metric for how long an event is in Svalinn's memory [#124](https://github.com/xmidt-org/svalinn/pull/124)

0 commit comments

Comments
 (0)