Commit Graph

26 Commits

Author SHA1 Message Date
Jonathan Shook
ae19037bce remainder of changes for scenario rework that need to be itemized 2023-12-06 14:26:53 -06:00
Jonathan Shook
957f178c4c add sibling labels restriction and some docs 2023-10-23 16:45:10 -05: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
Jonathan Shook
fa88a3b13b simplify fenced code blocks for compatibility 2023-01-17 19:29:51 -06:00
Jonathan Shook
123c41a9bc cleanups 2021-11-10 15:41:21 -06:00
Jonathan Shook
828ec0252d naming: use ParsedOp instead of ParsedCommand 2021-09-13 09:43:19 -05:00
Jonathan Shook
a39f4e1a27 docs: update doc system framing 2021-09-13 09:43:02 -05:00
Jonathan Shook
5b41f978c7 adapter API improvements 2021-08-10 10:34:26 -05:00
Jonathan Shook
1962328e7a add guidelines on env vars 2021-07-20 18:26:50 -05:00
Jonathan Shook
9a7a897018 typo fixes 2021-05-13 12:58:19 -05:00
Jonathan Shook
dcf1d506fb op template visualization 2021-02-04 23:15:56 -06:00
Jonathan Shook
9526208af8 update wip devguide 2021-02-04 17:47:13 -06:00
Jonathan Shook
4c726b0333 reorg stale docs 2021-02-04 17:46:58 -06:00
Jonathan Shook
b6493d0bdb update docs for hybrid ratelimiter 2020-12-04 10:24:37 -06:00
Jonathan Shook
ff6492763d docs updates 2020-12-02 14:18:39 -06:00
Jonathan Shook
b144849c77 fix release for graphite 2020-09-22 12:04:50 -05:00
Jonathan Shook
ce4ae9623f merge main into http_finish and fixup conflicts and http APIs 2020-09-15 20:33:31 -05:00
Jonathan Shook
32b11ff773 update dependency graph 2020-09-15 19:31:09 -05:00
Jonathan Shook
efc7ee8645 docs update 2020-09-15 17:52:06 -05:00
Jonathan Shook
60f7f551ff document module deps 2020-09-15 17:23:07 -05:00
Jonathan Shook
073a0a1995 improve docs for new developers 2020-09-08 17:47:19 -05:00
Jonathan Shook
cb6d79f2db add note to design guide 2020-07-15 13:40:35 -05:00
Jonathan Shook
c728eafb67 minor reminder for standards doc 2020-07-15 08:42:26 -05:00
Jonathan Shook
ba5ec41c5b partial work. roll this back possibly. 2020-07-13 09:42:03 -05:00
Jonathan Shook
3841693b99 fix integration tests after alias renaming 2020-07-09 10:29:01 -05:00
Jonathan Shook
2d9512c2dd start error handling dev guide 2020-07-07 10:47:41 -05:00