-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(datadog) new metrics and more flexible configuration #2394
Conversation
Seems like one failed test related to this PR? the lambda tests are unrelated (this likely just needs to be rebased) |
Looks like master was merged into |
@p0pr0ck5 done. |
77f6edc
to
74e4ac6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the comments on statsd apply here as well.
74e4ac6
to
294fbf5
Compare
d043e2a
to
cd1864d
Compare
f0dfb27
to
3846440
Compare
Same comments from statsd: #2400 (comment) |
3846440
to
7aca1c2
Compare
177cb32
to
3687a4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments as applies to the other review
- Now each metric supports configurable stat type, sample rate and customer identifier if applicable. - Custom prefix for stats's name - Custom tags for Datadog. - New metrics `upstream_latency`, `kong_latency` and `status_count_per_user`. - Code style format
3687a4b
to
44b446c
Compare
Summary
sample rate and customer identifier if applicable.
upstream_latency
,kong_latency
andstatus_count_per_user
.Full changelog
stat_type
,sample_rate
,consumer_identifier
, and tagsIssues resolved
NOTE: depends on the PR on #2367