GitHub
02/10/2023, 3:16 PMGitHub
02/10/2023, 6:22 PMGitHub
02/10/2023, 6:23 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/8ab527b1746aae4626eab0d5a0e1026704d2d731|8ab527b1>
- feat: support printing threshold in alert summary and description (#1827)
SigNoz/signozGitHub
02/10/2023, 6:23 PMvalue
that led to alert generation.
Describe the solution you'd like
The go template should be able to support the metric value
with the below syntax.
{{.MetricValue}}
This will enable users to add the target value to message as label or description when desired.
Describe alternatives you've considered
Add the value by default in all the messages. But It would be best to offer that control to the user.
Additional context
Add any other context or screenshots about the feature request here.
Thank you for your feature request – we love each and every one!
SigNoz/signozGitHub
02/10/2023, 6:23 PMGitHub
02/10/2023, 6:24 PMGitHub
02/11/2023, 3:09 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/93b6749920bdd266379dabd030dee67d86586b34|93b67499>
- fix: filters applied in the logs page (#2210)
SigNoz/signozGitHub
02/11/2023, 3:09 AMGitHub
02/11/2023, 8:13 AMGitHub
02/11/2023, 5:45 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/a906f94b8af953f3bfc34bee8a70c77054b63bb4|a906f94b>
- chore: reduce events
SigNoz/signozGitHub
02/11/2023, 5:45 PMGitHub
02/11/2023, 6:59 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by pranay01
<https://github.com/SigNoz/signoz/commit/7b8ff5a28518fb93e930662eac87f10bac65149d|7b8ff5a2>
- Update README.md
SigNoz/signozGitHub
02/11/2023, 6:59 PMGitHub
02/11/2023, 8:39 PMGitHub
02/12/2023, 3:23 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/7998d474e2308994c270bc1ce3809d6cdd4eac0f|7998d474>
- FE: Create a single instance of notification in form of Context Provider and use it across whole app (#2196)
SigNoz/signozGitHub
02/12/2023, 3:23 AMGitHub
02/12/2023, 4:10 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/21f909f4c0bd4310c56d82fa4006a7828452ff29|21f909f4>
- chore: 🔧 Add low cardinal exception grouping configuration
<https://github.com/SigNoz/signoz/commit/ad163c2b61662c5d70ba6ee08f0853b826be6904|ad163c2b>
- chore: 📌 pin versions: SigNoz 0.16.0, SigNoz OtelCollector 0.66.4
<https://github.com/SigNoz/signoz/commit/cf93712286be69c7c4bc00142dadde6f36b792d3|cf937122>
- Merge branch 'develop' into release/v0.16.0
<https://github.com/SigNoz/signoz/commit/cb22aef36fd59dd03a98345b0e28656cee1e2c8d|cb22aef3>
- Merge pull request #2225 from SigNoz/release/v0.16.0
<https://github.com/SigNoz/signoz/commit/d787298600d7bdcb0ba0478466047b087df49af0|d7872986>
- Merge branch 'develop' of https://github.com/SigNoz/signoz into develop
SigNoz/signozGitHub
02/12/2023, 4:10 AMGitHub
02/12/2023, 7:04 AMGitHub
02/12/2023, 7:04 AM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/91fd47442dd36bdbaeee61e6f2066d84e7decd1d|91fd4744>
- chore: 🔧 Add priorityClassName for all components
<https://github.com/SigNoz/charts/commit/e4a38465669605ebd800d86931cf3c1605a5f1f4|e4a38465>
- chore(release): 🔖 Bump up clickhouse to 23.8.5
<https://github.com/SigNoz/charts/commit/f55194af405d3ac0e3d0d7f4854cfd670c12a6fd|f55194af>
- chore(release): 🔖 Bump up k8s-infra to 0.6.5
<https://github.com/SigNoz/charts/commit/cf4b5129cce90776c22a12b2f99ead86f017512b|cf4b5129>
- Merge pull request #167 from prashant-shahi/chore/priorityclass
SigNoz/chartsGitHub
02/12/2023, 7:05 AMGitHub
02/12/2023, 7:05 AMGitHub
02/12/2023, 7:05 AMGitHub
02/12/2023, 8:25 AMhelm template charts/clickhouse -f broken-values.yaml
and the values.yaml
files:
config.d/log_rotation.xml: |
<clickhouse>
<logger>
<level>xxx</level>
<console>true</console>
<errorlog>/var/log/clickhouse-server/clickhouse-server.err.log</errorlog>
<log>/var/log/clickhouse-server/clickhouse-server.log</log>
<size>100M</size>
<count>10</count>
</logger>
</clickhouse>
helm unindentds and break the output yaml
coalesce.go:175: warning: skipped value for zookeeper.initContainers: Not a table.
Error: YAML parse error on clickhouse/templates/clickhouse-instance/clickhouse-instance.yaml: error converting YAML to JSON: yaml: line 77: could not find expected ':'
SigNoz/charts
✅ All checks have passed
2/2 successful checksGitHub
02/12/2023, 1:03 PM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/ac521ba12117562e1f1fddf526ae13d3922d59a3|ac521ba1>
- fix: Fix rendering error when clickhouse files are specified (#169)
SigNoz/chartsGitHub
02/12/2023, 3:35 PM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/2db5c24242b5ef51cb8e6a42b94ddfdde99c3f56|2db5c242>
- chore: 🔧 Add low cardinal exception grouping configuration (#168)
SigNoz/chartsGitHub
02/12/2023, 4:19 PM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/670582a15e11e3832cf546b315e74f53233bfca0|670582a1>
- chore(release): 🔖 Bump up clickhouse to 23.8.6
SigNoz/chartsGitHub
02/12/2023, 4:19 PMGitHub
02/12/2023, 4:20 PMGitHub
02/12/2023, 4:25 PM