This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ccc2e47 - Browse repository at this point
Copy the full SHA ccc2e47View commit details -
rewrite enricher to use lookup map for enrichment
this replaces the enricher implementation to improve its enrichment performance. it drops the enrichment cache and it also doesn't filter metrics based on the meta records at the enrichment stage anymore. instead it is now building a map from which it can lookup the metric keys and resolve them into meta records, from which it then gets the meta tags. especially in scenarios where there is a large number of meta records in the index this performs much better than the old implementation.
Configuration menu - View commit details
-
Copy full SHA for 57dc74d - Browse repository at this point
Copy the full SHA 57dc74dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb33c93 - Browse repository at this point
Copy the full SHA bb33c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6715d97 - Browse repository at this point
Copy the full SHA 6715d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d57d52 - Browse repository at this point
Copy the full SHA 5d57d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec4b0b7 - Browse repository at this point
Copy the full SHA ec4b0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e03446c - Browse repository at this point
Copy the full SHA e03446cView commit details -
make enricher process addMetric through buffer
this has the purpose of improving the addMetric performance when a large number of metrics gets added to the index concurrently. previously each of them would have been checked against the filter requirements of each existing meta record, due to how we now process them in batches this process is more efficient. instead of checking each new metric one by one against each meta record criteria, we're now building a small temporary index out of all the added metrics in the buffer, then we run each meta record as a query on that small index. this change improves the addMetric event processing performance by a huge factor in situations where a lot of metrics get added at once.
Configuration menu - View commit details
-
Copy full SHA for 89622c8 - Browse repository at this point
Copy the full SHA 89622c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf2972 - Browse repository at this point
Copy the full SHA ebf2972View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45181c8 - Browse repository at this point
Copy the full SHA 45181c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b46956b - Browse repository at this point
Copy the full SHA b46956bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d2ccc - Browse repository at this point
Copy the full SHA 00d2cccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fef238 - Browse repository at this point
Copy the full SHA 2fef238View commit details
Commits on Nov 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e249e9c - Browse repository at this point
Copy the full SHA e249e9cView commit details
Commits on Nov 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for acd89e0 - Browse repository at this point
Copy the full SHA acd89e0View 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.