@jcit/signoz 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.mjs +2 -2
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -114,9 +114,9 @@ function registerQuery(program) {
114
114
  });
115
115
  addExamples(cmd, [
116
116
  "signoz query --promql 'rate(http_requests_total[5m])' --since 1h",
117
- "signoz query --sql 'SELECT count(*) AS value FROM signoz_logs.distributed_logs_v2 WHERE timestamp >= ...'",
117
+ "signoz query --sql 'SELECT count(*) FROM signoz_logs.distributed_logs_v2 WHERE timestamp >= ...'",
118
118
  "signoz query -f my-query.json --since 7d --until 1d",
119
- "signoz query --promql 'up' --format table"
119
+ "signoz query --promql 'up' --format table --step 30"
120
120
  ]);
121
121
  }
122
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jcit/signoz",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "CLI for SigNoz observability platform",
5
5
  "repository": {
6
6
  "type": "git",