
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@hyperledger/cactus-plugin-consortium-manual
Advanced tools
A web service plugin that provides management capabilities on a Cactus consortium as a whole for administrative purposes.
@hyperledger/cactus-plugin-consortium-manual
This class creates a prometheus exporter, which scrapes the total Cactus node count.
The prometheus exporter object is initialized in the PluginConsortiumManual
class constructor itself, so instantiating the object of the PluginConsortiumManual
class, gives access to the exporter object.
You can also initialize the prometheus exporter object seperately and then pass it to the IPluginConsortiumManualOptions
interface for PluginConsortiumManual
constructor.
getPrometheusMetricsV1
function returns the prometheus exporter metrics, currently displaying the total cactus node count, which currently refreshes to match the node count in the consortium, everytime updateMetricNodeCount
method of the PluginConsortiumManual
class is called.
To use Prometheus with this exporter make sure to install Prometheus main component. Once Prometheus is setup, the corresponding scrape_config needs to be added to the prometheus.yml
- job_name: 'consortium_manual_exporter'
metrics_path: api/v1/plugins/@hyperledger/cactus-plugin-consortium-manual/get-prometheus-exporter-metrics
scrape_interval: 5s
static_configs:
- targets: ['{host}:{port}']
Here the host:port
is where the prometheus exporter metrics are exposed. The test cases (For example, packages/cactus-plugin-consortium-manual/src/test/typescript/unit/consortium/get-node-jws-endpoint-v1.test.ts) exposes it over 0.0.0.0
and a random port(). The random port can be found in the running logs of the test case and looks like (42379 in the below mentioned URL)
Metrics URL: http://0.0.0.0:42379/api/v1/plugins/@hyperledger/cactus-plugin-consortium-manual/get-prometheus-exporter-metrics
Once edited, you can start the prometheus service by referencing the above edited prometheus.yml file. On the prometheus graphical interface (defaulted to http://localhost:9090), choose Graph from the menu bar, then select the Console tab. From the Insert metric at cursor drop down, select cactus_consortium_manual_total_node_count and click execute
This file contains the various responses of the metrics.
This file contains functions encasing the logic to process the data points.
This file lists all the prometheus metrics and what they are used for.
FAQs
A web service plugin that provides management capabilities on a Cactus consortium as a whole for administrative purposes.
We found that @hyperledger/cactus-plugin-consortium-manual demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.