
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
artillery-plugin-prometheus
Advanced tools
Plugin for Artillery.IO that publishes response data into prometheus pushgateway.
Plugin for Artillery.IO that records response data into Prometheus.
To use:
npm install -g artillery
npm install artillery-plugin-prometheus
prometheus
Plugin config to your "hello.json
" Artillery scriptjson:
```json
{
"config": {
"plugins": {
"prometheus": {
"testName": "my_load_test_case",
"pushGatewayUrl": "http://localhost:9091",
"environment": "qa",
"labels": {
"performance-test":
"artillery.io":
}
}
}
}
```
yaml:
config:
plugins:
prometheus:
testName: 'my_load_test_case'
pushGatewayUrl: 'http://localhost:9091'
environment: qa
labels:
target: 'http://target.domain.com'
scenario: postRequest
*Must specify labels with values.
artillery run hello.json
This will cause every latency to be published to the given Prometheus instance.
Property | Required | Default | Meaning |
---|---|---|---|
pushGatewayUrl | yes | none | Url of the prometheus push gateway. |
testName | yes | none | Name of the test being performed. |
environment | yes | none | The environment where the test is running, used as a label. |
*see notes on using environment variables for these values below.
For more information, see:
Enjoy!
FAQs
Plugin for Artillery.IO that publishes response data into prometheus pushgateway.
We found that artillery-plugin-prometheus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.