GitHub
03/11/2023, 2:23 PMuseForm
from antd
(#2403) @gitstart
⢠feat: ability to save and retrieve the explorer queries (#2284) @srikanthccv
⢠feat: metric attribute autocomplete for the aggregation type (#2263) @srikanthccv
⢠feat: add span links support (#2415) @makeavish
⢠feat: restricted_SELECTED_FIELDS is filtered from the selected list (#2401) @palashgdev
⢠style: corrected the positioning of the charts tooltip (#2402) @maryojo
⢠feat: color encoding is added in the logs raw view (#2398) @palashgdev
š Bug Fixes
⢠fix: address legend formatting for external call error % (#2443) @srikanthccv
⢠fix: add the missing /health route removed in #2261 (#2419) @srikanthccv
⢠fix: Logs Live Tail is fixed (#2380) @palashgdev
š§° Maintenance
⢠chore: panel Type is disabled for now (#2434) @palashgdev
⢠chore: bump SigNoz/prometheus (#2094) @srikanthccv
⢠chore: update CODEOWNERS for */query-service/ (#2421) @srikanthccv
⢠chore: add payload types for autocomplete requests (#2244) @srikanthccv
⢠chore: health endpoint related changes (#2275) @prashant-shahi
SigNoz/signozGitHub
03/11/2023, 2:23 PM<https://github.com/SigNoz/charts/tree/main|main>
by ankitnayan
<https://github.com/SigNoz/charts/commit/5b1ae92e4d4401b867d72caa9cbc563fe0e817a5|5b1ae92e>
- chore: pin versions - SigNoz 0.17.0, SigNoz OtelCollector 0.66.6
<https://github.com/SigNoz/charts/commit/4fb912fb4e4dc336b1897da031dc130946fe6f37|4fb912fb>
- chore(release): Bump signoz to 0.12.0
<https://github.com/SigNoz/charts/commit/9dece823103ea1c25a8d672fdc09c5148a6c1f83|9dece823>
- Merge pull request #188 from SigNoz/release/signoz-0.12.0
SigNoz/chartsGitHub
03/11/2023, 2:24 PMGitHub
03/11/2023, 2:25 PMGitHub
03/11/2023, 2:27 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/b15463fd38fef4099080e1337f55a63574bbd65c|b15463fd>
- chore: pin versions - SigNoz 0.17.0, SigNoz OtelCollector 0.66.6
<https://github.com/SigNoz/signoz/commit/83e3e3c3ed4cdc4ec1d3667565780ba613dd7131|83e3e3c3>
- Merge branch 'develop' into release/v0.17.0
<https://github.com/SigNoz/signoz/commit/da79f934957ff7a608d173805a395fc933f389c3|da79f934>
- Merge pull request #2442 from SigNoz/release/v0.17.0
SigNoz/signozGitHub
03/11/2023, 2:27 PMGitHub
03/11/2023, 7:08 PMhelm upgrade ...
command
3. Run kubectl -n platform get cm my-release-signoz-otel-collector -o yaml
to find the changes did not apply
SigNoz/chartsGitHub
03/12/2023, 12:33 PMGitHub
03/13/2023, 4:10 PMGitHub
03/14/2023, 2:05 AMGitHub
03/14/2023, 5:17 AM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/bcf46e9c0e2610534dcd77f5ea70dcb57e625b99|bcf46e9c>
- #180 fixes formatting issue in cert-manager template (#187)
SigNoz/chartsGitHub
03/14/2023, 5:22 AMScreenshot 2023-03-14 at 5 44 27 AMā¾
GitHub
03/14/2023, 10:02 AMapplication run finished with error: cannot build pipelines: failed to create "clickhouselogsexporter" exporter, in pipeline "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: migration failed in line 0: RENAME TABLE IF EXISTS signoz_logs.logs_atrribute_keys TO signoz_logs.logs_attribute_keys on CLUSTER cluster; (details: code: 57, message: There was an error on [clickhouse:9000]: Code: 57. DB::Exception: Table signoz_logs.logs_attribute_keys already exists. (TABLE_ALREADY_EXISTS) (version 22.8.8.3 (official build)))
Sometimes the otel-collector manages to start properly and works until I either start/stop/restart the stack or kill the network connection to one of the nodes and then it loop crashes.
This doesn't happen if I run SigNoz without using the NFS share or if the NFS share is only available on one manager node.
Please describe.
If this affects the front-end, screenshots would be of great help.
Expected behavior
SigNoz works with external NFS share in a docker swarm setup.
How to reproduce
1. Installed docker, docker-compose, initiated docker swarm on manager1 (without any additional flags), joined other swarm nodes as manager2, worker1 and worker2
2. On manager1: git clone signoz repo into mounted /data nfs dir
3. Apply changes into docker-compose.yaml (disabled hotrod app, added syslog port into otel-collector service) and otel-collector-config.yaml (disabled collecting docker container logs and enabled syslog), hotrod/docker containers/syslog according to signoz documentation
4. docker stack deploy -c /data/signoz/deploy/docker-swarm/clickhouse-setup/docker-compose.yaml signoz
Version information
⢠Signoz version: 0.16.2 and 0.17.0
⢠Browser version: FFx 102.7.0esr
⢠Your OS and version: Ubuntu 22.04.1 (every node)
⢠*Your CPU Architecture*(ARM/Intel): Intel
Additional context
Tried to reach via slack with no success - between the slack post and github issue I did more tests thats why the setup is different (3m+1w vs 2m+2w).
Thank you for your bug report ā we love squashing them!
Thank you for any suggestion what I'm doing wrong in this setup...
SigNoz/signozGitHub
03/14/2023, 10:55 AMretain
needs array input. we don't have design for that as of now.
We will need a design so that it can be added to front-end.
SigNoz/signozGitHub
03/14/2023, 10:55 AM<https://github.com/SigNoz/charts/tree/main|main>
by ankitnayan
<https://github.com/SigNoz/charts/commit/7bed80f839014b3c451198ea9ff3df5c75c04008|7bed80f8>
- chore(otel-config): š§ remove k8sattr and resourcedetection processors from otlp pipeline
<https://github.com/SigNoz/charts/commit/4d49631d09739ad0f741a22ee839a1180ee2d92f|4d49631d>
- Merge branch 'main' into chore/attr-cleanup
<https://github.com/SigNoz/charts/commit/625b48373cc8d20c08376047c473035eba2b9b26|625b4837>
- Merge pull request #190 from SigNoz/chore/attr-cleanup
SigNoz/chartsGitHub
03/14/2023, 11:25 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/c4b052c51ec3a22e25923aa92fb66665e6ca589b|c4b052c5>
- upgraded some deprecated packages (#2424)
SigNoz/signozGitHub
03/14/2023, 11:25 AMGitHub
03/14/2023, 11:28 AMScreenshot 2023-03-14 at 4 58 58 PMā¾
GitHub
03/14/2023, 11:28 AMScreenshot 2023-03-14 at 4 59 32 PMā¾
GitHub
03/14/2023, 1:59 PMGitHub
03/14/2023, 11:18 PMGitHub
03/15/2023, 4:16 AMGitHub
03/15/2023, 4:43 AMGitHub
03/15/2023, 5:16 AMGitHub
03/15/2023, 8:47 AMGitHub
03/15/2023, 9:39 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/210c5fd7f23556187b688e99427ee385c67d5c5a|210c5fd7>
- feat: opamp server application (#1787)
SigNoz/signozGitHub
03/15/2023, 9:39 AMGitHub
03/15/2023, 10:03 AM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/7bf7768df013dd5968c0b80de06ca3c3ab651f70|7bf7768d>
- chore(release): š Bump up signoz to 0.12.1
SigNoz/chartsGitHub
03/15/2023, 10:04 AMGitHub
03/15/2023, 10:05 AM