Skip to content

Commit

Permalink
[PINAX-337] bumped to v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Blanchette committed Nov 22, 2023
1 parent 7190f4b commit 6a359d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ Options:
--headers [string...] Set headers that will be sent on every requests (ex: --headers X-HEADER=headerA) (default: {}, env: HEADERS)
--final-blocks-only <boolean> Only process blocks that have pass finality, to prevent any reorg and undo signal by staying further away from the chain HEAD (default: "false", env: FINAL_BLOCKS_ONLY)
--verbose <boolean> Enable verbose logging (default: "false", env: VERBOSE)
-p --port <int> Listens on port number. (default: "8428")
-a --address <string> VictoriaMetrics address to connect. (default: "0.0.0.0")
--host <string> VictoriaMetrics address to connect. (default: "http://0.0.0.0:8428")
-i --scrape-interval <int> Scrape Interval (default: "30")
-l --labels [...string] To apply generic labels to all default metrics (ex: --labels foo=bar) (default: {})
-h, --help display help for command
Expand Down Expand Up @@ -111,8 +110,7 @@ Import CSV files to VictoriaMetrics

Options:
--verbose Enable verbose logging (default: false)
-p --port <int> Listens on port number. (default: "8428")
-a --address <string> VictoriaMetrics address to connect. (default: "0.0.0.0")
--host <string> VictoriaMetrics address to connect. (default: "http://0.0.0.0:8428")
--csv-root <string> CSV root (default: "./csv")
-l --labels [...string] To apply generic labels to all default metrics (ex: --labels foo=bar) (default: {})
-h, --help display help for command
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "substreams-sink-victoria-metrics",
"version": "0.0.11",
"version": "0.0.13",
"description": "Substreams VictoriaMetrics sink module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -49,4 +49,4 @@
"bun-types": "latest",
"typescript": "latest"
}
}
}

0 comments on commit 6a359d7

Please sign in to comment.