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
  • m

    Mohammed Ayaz

    12/02/2022, 1:55 PM
    Hi All, I am facing issues while running the make command.
    sudo make run-x86
    service "alertmanager" depends on undefined service query-service: invalid compose project
    make: *** [Makefile:123: run-x86] Error 15
  • m

    Mohammed Ayaz

    12/02/2022, 1:57 PM
    this is how my yaml [develop/deploy/docker/clickhouse-setup/docker-compose.yaml] file looks like.
    docker-compose.yaml
    p
    • 2
    • 1
  • m

    Mohammed Ayaz

    12/02/2022, 1:57 PM
    Also, what version of golang should I use?
    p
    • 2
    • 1
  • m

    Mohammed Ayaz

    12/03/2022, 9:13 AM
    ~/repos/signoz   develop ±  sudo make run-x86
    Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
    make: *** [Makefile:123: run-x86] Error 1
    p
    • 2
    • 5
  • m

    Mohammed Ayaz

    12/03/2022, 9:15 AM
    Do I need to install docker for it? I have install docker compose. I have limited knowledge on docker and docker-compose. I am trying to setup signoz backend without docker on local for frontend feature. As the feature requires local backend setup.
  • ф

    Филипп Пономаренко

    12/13/2022, 7:42 PM
    Hi all. I get the following message when I run my program.
    OTLP partial success: empty message (0 spans rejected)
    Can anyone tell me why this happens and how it can be fixed, or at least make logging not to the console, but to a file?
    p
    s
    • 3
    • 8
  • a

    Alice Jackson

    12/21/2022, 4:51 PM
    HI
  • v

    Vitto Lewerissa

    12/22/2022, 4:23 PM
    Hi, I'm Vitto from upwork and I'm new to SigNoz. It says I would need to ask to #contributing channel to get to know how to contribute in SigNoz. Anyway can help me about that? Thanks
  • d

    D-M Software Agency

    12/22/2022, 4:34 PM
    👋 Hello, team! I checked the upwork job postin and joined here. Please anyone let me know what i should do to contribute the project. Regards. Mark
  • a

    Axay Sagathiya

    12/27/2022, 7:28 AM
    Hello Team, to configure the local setup to run query-service, I used`sudo make dev-setup` .
    axay@axay-Inspiron-3542:~/code/signoz$ sudo make dev-setup
    [sudo] password for axay: 
    mkdir -p /var/lib/signoz
    sqlite3 /var/lib/signoz/signoz.db "VACUUM";
    /bin/sh: 1: sqlite3: not found
    make: *** [Makefile:106: dev-setup] Error 127
    Got this error as I don't have sqlite3 installed on my system. so, I want to avoid this for others. May I add documentation to install sqlite3 externally or I should add a command to install sqlite3 in makefile?
    p
    p
    • 3
    • 2
  • e

    Elton Alcantara

    12/27/2022, 4:21 PM
    Hello team! I'm a senior Python/Javascript engineer with 10 years of experience. My main interests are on React.js frontend development and Node.js/Python backend development.
    p
    • 2
    • 2
  • a

    Axay Sagathiya

    01/02/2023, 1:33 PM
    Hi, Can you guys suggest some backend issues? Unfortunately, I could not find backend good-first-issue, all I see is frontend good-first-issue. I would love to contribute some on the backend.
    p
    • 2
    • 2
  • b

    Baribor Paago

    01/04/2023, 7:43 PM
    Hello there! I am Baribor Paago. I build user interfaces using React.js. I am glad to be here
  • a

    Axay Sagathiya

    01/06/2023, 1:53 PM
    Hello, this test file has no error in any of it's unit test. I raised an issue for the same. did you guys write that intentionally? otherwise I'm adding error checks.
    p
    • 2
    • 1
  • m

    Muskan Paliwal

    01/08/2023, 4:53 AM
    Hi everyone, To all the developers and engineers, would you all please respond to this tweet? This is for the purpose of market research 🙂 https://twitter.com/AvikalpGupta/status/1611565917057736709?t=BaE5KvODWQCMYOSX82CAsg&s=19
  • p

    Pranay

    01/08/2023, 1:21 PM
    @Prashant Shahi should be able to help
    p
    • 2
    • 1
  • t

    Tejas Shaha

    01/14/2023, 2:20 PM
    Hi all I am TEJAS working as developer in Eurofins 🤘🏻
    p
    p
    • 3
    • 6
  • a

    Arya Gupta

    01/15/2023, 9:00 AM
    Hello everyone, I was looking to contribute to documentation and was wondering if anyone could suggest a beginner friendly documentation issue. Thanks!
    p
    a
    • 3
    • 4
  • a

    Aarush

    01/25/2023, 7:14 PM
    Hello everyone I am new to open source contributions so can anyone suggest me that how i can contribute on https://github.com/SigNoz/signoz/issues/2103
  • a

    Aarush

    01/25/2023, 7:14 PM
    As I have been assigned to this issue
  • p

    Prakhar Dewan

    01/26/2023, 4:00 PM
    hii i want test environment url
    p
    p
    • 3
    • 2
  • p

    Prakhar Dewan

    01/26/2023, 4:01 PM
    ??
  • a

    anshul chauhan

    01/29/2023, 12:20 PM
    Hi, can you pls send me query-service test env url..
    p
    • 2
    • 1
  • h

    Hajime Terasawa

    02/05/2023, 5:42 AM
    Hi, I want to use signoz on arm64 platform docker, and I know that signoz does not support arm64 currently. https://github.com/SigNoz/signoz/issues/2028 So, Im' trying to send a patch for siznoz/alertmanager to adapt arm64 firstly, but I could not find how to publish image right now, therefore how to fix it. I assume that it uses circleci workflow to publish images like original alertmanager, but the existing patch PR like this does not seem to have a link to the forked circleci workflow. https://github.com/SigNoz/alertmanager/pull/3 Although images might be being published from inside of private signoz cirlcleci workflow, anyway is there something I can help?
    v
    p
    • 3
    • 5
  • j

    Jérémie Vexiau

    02/06/2023, 11:07 AM
    Hi everyone 🙂, Just want to know if there’s some place where we can find some dashboards ? thx
    s
    • 2
    • 8
  • d

    David Backeus

    02/11/2023, 12:14 PM
    @David Backeus has left the channel
  • p

    Paulo Henrique de Morais Santiago

    02/14/2023, 1:26 PM
    Hello Everyone, I created 2 issues of suggestions for the project on github. Thank you from now. https://github.com/SigNoz/signoz/issues/2255 https://github.com/SigNoz/signoz/issues/2256
    p
    • 2
    • 1
  • t

    Tolulope Ayemobola

    02/25/2023, 6:14 AM
    Hi everyone. Just joined. How can one contribute?
    p
    • 2
    • 3
  • v

    Vivek P

    03/01/2023, 6:31 AM
    Hi everyone, I need the <test environment URL> so as to contribute my work with SigNoz @Pranay
  • a

    Andreas

    03/06/2023, 1:50 PM
    @Andreas has left the channel
Powered by Linen
Title
a

Andreas

03/06/2023, 1:50 PM
@Andreas has left the channel
View count: 2