general improvements release

This commit is contained in:
Jonathan Shook 2020-07-16 09:34:55 -05:00
parent 16e4309e7f
commit 754ed25e56
2 changed files with 33 additions and 0 deletions

View File

@ -3,3 +3,26 @@
- a4b7a8da allow simpler op construction - a4b7a8da allow simpler op construction
- c728eafb minor reminder for standards doc - c728eafb minor reminder for standards doc
- 7e5818c2 simple cleanups - 7e5818c2 simple cleanups
- 16e4309e (HEAD -> main) add scope controls to jmx driver
- c81c5187 avoid repeating initial error message
- 1db36d84 avoid showing stack trace unless asked for
- 452224a2 clarify scenario error handling logic
- 1fe38b43 either log or throw, but not both
- 0230686a include engine-api for cqld4
- c93c1756 provide summary of scenarios results
- 3afbaddf typo fixes
- cb6d79f2 add note to design guide
- ca81e1bc disable console echo when reading secure info
- 9d2e8086 add secure username and password options to jmx driver
- 1cc9d209 Add SSL context init to JMX driver
- f8ebefd1 add more JMX docs
- 974ee656 JMX printvar improvements
- 532c3854 add JMX auto defaults from op sequence
- 74ea7ee1 allow single ops to be specified on CLI
- 8e8591ea pull single statement fix to main branch
- dd81656e jmx driver release
- 0b3d30ca add initial JMX driver implementation
- fff55212 allow map-only named statement constructions in YAML
- a4b7a8da allow simpler op construction
- c728eafb minor reminder for standards doc
- 7e5818c2 simple cleanups

10
jmxtest4.yaml Normal file
View File

@ -0,0 +1,10 @@
# (src/test/resources/activities/) jmx-test-1.yaml
statements:
- read1:
url: service:jmx:rmi:///jndi/rmi://10.101.33.50:7199/jmxrmi
object: org.apache.cassandra.metrics:type=Compaction,name=PendingTasks
readvar: Value
as_type: int
as_name: pending_tasks