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
contributing
  • a

    Ankit Nayan

    05/04/2021, 11:45 AM
    Hi @User, I think your kubectl is not properly setup. The above issues seem relevant. 1. Did you run any previous project using kubectl? This does not seem to be SigNoz installation problem. Try getting a hello world k8s pod/deployment working first 2. Are you using docker-desktop or minikube?
    a
    • 2
    • 2
  • a

    Ankit Nayan

    05/04/2021, 12:27 PM
    I was able to run both helm charts and using
    ./install.sh
    (uses docker-compose). Mind you,
    ./install.sh
    needs lower memory compared to
    helm
    installation
    a
    p
    • 3
    • 68
  • a

    Ankit Nayan

    05/12/2021, 6:32 AM
    @User Which type of backend work are you comfortable with? A few options I can think of: • Frontend bugs and features • Writing test cases • Development in Golang -> add more features • Adding support for anything that you feel is missing • Adding CI • Different cluster configs to test scalability of system • Refactor to support more queuing systems like AWS SQS, Kinesis, Redis • Add more deployment options to Heroku/Fargate + CloudFormation templates and more, Let me know which kind of work you would be most interested in? Would be happy to dig deeper.
    a
    a
    • 3
    • 24
  • a

    Ankit Nayan

    05/23/2021, 5:29 AM
    You don't to install docker and all the other components of SigNoz to develop frontend. Follow the below steps for a much simpler process. We have hosted SigNoz on an ec2 instance and exposed the URL of the query-service which is the only thing that frontend needs to work. Steps for Frontend Contribution 1.
    git clone <https://github.com/SigNoz/signoz.git> && cd signoz/frontend
    2. change baseURL to
    <http://ec2-18-191-251-86.us-east-2.compute.amazonaws.com:8080>
    in file
    src/constants/env.ts
    3. yarn install 4. yarn dev UI should show up at http://localhost:3000
    🙌 2
    s
    • 2
    • 1
  • p

    Pranay

    05/28/2021, 3:53 PM
    @User Is working on support for clickhouse - which should make it lighter
    👍 2
    🙌 2
    a
    • 2
    • 1
  • a

    Anwesh

    05/29/2021, 3:47 AM
    https://github.com/SigNoz/sample-golang-app I was checking the codebase here. anyway to see the emitted traces from here to signoz flattner-processor? 🤔
    a
    • 2
    • 1
  • a

    Ankit Nayan

    05/29/2021, 7:45 AM
    Congrats @User. You are now officially a contributor to SigNoz 🎉
    🙌 1
    a
    • 2
    • 2
  • a

    Anwesh

    06/05/2021, 8:04 AM
    Jaeger UI Traces vs Signoz Traces. Signoz UI is using flamegraph, but the spans are little confusing, also it is stacking up from left to right. So some spans are getting tightly accumulated towards the end, some not coming in screen either. Whereas as compared to Jaeger UI. It stacks up using a top to down approach. and the root end spans are visible.
    a
    • 2
    • 1
  • r

    Raj Das

    06/09/2021, 3:46 PM
    Hi! I have added CI pipeline using github workflow for query-service, frontend and flattener. PTAL- https://github.com/SigNoz/signoz/pull/173 cc: @User @User
    p
    a
    • 3
    • 14
  • a

    Ankit Nayan

    06/18/2021, 12:39 PM
    @User It's probable Kafka logs... I will drill down deeper very soon
    t
    • 2
    • 2
  • p

    Pranay

    06/18/2021, 2:46 PM
    Hey folks, hope you guys had a good experience working with and contributing to SigNoz. Thanks for your active participation I was thinking of doing a monthly community call for the project.. where we can discuss the project and highlight roadmap and work done by contributors and also take feedback on how we can make things better from a contribution perspective Would this be relevant? Would you be interested in attending such a zoom meeting What days and times will be most convenient? Please mention in comments
    👍 2
    🙌 2
    t
    • 2
    • 5
  • r

    Rahul Rana

    06/20/2021, 4:47 PM
    Opened the issue., https://github.com/SigNoz/signoz/issues/181 @User will raise a PR soon.
    p
    • 2
    • 1
  • r

    Raj Das

    06/26/2021, 4:16 PM
    Hi @User @User I created an issue for ARM support of signoz components. Can I work on this issue? https://github.com/SigNoz/signoz/issues/194?
    👍 1
    a
    • 2
    • 1
  • r

    Rahul Rana

    06/28/2021, 5:10 PM
    @User can you add me to the repo or I need to clone then open a PR which is they way to follow?
    a
    • 2
    • 2
  • r

    Rahul Rana

    06/28/2021, 5:20 PM
    https://github.com/SigNoz/signoz/pull/199 @User @User opened the PR.
    👍 1
    p
    • 2
    • 1
  • l

    Lalit Kale

    06/28/2021, 5:59 PM
    Is there any plans to bring https://gitlab.com/signoz-public/ packages to Github? Could not found any issue on Github which has mentioned this. It will help to reduce the dependency sprawl. Happy to file issue, if that helps.
    p
    • 2
    • 6
  • r

    Rahul Rana

    06/29/2021, 4:43 PM
    Can someone review the pr
    a
    • 2
    • 1
  • k

    Kishore Patra

    07/02/2021, 3:24 AM
    Hi Everyone, first of all thanks to the SigNoz team for building a great tool and creating a space for developers to contribute to the open source. I can contribute to the frontend part of the tool and trying to setup in my local. I’m following
    ### Contribute to Frontend without installing SigNoz backend
    - this section from
    contributing.md
    - this doc. Can someone pls dm me
    <test environment URL>
    - this url?
    p
    • 2
    • 2
  • p

    Pranay

    07/02/2021, 6:12 PM
    @User Your PR ( https://github.com/SigNoz/signoz/pull/202 ) is merged now 🙂 You are now a contributor 🎉
    🎉 1
    k
    • 2
    • 1
  • l

    Lalit Kale

    07/03/2021, 11:14 AM
    Hi All, Shared few ideas here for improvements https://github.com/SigNoz/signoz/discussions/207
    🙌 1
    p
    • 2
    • 1
  • v

    Vikas Singh

    07/06/2021, 1:50 PM
    Hey folks, is someone fixing the theme switcher button position, maybe placing it just above sidenav collapse button and center align will look better
    p
    • 2
    • 3
  • l

    Lalit Kale

    07/11/2021, 2:41 PM
    Hi, Can someone assign me https://github.com/SigNoz/signoz/issues/200. I am happy to take that on unless someone is working on it.
    a
    • 2
    • 1
  • r

    Raj Das

    07/25/2021, 10:06 AM
    Hi @User, Can you review this PR- https://github.com/SigNoz/signoz/pull/243? Changes:
    Removing unused frontend and backend pkgs
    Adding checks for unused pkg and code format of backend and frontend
    a
    • 2
    • 2
  • t

    T K Sourabh

    08/14/2021, 6:24 PM
    I see it. Yup, the size is increasing slowly. Running for 9hours. Storage used by
    druid-kafka-setup_kafka_1
    moved from 1.32 to 1.62. Would be logs. I'm gonna keep it running for 3 days(retention period) and see. Locally as of now but if you have a spare VM, maybe I could use it.
    p
    • 2
    • 3
  • t

    T K Sourabh

    08/14/2021, 7:01 PM
    https://github.com/open-telemetry/wg-ebpf Hope to see something here soon. Post which it would easy to add ebpf tracing
    p
    • 2
    • 1
  • a

    Ankit Nayan

    08/29/2021, 5:09 AM
    @User You might want to look into https://github.com/SigNoz/signoz/actions/workflows/codeql.yaml
    r
    • 2
    • 1
  • n

    Nipun Agarwal

    08/29/2021, 8:23 AM
    Hello Everyone, My name is Nipun Agarwal and I am currently working as a SDE @Browserstack. I have worked as an SRE previously @CRED and I must say the problem that you guys are trying to solve is very interesting. I love contributing to open-source and primarily interested in backend projects. Looking forward to having a good time here. Setting up the project locally to get started 🙂
    👋🏼 1
    👋 3
    p
    • 2
    • 1
  • p

    Pranay

    08/29/2021, 8:24 AM
    @User should have lots of interesting problems for you to work on 🙂
    n
    • 2
    • 3
  • a

    Ankit Nayan

    09/20/2021, 1:01 PM
    @User Can you look into an issue? build-and-push-query-service is failing. A couple of changes that were done: 1.
    CGO_ENABLED=1
    here 2. Build command was changed here The error might be a syntax mistake due to use of quotes
    ""
    . Though I mostly suspect this to be due to makefile as the command to build docker image work fine when run via command line. Let me know if you got some bandwidth in the next few days
    r
    • 2
    • 4
  • j

    Jiawei Zhu

    09/27/2021, 4:13 PM
    Hi everyone! My name is Jiawei Zhu. Recently, I start to learn Golang. I would like to see how Golang is written with good practice in SigNoz. Also I am interested in learning about system monitoring. So I would like to study and contribute to this project! 😁
    p
    l
    • 3
    • 6
Powered by Linen
Title
j

Jiawei Zhu

09/27/2021, 4:13 PM
Hi everyone! My name is Jiawei Zhu. Recently, I start to learn Golang. I would like to see how Golang is written with good practice in SigNoz. Also I am interested in learning about system monitoring. So I would like to study and contribute to this project! 😁
p

Pranay

09/27/2021, 4:38 PM
Welcome @User - Feel free to check out the good first issues in backend
e.g. https://github.com/SigNoz/signoz/issues?q=is%3Aissue+is%3Aopen+label%3Aquery-service+
j

Jiawei Zhu

09/27/2021, 6:32 PM
Thanks for the link Pranay! I think I can start working on adding more unit tests for the query service.
p

Pranay

09/28/2021, 6:51 AM
Sure
l

Lalit Kale

09/28/2021, 11:39 AM
@User if you can assign @User issue # 236 which is assigned to me currently that would be great.
Thanks @User for taking the initiative
😁 1
View count: 2