Commit Graph

209 Commits

Author SHA1 Message Date
Jonathan Shook
9fd3d4afb1 capture result map from records automatically 2023-12-18 15:06:56 -06:00
Jonathan Shook
06ef405b63 findmax improvements 2023-12-15 23:10:41 -06:00
Jonathan Shook
8cb3051af2 fixes from PR and export-docs fix 2023-12-15 12:57:03 -06:00
Jonathan Shook
5ae22195ba package factoring 2023-12-09 17:16:44 -06:00
Jonathan Shook
e1f9545abd change all references of context to container 2023-12-07 09:40:40 -06:00
Jonathan Shook
ae19037bce remainder of changes for scenario rework that need to be itemized 2023-12-06 14:26:53 -06:00
Jonathan Shook
a2ac3e3f75 structuring and naming changes 2023-12-06 14:26:29 -06:00
Jonathan Shook
a1445927b9 minor fix for sampling window test stability 2023-11-01 11:24:50 -05:00
Jonathan Shook
1cc2f5352c stability detection in progress 2023-11-01 11:09:16 -05:00
Jonathan Shook
222fbbbafd renaming workloads part1 2023-10-23 19:54:17 -05:00
Jonathan Shook
921c6e17e3 cleanups and minor docs 2023-10-23 08:42:19 -05:00
Jonathan Shook
aaf58984d6 findmax in the house 2023-10-23 08:42:19 -05:00
Jonathan Shook
cc8d4be719 minor update on findmax 2023-10-23 08:42:19 -05:00
Jonathan Shook
137ce31136 findmax 80% ready 2023-10-23 08:42:19 -05:00
Jonathan Shook
bff86b5525 bursty cycle rate test online 2023-10-23 08:42:19 -05:00
Jonathan Shook
9978d50d7e improving optimo sampler and rates 2023-10-23 08:42:19 -05:00
Jonathan Shook
e64de7476e partial working optimo, something is still broken in the search behavior 2023-10-23 08:42:19 -05:00
Jonathan Shook
6b85515715 fix example metric 2023-10-23 08:42:19 -05:00
Jonathan Shook
9e91a6201d incremental progress 2023-10-23 08:42:19 -05:00
Jonathan Shook
9fa711b7ab checkpoint 2023-10-23 08:42:19 -05:00
Jonathan Shook
61b923cfed indirect loading on nbr working 2023-10-23 08:42:00 -05:00
Jonathan Shook
9daf06cd62 rehome all metrics construction patterns, remove ActivityMetrics 2023-10-23 08:41:40 -05:00
Jonathan Shook
57db140a94 removed all ActivityMetrics constructions 2023-10-23 08:41:40 -05:00
Jonathan Shook
17052eaadf rework scenario invocation for better tests, unit test running only 2023-10-23 08:41:17 -05:00
Jonathan Shook
d3edd71344
Merge pull request #1573 from yabinmeng/rm-docker-metrics
Remove "--docker-metrics" functionality.
2023-09-28 15:39:37 -05:00
yabinmeng
9a61a1f2af Remove "--docker-metrics" functionality. Update documents and scripts accordingly. 2023-09-28 14:30:18 -05:00
Jonathan Shook
3ba9c50bbc stack timeouts so that errors in integrated tests are not lost 2023-09-28 10:48:16 -05:00
Jonathan Shook
c561695685 make jdk21 appimage scripts use ZGC and preview 2023-09-28 10:48:16 -05:00
Jonathan Shook
b9b33f1a9d base project on jdk21 toolchain and runtime 2023-09-28 10:48:16 -05:00
Jonathan Shook
112ad332cd fixups and package structure updates 2023-09-11 13:20:52 -05:00
Jonathan Shook
2d1f23a8d8 remove duplicitous doc files 2023-09-10 17:37:49 -05:00
Jonathan Shook
497432137e recall computation 2023-08-17 18:07:04 -05:00
Jonathan Shook
23aba88ee0 engine and runtime updates for vector branch 2023-07-25 11:50:28 -05:00
Jonathan Shook
b324c59c11 remove package element from log4j2 configs 2023-06-06 09:03:13 -05:00
Sean McCarthy
ef667e356c introduce filterScriptParams to remove params meant to control scenario script from the activity context 2023-05-24 12:02:35 -07:00
Jeff Banks
02ff160b3c
Metrics Publishing (#1234)
Included the following with core changes to allow labeled metrics for Prometheus exposition format publishing.
* javadoc updates
* remove extra types
* use NBLabeledElement instead of NBNamedElement
* contextualize NBLabeledElement for graphite/metrics
* externalize labeled ScriptContext to API
* add labels to NicerTimer
* remove partial packaging
* more progress on formatting for prom exposition format
* added metrics diagram
* resolve build issues with label params
* resolve build issues with label params
* prometheus export services
* added PromExpoFormat Tests for NBMetricMeter(Counting+Sampling) and NBMetricTimer(Counting)
* added test for Gauge Formatting
* added Gauge Formatting as well as Sampling values (count, stdev ...)
* added sketch for metrics labeling contexts
* add NBLabeledElement in all the places, retool calling paths to use it
* synchronize antlr versions after partial snyk change
* unbreak static initializer block after IntelliJ "fixed" it.
* engine-api - adapt to NBLabeledElement
* adapters-api - adapt to NBLabeledElement
* nb-api - adapt to NBLabeledElement
* engine-core - adapt to NBLabeledElement
* misc-adapters - adapt to NBLabeledElement
* streaming-adapters - adapt to NBLabeledElement
* add missing test
* initial implementation of a prom push reporter
* Resolve build issue with parseGlobalOptions
* replaced with PromPushReporter
* cleanup unused deps
* dependency removal for micrometer
* allow empty labels for tests
* change space.getName to space.getSpaceName
* cleanup poms
* graphite linearization now includes space element
* http adapter should only depend on adapters API
* http space does not create its own metric names
* import cleanups
* improved javadocs
* introduce component concepts

---------

Co-authored-by: Jonathan Shook <jshook@gmail.com>
Co-authored-by: Mike Yaacoub <mike.yaacoub@datastax.com>
2023-05-09 09:52:42 -05:00
Jeff Banks
388ece75f7
MongoDB Adapter fix and updates for scenarios (#1196)
* Updates for mongodb adapter; fix connection usage on cli

* Reduce the cycles for test w/ sporadic failures

* Removed redundant '-> string'

* Removed state tracking and cleanup

* Space cache capture and connection management

* Mongo client management w/ connection

* Remove unused getData()

* Removed debug entry no longer required
2023-04-04 16:09:00 -05:00
Jonathan Shook
f5c4843e6c
Merge pull request #1082 from nosqlbench/nosqlbench-1081-nbrbuild
fix nbr build scripts
2023-02-10 13:36:04 -06:00
Jonathan Shook
02479749b9 nbr build updates 2023-02-10 11:46:47 -06:00
Jonathan Shook
70408621dd nosqlbench-1071 NBIO should favor finding exactly specified file path as a short circuit 2023-02-10 10:20:45 -06:00
Jonathan Shook
da866eae6c make bindings-utilities more useful 2023-02-07 19:16:07 -06:00
Jonathan Shook
262ac17b98 correct binding regexes 2023-02-07 19:16:05 -06:00
Jonathan Shook
0d955b2158 remove incompatible example from bindings-bytebuffers 2023-02-07 18:19:53 -06:00
Jonathan Shook
47c1f2db5a update bindings-bigdecimal to work with J17 enums 2023-02-07 18:19:03 -06:00
Jonathan Shook
90a1ff3df6 fix for #1007 2023-02-06 18:12:51 -06:00
Jonathan Shook
0366235f71 Merge branch 'main' into cleanup-includes 2023-02-06 15:27:37 -06:00
jeffbanks
cc989c8a72 nb5 revamp for scenarios 2023-02-06 14:58:04 -06:00
Jonathan Shook
172ef0847d include examples and fix error message 2023-02-06 01:04:55 -06:00
Jonathan Shook
f12fd6f0c4 partial work towards mapping resources correctly 2023-02-06 00:19:57 -06:00
Jonathan Shook
1eead1add8 centralize jacoco template for reconfiguration 2023-01-26 23:32:15 -06:00