-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Refactor metric samples to use Atlas for tags and have time series #2594
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9938a3d - Browse repository at this point
Copy the full SHA 9938a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9197e1 - Browse repository at this point
Copy the full SHA d9197e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a6a33 - Browse repository at this point
Copy the full SHA 68a6a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6ba6f - Browse repository at this point
Copy the full SHA ad6ba6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f3877 - Browse repository at this point
Copy the full SHA 70f3877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0191e74 - Browse repository at this point
Copy the full SHA 0191e74View commit details -
Simplify the atlas integration to just metrics.TagSet and helpers
This implements the consensus from the PR comment (#issuecomment-1205273413), with some minor modifications.
Configuration menu - View commit details
-
Copy full SHA for 10a0f19 - Browse repository at this point
Copy the full SHA 10a0f19View commit details -
Refactor metrics.Sample to have a comparable TimeSeries
This will allow metric Samples to be easily grouped with other Samples with the same metric and tags. It implements the consensus described in my second PR comment (#issuecomment-1205359198)
Configuration menu - View commit details
-
Copy full SHA for 7f929cc - Browse repository at this point
Copy the full SHA 7f929ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 721b2f4 - Browse repository at this point
Copy the full SHA 721b2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf16837 - Browse repository at this point
Copy the full SHA cf16837View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03ac0b - Browse repository at this point
Copy the full SHA a03ac0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f31f716 - Browse repository at this point
Copy the full SHA f31f716View commit details -
lib,js: Set always the Tag URL equals to tag Name
After the introduction of Atlas, we decided to keep `url` as a normal tag but it always set to have the same value of the `name` tag. In this way, if the `url` contains high-cardinality values it wouldn't affect the system. This is the same thing that currently the cloud output does.
Configuration menu - View commit details
-
Copy full SHA for 62fd14a - Browse repository at this point
Copy the full SHA 62fd14aView commit details -
Remove experimental xk6-websockets
Remove for a temporary commit the experimental module to allow bumping the k6 dependency in the extension's repository.
Configuration menu - View commit details
-
Copy full SHA for 50bc9af - Browse repository at this point
Copy the full SHA 50bc9afView commit details -
Uses the xk6-websockets main version that is now migrated to the time series version.
Configuration menu - View commit details
-
Copy full SHA for f5f05c9 - Browse repository at this point
Copy the full SHA f5f05c9View commit details
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.