https://signoz.io logo
Join the conversationJoin Slack
Channels
contributing
contributing-frontend
general
github-activities
incidents
k8s_operator_helm
reactjs-config
signoz-alert-testing
support
testsupport
watercooler
webhook-dev
write-for-signoz
Powered by Linen
github-activities
  • g

    GitHub

    03/30/2023, 10:47 AM
    Deployment to staging by ankitnayan SigNoz/signoz
  • g

    GitHub

    03/30/2023, 12:54 PM
    #2524 feat: resource Attribute service map Issue created by palashgdev Is your feature request related to a problem? Please describe. in service map only whitelisted resource attributes key are allowed
    const whitelisted = ['deployment.environment',
    	'k8s.cluster.name',
    	'k8s.cluster.namespace'],
    also we need to add the suffix icon which shows
    Currently, service map supports filtering of x, y and z only in resource attributes
    SigNoz/signoz
    • 1
    • 1
  • g

    GitHub

    03/30/2023, 1:25 PM
    #2525 feat: keys for the service map is updated Pull request opened by palashgdev Close #2524 SigNoz/signoz SonarCloud: Quality Gate failed GitHub Actions: lint-commits GitHub Actions: Ensure Pull Request has a linked issue. GitHub Actions: playwright ✅ 8 other checks have passed 8/12 successful checks
    • 1
    • 1
  • g

    GitHub

    03/30/2023, 2:43 PM
    #2526 Variables with multiple values are merged into one string Issue created by Bergiu Bug description Variables with multiple values are injected incorrectly into the clickhouse query builder. The value that is injected isn't the correct array with the selected values. It's like this:
    ['A,B,C','D']
    instead of
    ['A','B','C','D']
    . The values A, B and C are merged into one string somehow. It looks like this:

    image▾

    Expected behavior

    image▾

    (You can see the workaround I'm using in the query field) How to reproduce 1. Create a variable in a dashboard of type custom and call it example 2. Add some values separated by comma (for example A, B, C, D) 3. Enable multiple values to be checked 4. Save 5. Select more than 2 of them (for example A, B, C) 6. Add a panel of type value and add this clickhouse query:
    select "{{.example}}"
    (it's incorrect, but it shows the value that is injected)

    image▾

    The image shows that multiple values are injected incorrectly. Version information • Signoz version: v0.17.0 • Browser version: Firefox 111.0.1 • Your OS and version: Ubuntu 22.04.2 LTS • *Your CPU Architecture*(ARM/Intel): Intel Additional context I'm working with the dashboards in signoz and want to add a panel that shows our warnings grouped by the service. Also I want to select which services should be included. For example to only show 3 of them (to compare them). This should work with variables with multiple values. What I expect is that I can select the services in the drop down list of the variable and then the selected services are included into the array of the variable. Thank you for your bug report – we love squashing them! SigNoz/signoz
  • g

    GitHub

    03/30/2023, 5:31 PM
    #2527 CI: deployment workflow changes Pull request opened by prashant-shahi • bump up appleboy/ssh-action to v0.1.8 • use
    SSH_KEY
    secret instead of
    EC2_SSH_KEY
    • Use
    main
    image tag for OtelCollectors in Staging SigNoz/signoz GitHub Actions: create_issue_on_merge GitHub Actions: playwright GitHub Actions: Ensure Pull Request has a linked issue. GitHub Actions: lint-commits ✅ 8 other checks have passed 8/12 successful checks
    • 1
    • 1
  • g

    GitHub

    03/30/2023, 6:27 PM
    1 new commit pushed to
    <https://github.com/SigNoz/signoz/tree/develop|develop>
    by ankitnayan
    <https://github.com/SigNoz/signoz/commit/36610c809e8a99fa105aa8dfdb9ee9700326e287|36610c80>
    - CI: deployment workflow changes (#2527) SigNoz/signoz
  • g

    GitHub

    03/30/2023, 6:27 PM
    Deployment to staging by ankitnayan SigNoz/signoz
  • g

    GitHub

    03/31/2023, 4:08 AM
    #2528 fix: remove frontend code owner Pull request opened by techchintan Close: #2530 SigNoz/signoz GitHub Actions: Ensure Pull Request has a linked issue. GitHub Actions: e2e-k3s GitHub Actions: Deploy PR branch to testing GitHub Actions: Deploy PR branch to testing GitHub Actions: e2e-k3s GitHub Actions: Ensure Pull Request has a linked issue. GitHub Actions: playwright GitHub Actions: lint-commits ✅ 8 other checks have passed 8/16 successful checks
  • g

    GitHub

    03/31/2023, 4:20 AM
    #2529 fix: case sensitive selected field search fixed Pull request opened by nityanandagohain Fixes #2428 SigNoz/signoz GitHub Actions: playwright GitHub Actions: lint-commits GitHub Actions: Ensure Pull Request has a linked issue. ✅ 8 other checks have passed 8/11 successful checks
    • 1
    • 1
  • g

    GitHub

    03/31/2023, 4:31 AM
    #2530 Update CODEOWNERS Issue created by techchintan Bug description Please describe. If this affects the front-end, screenshots would be of great help. Expected behavior How to reproduce Version information • Signoz version: • Browser version: • Your OS and version: • *Your CPU Architecture*(ARM/Intel): Additional context Thank you for your bug report – we love squashing them! SigNoz/signoz
  • g

    GitHub

    03/31/2023, 4:49 AM
    Deployment to staging by ankitnayan SigNoz/signoz
  • g

    GitHub

    03/31/2023, 5:15 AM
    Deployment to staging by ankitnayan SigNoz/signoz
  • g

    GitHub

    03/31/2023, 6:29 AM
    1 new commit pushed to
    <https://github.com/SigNoz/signoz/tree/develop|develop>
    by ankitnayan
    <https://github.com/SigNoz/signoz/commit/31a89bfdb3401b48cdb1730f166ce1fdb04068b6|31a89bfd>
    - fix: case sensitive selected field search fixed (#2529) SigNoz/signoz
  • g

    GitHub

    03/31/2023, 6:29 AM
    Deployment to staging by ankitnayan SigNoz/signoz
  • g

    GitHub

    03/31/2023, 7:30 AM
    1 new commit pushed to
    <https://github.com/SigNoz/signoz/tree/develop|develop>
    by palashgdev
    <https://github.com/SigNoz/signoz/commit/037559537be5536386288fdd0b53dcd23a3d8a10|03755953>
    - feat: keys for the service map is updated (#2525) SigNoz/signoz
  • g

    GitHub

    03/31/2023, 7:30 AM
    Deployment to staging by palashgdev SigNoz/signoz
  • g

    GitHub

    03/31/2023, 11:09 AM
    #2404 feat(logs): add tag attribute autocomplete for logs Pull request opened by nityanandagohain Fixes #2248 SigNoz/signoz GitHub Actions: build-query-service GitHub Actions: lint-commits GitHub Actions: playwright ✅ 7 other checks have passed 7/10 successful checks
    • 1
    • 1
  • g

    GitHub

    03/31/2023, 11:12 AM
    Release - v0.66.7 New release published by prashant-shahi What's Changed • fix: tests do not require db by @srikanthccv in #114 • feat: add resource attributes to exception table by @makeavish in #120 • use logger from telemetry settings by @srikanthccv in #123 • Add new resource attributes map column by @srikanthccv in #118 Full Changelog: v0.66.6...v0.66.7 SigNoz/signoz-otel-collector
  • g

    GitHub

    03/31/2023, 11:12 AM
    #103 feat: push tag attributes to a new table Pull request opened by nityanandagohain Fixes SigNoz/signoz#2254 SigNoz/signoz-otel-collector GitHub Actions: lint-and-test ✅ 2 other checks have passed 2/3 successful checks
    • 1
    • 1
  • g

    GitHub

    03/31/2023, 11:26 AM
    #199 Release/v0.18 Pull request opened by prashant-shahi Signed-off-by: Prashant Shahi prashant@signoz.io SigNoz/charts ✅ All checks have passed 2/2 successful checks
    • 1
    • 1
  • g

    GitHub

    03/31/2023, 11:48 AM
    #101 feat: add tag attributes table for traces Pull request opened by makeavish SigNoz/signoz-otel-collector GitHub Actions: lint-and-test ✅ 2 other checks have passed 2/3 successful checks
    • 1
    • 1
  • g

    GitHub

    03/31/2023, 11:48 AM
    #2531 Release/v0.18.0 Pull request opened by prashant-shahi Signed-off-by: Prashant Shahi prashant@signoz.io SigNoz/signoz GitHub Code Scanning: 2 new alerts including 2 high severity security vulnerabilities GitHub Actions: Ensure Pull Request has a linked issue. GitHub Actions: sonar-analysis GitHub Actions: playwright GitHub Actions: lint-commits ✅ 12 other checks have passed 12/17 successful checks
    • 1
    • 1
  • g

    GitHub

    03/31/2023, 12:26 PM
    1 new commit pushed to
    <https://github.com/SigNoz/charts/tree/main|main>
    by prashant-shahi
    <https://github.com/SigNoz/charts/commit/d2fa5d472e5e90c80636bbb656c0c721438d2d51|d2fa5d47>
    - Fix incorrect default values file (#197) SigNoz/charts
  • g

    GitHub

    03/31/2023, 12:46 PM
    2 new commits pushed to
    <https://github.com/SigNoz/signoz/tree/develop|develop>
    by ankitnayan
    <https://github.com/SigNoz/signoz/commit/28684423d1d9e87b40708e906fd67919be1436a1|28684423>
    - chore: 📌 pin versions: SigNoz 0.18.0, SigNoz OtelCollector 0.66.7
    <https://github.com/SigNoz/signoz/commit/80171eddea7679d99a25b57e21d4f511e27d94bc|80171edd>
    - Merge pull request #2531 from SigNoz/release/v0.18.0 SigNoz/signoz
  • g

    GitHub

    03/31/2023, 12:46 PM
    Deployment to staging by ankitnayan SigNoz/signoz
  • g

    GitHub

    03/31/2023, 12:51 PM
    5 new commits pushed to
    <https://github.com/SigNoz/charts/tree/main|main>
    by prashant-shahi
    <https://github.com/SigNoz/charts/commit/0ba0ec9fd11c96e913411c2f271f3142eec004c4|0ba0ec9f>
    - chore: 📌 pin versions: SigNoz 0.18.0, SigNoz OtelCollector 0.66.7
    <https://github.com/SigNoz/charts/commit/e75c2060e431df9b5846f03556da1046ac681d8d|e75c2060>
    - chore(signoz): 📌 pin charts: k8s-infra v0.7.1 and related changes
    <https://github.com/SigNoz/charts/commit/fe4bdd9b75d1738c45de3b64318e152f60756631|fe4bdd9b>
    - chore(release): 🔖 Bump up signoz to 0.13.0
    <https://github.com/SigNoz/charts/commit/2dce0c6d3b85c69e05d3a21ddbf7cec8f4fc40df|2dce0c6d>
    - Merge branch 'main' into release/v0.18
    <https://github.com/SigNoz/charts/commit/634aaeebb0f896d3ed142bc222aa34c94ceb17d6|634aaeeb>
    - Merge pull request #199 from SigNoz/release/v0.18 SigNoz/charts
  • g

    GitHub

    03/31/2023, 12:51 PM
    Release - signoz-0.13.0 New release published by github-actions[bot] SigNoz Observability Platform Helm Chart SigNoz/charts
  • g

    GitHub

    03/31/2023, 12:52 PM
    Deployment to github-pages by github-pages[bot] SigNoz/charts
  • g

    GitHub

    03/31/2023, 1:41 PM
    Release - v0.17.1 New release published by srikanthccv What's Changed • CI: deployment workflow changes (#2527) @prashant-shahi • feat: resource attribute filtering is added in the exceptions (#2491) @palashgdev • ability to filter by deployment environment service map (#2506) @palashgdev 🚀 Features • feat: resource attribute filtering is added in the exception (#2491) @palashgdev • feat: table view is updated for body field in the drawer (#2465) @palashgdev • feat: ability to filter by deployment environment service map (#2506) @palashgdev • feat: editor is updated (#2464) @palashgdev 🐛 Bug Fixes • fix: case sensitive selected field search fixed (#2529) @nityanandagohain • fix: logs global time filtering (#2522) @palashgdev • fix: substitute nan negative rate from counter resets (#2449) @srikanthccv • fix:
    View Traces
    button behavior (#2458) @gitstart 🧰 Maintenance • upgraded some deprecated packages (#2424) @rkmdCodes • fix: tabs deprecation warning from antd (#2479) @gitstart • fix: slider deprecation warning from antd (#2478) @gitstart SigNoz/signoz
  • g

    GitHub

    04/01/2023, 5:59 AM
    1 new commit pushed to
    <https://github.com/SigNoz/signoz/tree/develop|develop>
    by palashgdev
    <https://github.com/SigNoz/signoz/commit/61a1d0425247f99dc9bfd4bdfa1b28a56da02216|61a1d042>
    - feat(builder): add aggregator filter (#2516) SigNoz/signoz
Powered by Linen
Title
g

GitHub

04/01/2023, 5:59 AM
1 new commit pushed to
<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/61a1d0425247f99dc9bfd4bdfa1b28a56da02216|61a1d042>
- feat(builder): add aggregator filter (#2516) SigNoz/signoz
View count: 1