Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Feature/add datadog #915
Feature/add datadog #915
Changes from all commits
e35e515
1ff30ed
2f3a932
03e262a
b9fadaf
6aa196d
b1bd6ef
ce3e7e6
d796a0d
3b19b49
493022a
b6fb058
4eb763c
cb3a384
7730884
47750bb
30b28fa
a746bff
abf2381
1cd780b
8af8dc3
884ac1e
338ec03
d3db1e9
3082d67
5d644b5
268e594
e38b216
96801f3
84e7813
2828701
c0a3b1f
6cfe4d8
d4cce2e
5244715
3d9b426
4c5e049
1c93908
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Not certain how well this will hold up if I have a
:
in my tag name (after all, I can define custom tags) or value...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.
hm ... maybe we should restrict tags as we have restricted metrics ? https://github.com/loadimpact/k6/blob/master/js/modules/k6/metrics/metrics.go#L35 . We could escape the ':' somehow but in my opinion this will not help much ... maybe just leave it and document that having
:
in the tags will produce not desired tags in datadog ? after all it won't break just if you have tag with namesomething:else
and valuemyvalye
you will get tag with keysomething
and value ``else:mayvalue` in datadog