Skip to content

Commit

Permalink
fix(utils): loki url update (#1072)
Browse files Browse the repository at this point in the history
* fix(utils): loki url update

* bump deps
  • Loading branch information
pepoviola authored May 19, 2023
1 parent 1b098ef commit 5fea7c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion javascript/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@zombienet/dsl-parser-wrapper": "^0.1.9",
"@zombienet/orchestrator": "^0.0.41",
"@zombienet/utils": "^0.0.20",
"@zombienet/utils": "^0.0.21",
"cli-progress": "^3.12.0",
"commander": "^10.0.1",
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@polkadot/api": "^10.7.1",
"@polkadot/keyring": "^12.1.2",
"@polkadot/util-crypto": "^12.1.2",
"@zombienet/utils": "^0.0.20",
"@zombienet/utils": "^0.0.21",
"chai": "^4.3.7",
"debug": "^4.3.4",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zombienet/utils",
"version": "0.0.20",
"version": "0.0.21",
"description": "Useful utilities for ZombieNet Framework",
"main": "dist/index.js",
"author": "Parity Technologies <admin@parity.io>",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/utils/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const LOKI_URL_FOR_NODE =
"https://grafana.parity-mgmt.parity.io/explore?orgId=1&left=%7B%22datasource%22:%22PCF9DACBDF30E12B3%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22PCF9DACBDF30E12B3%22%7D,%22editorMode%22:%22code%22,%22expr%22:%22%7Bpod%3D~%5C%22{{namespace}}%2F{{podName}}%5C%22%7D%22,%22queryType%22:%22range%22%7D%5D,%22range%22:%7B%22from%22:%22{{from}}%22,%22to%22:%22{{to}}%22%7D%7D";
"https://grafana.parity-mgmt.parity.io/explore?orgId=1&left=%7B%22datasource%22:%22PCF9DACBDF30E12B3%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22PCF9DACBDF30E12B3%22%7D,%22editorMode%22:%22code%22,%22expr%22:%22%7Bnamespace%3D%5C%22{{namespace}}%5C%22,pod%3D%5C%22{{podName}}%5C%22%7D%22,%22queryType%22:%22range%22%7D%5D,%22range%22:%7B%22from%22:%22{{from}}%22,%22to%22:%22{{to}}%22%7D%7D";

0 comments on commit 5fea7c9

Please sign in to comment.