GitHub
05/02/2023, 6:56 PMGitHub
05/03/2023, 3:17 AM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/f9b19e396afe33c793c13d77f37dadd96ba6c22b|f9b19e39>
- chore(k8s-infra): 🔧 otel-collector config changes (#215)
SigNoz/chartsGitHub
05/03/2023, 3:18 AMGitHub
05/03/2023, 3:18 AMGitHub
05/03/2023, 6:30 AMGitHub
05/03/2023, 12:11 PMGitHub
05/03/2023, 12:52 PMdata-volumeclaim-template-chi-my-release-clickhouse-cluster-0-0-0
is the
generated name for clickhouse data PVC. Since the length of the resource name exceeds 63
characters, we are unable to create ClickHouse PVC in GKE 1.26.
After this PR, we will have default generated name as:
• default-chi-my-release-clickhouse-cluster-0-0-0
for clickhouse data PVC
• default-log-chi-my-release-clickhouse-cluster-0-0-0
for clickhouse log PVC, if enabled
Support for logs persistence
Currently, logs of clickhouse would not be persisted in case it starts to crash.
By persisting logs, we should be able to look into the cause of the issue using the persisted logs by execing into clickhouse-log
container.
Signed-off-by: Prashant Shahi prashant@signoz.io
SigNoz/charts
✅ All checks have passed
2/2 successful checksGitHub
05/03/2023, 4:45 PMScreenshot 2023-05-03 at 10 09 56 PMâ–¾
GitHub
05/04/2023, 4:06 AMGitHub
05/04/2023, 12:11 PMGitHub
05/04/2023, 2:26 PMGitHub
05/04/2023, 4:42 PM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/6a66955d2c8bad58cc65d1fc7f9632194f216a82|6a66955d>
- add ability to specify podLabels for otelCollector (#218)
SigNoz/chartsGitHub
05/04/2023, 4:42 PMGitHub
05/04/2023, 4:43 PMGitHub
05/04/2023, 6:06 PMGitHub
05/05/2023, 3:03 AMapiVersion
for HorizontalPodAutoscaler
.
SigNoz/charts
✅ All checks have passed
2/2 successful checksGitHub
05/05/2023, 4:09 AMGitHub
05/05/2023, 12:15 PMGitHub
05/05/2023, 5:31 PMsettings
instead of setting
• added name map for /settings/channels
route to breadcrumbNameMap
• removed `edit`from route in favour of settings/channels/:id
[yet to be reviewed]
Video:
Screen.Recording.2023-05-05.at.10.59.43.PM.mov
SigNoz/signoz
GitHub Actions: e2e-k3s
GitHub Actions: Deploy PR branch to testing
GitHub Actions: playwright
GitHub Actions: lint-commits
GitHub Actions: Codeball
✅ 6 other checks have passed
6/11 successful checksGitHub
05/05/2023, 5:42 PMGitHub
05/05/2023, 7:29 PMGitHub
05/06/2023, 10:22 AMGitHub
05/08/2023, 4:41 AM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/acd1e892097632793abb7f5c4bfc5e91c48da7b6|acd1e892>
- feat(hpa): use autoscaling/v2 when available (#220)
SigNoz/chartsGitHub
05/08/2023, 6:45 AMGitHub
05/08/2023, 6:50 AMGitHub
05/08/2023, 8:05 AMGitHub
05/08/2023, 8:14 AMGitHub
05/08/2023, 10:23 AMprocess_memory_physical_usage
-> process_memory_usage
• process_memory_virtual_usage
-> process_memory_virtual
dockerstatsreceiver:
• Less number of default metrics: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/dockerstatsreceiver/documentation.md
• BlockIO metrics names changed. The type of operation is no longer in the metric name suffix, and is now in an attribute. For example container.blockio.io_merged_recursive.read becomes container.blockio.io_merged_recursive with an operation:read attribute.
• Memory metrics measured in Bytes are now non-monotonic sums instead of gauges.
• Enable the container.cpu.usage.percpu metric
resourcedetection
• Remove deprecated gke/gce detectors, use gcp instead
mysqlreceiver
• mysql_commands
-> mysql_prepared_statements
SigNoz/signoz-otel-collectorGitHub
05/08/2023, 10:33 AM<https://github.com/SigNoz/signoz-otel-collector/tree/main|main>
by srikanthccv
<https://github.com/SigNoz/signoz-otel-collector/commit/9b1cdb9313b3530a9d8b9926ae37f6b84090edcf|9b1cdb93>
- Feat/v0.76.3 (#129)
SigNoz/signoz-otel-collectorGitHub
05/08/2023, 10:43 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by prashant-shahi
<https://github.com/SigNoz/signoz/commit/8dbd1c65e9686e6b947c95aa44d7695ade38666c|8dbd1c65>
- fix: trim spaces from email invite (#2668)
SigNoz/signoz