Skip to content

Commit db8186a

Browse files
Add Perfana TimescaleDB Backend Listener (#847)
* Add Perfana TimescaleDB Backend Listener * Move Perfana TimescaleDB entry into various.json Address review on #847: community plugin entries belong in the existing site/dat/repo/various.json array rather than a new descriptor file. Drop perfana.json and append the entry, normalized to 2-space indentation with a trailing newline (passes python3 format_repo.py --check). --------- Co-authored-by: Daniel Moll <dmoll1974@gmail.com>
1 parent 415e8a9 commit db8186a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

site/dat/repo/various.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3439,5 +3439,26 @@
34393439
"libs": {}
34403440
}
34413441
}
3442+
},
3443+
{
3444+
"id": "perfana-timescaledb",
3445+
"name": "Perfana TimescaleDB Backend Listener",
3446+
"description": "JMeter backend listener that writes test results directly to TimescaleDB for real-time performance analysis. Batch writing, HikariCP pooling, backpressure handling, URL normalization, and synthetic-monitoring mode.",
3447+
"screenshotUrl": "https://raw.githubusercontent.com/perfana/perfana-jmeter-timescaledb/main/docs/images/jmeter-backend-listener.png",
3448+
"helpUrl": "https://github.com/perfana/perfana-jmeter-timescaledb",
3449+
"vendor": "Perfana",
3450+
"markerClass": "io.perfana.jmeter.timescaledb.JMeterTimescaleDBBackendListenerClient",
3451+
"componentClasses": [
3452+
"io.perfana.jmeter.timescaledb.JMeterTimescaleDBBackendListenerClient"
3453+
],
3454+
"versions": {
3455+
"1.0.4": {
3456+
"downloadUrl": "https://repo1.maven.org/maven2/io/perfana/perfana-jmeter-timescaledb/1.0.4/perfana-jmeter-timescaledb-1.0.4.jar",
3457+
"libs": {
3458+
"postgresql>=42.7.4": "https://repo1.maven.org/maven2/org/postgresql/postgresql/42.7.4/postgresql-42.7.4.jar",
3459+
"HikariCP>=5.1.0": "https://repo1.maven.org/maven2/com/zaxxer/HikariCP/5.1.0/HikariCP-5.1.0.jar"
3460+
}
3461+
}
3462+
}
34423463
}
34433464
]

0 commit comments

Comments
 (0)