@saws/signoz-application 2.0.0-beta.19 → 2.0.0-beta.20
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.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Deploy it:
|
|
|
25
25
|
npx saws app deploy observability --stage production
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
Run `npx saws app update observability` to install a newer npm
|
|
28
|
+
Run `npx saws app update observability` to install a newer version from the application's npm release channel. Updates never
|
|
29
29
|
overwrite `config.ts`.
|
|
30
30
|
|
|
31
31
|
The defaults publish the SigNoz UI on port `8080` and OTLP ingestion on ports `4317` and `4318`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saws/signoz-application",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.20",
|
|
4
4
|
"description": "Deploy a complete self-hosted SigNoz application with SAWS",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@saws/clickhouse-keeper-service": "2.0.0-beta.
|
|
25
|
-
"@saws/clickhouse-service": "2.0.0-beta.
|
|
26
|
-
"@saws/core": "2.0.0-beta.
|
|
27
|
-
"@saws/postgres-service": "2.0.0-beta.
|
|
28
|
-
"@saws/signoz-otel-collector-service": "2.0.0-beta.
|
|
29
|
-
"@saws/signoz-service": "2.0.0-beta.
|
|
24
|
+
"@saws/clickhouse-keeper-service": "2.0.0-beta.20",
|
|
25
|
+
"@saws/clickhouse-service": "2.0.0-beta.20",
|
|
26
|
+
"@saws/core": "2.0.0-beta.20",
|
|
27
|
+
"@saws/postgres-service": "2.0.0-beta.20",
|
|
28
|
+
"@saws/signoz-otel-collector-service": "2.0.0-beta.20",
|
|
29
|
+
"@saws/signoz-service": "2.0.0-beta.20"
|
|
30
30
|
}
|
|
31
31
|
}
|