Commit Graph

19 Commits

Author SHA1 Message Date
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
Jonathan Shook
977cbc6e5c docs updates 2023-02-06 22:12:53 -06:00
Jonathan Shook
dc9684dd98 rename stmt based types to op based types 2023-01-24 18:14:41 -06:00
Jonathan Shook
ff188d4860
actions-for-docs (#919)
* updated docs action with version state

* script updates

* misc doc system updates

* Update build.yml

remove versions logic, since zip contains version info now.

* Update build.yml

corrected git add command

* update version format

* updated docs site url
2023-01-13 11:57:08 -06:00
Mike Yaacoub
ea93403f4f removed suffix parameter from tcp driver op dispensers (We have string templates to do that now) 2023-01-06 13:15:03 -05:00
Mike Yaacoub
6881c0790a Revert "nosqlbench-440 convert tcpclient driver from ActivityType to DriverAdapter e:1d"
This reverts commit 1b2655c272.
2023-01-05 17:43:10 -05:00
Mike Yaacoub
1b2655c272 nosqlbench-440 convert tcpclient driver from ActivityType to DriverAdapter e:1d 2023-01-05 17:27:16 -05:00
Mike Yaacoub
ffcc294143 Cleaned up "filename" configuration option from TCP. (Only available for Stdout) 2023-01-05 14:26:19 -05:00
Mike Yaacoub
6146d186d9 Modified Writer Adapter Behavior for TCPServer to use poll and offer with a specified retry time (1s) 2023-01-05 13:09:53 -05:00
Mike Yaacoub
ccc7f7ab3f Cleaned up code after review. 2023-01-05 10:37:00 -05:00
Mike Yaacoub
bdf61845fd nosqlbench-440 convert tcpclient driver from ActivityType to DriverAdapter e:1d 2023-01-04 15:26:08 -05:00
Jonathan Shook
6731937c96 modify logger calls for computable messages via closures 2022-12-21 19:37:36 -06:00
Jonathan Shook
cb826eb62e parameterize driver space in mappers 2022-08-25 15:14:44 -05:00
Jonathan Shook
789cc62430 package refactoring 2022-07-14 19:01:00 -05:00
Jonathan Shook
9df0ec22ca unbreak build 2022-07-01 01:24:48 -05:00
Jonathan Shook
7ec3326cfc clean up old code 2022-07-01 01:13:03 -05:00
Jonathan Shook
4a3d3313d8 clean up old code 2022-07-01 01:12:53 -05:00
Jonathan Shook
6f04a8b7fc more tcp stubbing 2022-07-01 01:12:45 -05:00
Jonathan Shook
7f1337587e stub out tcp adapter 2022-07-01 01:02:59 -05:00