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

    Anwesh

    10/25/2021, 12:28 PM
    hey @User welcome to the community πŸ‘‹ what brings you here ? Prachi is a long term OSS contributor, contributing and serving as admin at Google Summer of Code for AnitaB.orgΒ Grace Hopper community and currently solving scalable problems at Microsoft πŸš€ Glad to have you here.
    πŸ‘‹ 1
    p
    • 2
    • 2
  • p

    Pranay

    11/02/2021, 3:19 PM
    One of the best ways to learn about a domain is to learn how the top companies have done it. In the same spirit, we compiled a list of 30+ articles on observability and SRE best practices from top companies like Uber, Netflix - https://signoz.io/learn/user-stories Let us know what you think? Are there any other such items you would like to learn more about?
    πŸš€ 1
    πŸ‘ 3
    πŸŽ‰ 1
    πŸ™ŒπŸΌ 1
    βœ”οΈ 1
    πŸ’₯ 1
    πŸ™Œ 3
    a
    • 2
    • 2
  • m

    Matt Hamann

    11/04/2021, 5:03 PM
    Hi SigNoz community. Really cool/interesting what you guys are building! I have a question about deployment architecture. We run mainly on Kubernetes and would like to try and keep the overall footprint of our deployments pretty small. Kafka + Druid seem a bit heavy for where we are right now, so I’m wondering if deploying Clickhouse would make more sense?
    p
    • 2
    • 4
  • v

    vaidehi

    11/10/2021, 8:18 AM
    2021-11-09T10:00:31.999Z info service/application.go:281 Starting otelcontribcol... {"Version": "latest", "NumCPU": 8} 2021-11-09T10:00:32.038Z info service/application.go:341 Using memory ballast {"MiBs": 683} 2021-11-09T10:00:32.038Z info service/application.go:189 Setting up own telemetry... 2021-11-09T10:00:32.279Z info service/telemetry.go:98 Serving Prometheus metrics {"address": ":8888", "level": 0, "service.instance.id": "b463293e-a637-4a22-8c17-70eee2721250"} 2021-11-09T10:00:32.279Z info service/application.go:224 Loading configuration... 2021-11-09T10:00:32.329Z info service/application.go:240 Applying configuration... 2021-11-09T10:00:32.330Z info builder/exporters_builder.go:274 Exporter was built. {"kind": "exporter", "exporter": "prometheus"} Error: cannot build pipelines: cannot build builtExporters: error creating clickhouse exporter: error connecting to primary db: dial tcp: lookup clickhouse on 127.0.0.11:53: server misbehaving 2021/11/09 10:00:32 application run finished with error: cannot build pipelines: cannot build builtExporters: error creating clickhouse exporter: error connecting to primary db: dial tcp: lookup clickhouse on 127.0.0.11:53: server misbehaving
    a
    • 2
    • 1
  • m

    Mark Farnan

    11/10/2021, 5:42 PM
    Hi All, just looking at this for the first time and found a website issue. On page https://signoz.io/docs/instrumentation/overview/ the link for Go (and it’s Go, not GoLang btw) points to the page for JAVA.
    p
    • 2
    • 1
  • m

    Mark Farnan

    11/10/2021, 6:46 PM
    Though: The sample on the Go page isn’t happy. go.opentelemetry.io/otel/exporters/otlp imports go.opentelemetry.io/otel/sdk/metric/controller/basic imports go.opentelemetry.io/otel/metric/registry: module go.opentelemetry.io/otel/metric@latest found (v0.24.0), but does not contain package go.opentelemetry.io/otel/metric/registry
    a
    • 2
    • 1
  • b

    Bill Mitchell

    11/16/2021, 8:14 PM
    @User - installing Signoz into a virtual machine (instead of trying to run in a separated Docker network namespace) worked out. Thank you for your help
    πŸ™Œ 2
    p
    • 2
    • 1
  • j

    J. Carlos Muro

    11/19/2021, 1:33 PM
    Now, I can see that error originating from clickhouse’s error log:
    2021.11.18 20:10:51.612064 [ 37 ] {} <Error> DatabaseAtomic (system): 
    	std::exception. Code: 1001, 
    	type: std::__1::__fs::filesystem::filesystem_error, 
    	e.what() = filesystem error: in create_directory_symlink: 
    		Operation not permitted [/var/lib/clickhouse/store/f2e/f2e32bce-a837-45d6-b2e3-2bcea83785d6/] [/var/lib/clickhouse/metadata/system], 
    ...
    2021.11.18 20:11:24.047147 [ 280 ] {} <Error> void DB::SystemLog<DB::QueryLogElement>::flushImpl(const std::vector<LogElement> &, uint64_t) [LogElement = DB::QueryLogElement]: Code: 243. DB::Exception: Cannot reserve 1.00 MiB, not enough space. (NOT_ENOUGH_SPACE), Stack trace (when copying this message, always include the lines below):
    ...
    2021.11.18 20:11:31.552803 [ 280 ] {} <Error> void DB::SystemLog<DB::QueryLogElement>::flushImpl(const std::vector<LogElement> &, uint64_t) [LogElement = DB::QueryLogElement]: Code: 243. DB::Exception: Cannot reserve 1.00 MiB, not enough space. (NOT_ENOUGH_SPACE), Stack trace (when copying this message, always include the lines below):
    ...
    2021.11.18 20:11:37.507738 [ 427 ] {395539ae-dfc3-4cfe-bec4-7b464eb1c7a2} <Error> executeQuery: Code: 60. DB::Exception: Table default.signoz_spans doesn't exist. (UNKNOWN_TABLE) (version 21.11.4.14 (official build)) (from 172.20.0.5:52302) (in query: INSERT INTO signoz_spans (timestamp, traceID, model) VALUES ), Stack trace (when copying this message, always include the lines below):
    ...
    2021.11.18 20:11:37.507884 [ 427 ] {395539ae-dfc3-4cfe-bec4-7b464eb1c7a2} <Error> TCPHandler: Code: 60. DB::Exception: Table default.signoz_spans doesn't exist. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below):
    ...
    2021.11.18 20:11:37.520256 [ 427 ] {6346a669-9a67-4b7d-a3ee-0b135655f01f} <Error> TCPHandler: Code: 243. DB::Exception: Cannot reserve 1.00 MiB, not enough space. (NOT_ENOUGH_SPACE), Stack trace (when copying this message, always include the lines below):
    a
    • 2
    • 4
  • j

    J. Carlos Muro

    11/19/2021, 1:35 PM
    I have accessed the container and tried to create the symlink manually, and indeed I get the same error in the command line:
    # ln -s /var/lib/clickhouse/store/f2e/f2e32bce-a837-45d6-b2e3-2bcea83785d6 /var/lib/clickhouse/metadata/system
    ln: failed to create symbolic link '/var/lib/clickhouse/metadata/system': Operation not permitted
    a
    p
    • 3
    • 34
  • r

    Ri Sheng Chen, Sunny

    11/23/2021, 3:47 PM
    hi ,i want to know how can i deploy in k8s with helm and exist clickhouse
    p
    • 2
    • 8
  • p

    Pratik Singh

    12/03/2021, 9:32 PM
    πŸ‘‹ Hi everyone!
    p
    • 2
    • 4
  • s

    SREE CHAND R

    12/04/2021, 8:09 AM
    Hello everyone
    p
    • 2
    • 2
  • p

    Pranay

    12/04/2021, 12:06 PM
    Would love to learn what got you interested in the project
    n
    • 2
    • 6
  • s

    SHIVAM TYAGI

    12/05/2021, 2:40 PM
    πŸ‘‹ Hi everyone!This is Shivam Tyagi ,UG @NIT Patna. Looking forward to help with my contributions
    p
    p
    • 3
    • 3
  • s

    Siddhant Khare

    12/05/2021, 4:35 PM
    HelloΒ πŸ‘‹ I am Siddhant, a Student Developer pursuing my bachelors in Computer Science from India. I am an Open Source & Full Stack Developer ( DevOps + Frontend ). More About me:Β https://github.com/siddhant-k-code/ Connect with me:Β https://twitter.com/Siddhant_K_code Looking forward to Starting working with SigNoz Engineers.
    p
    • 2
    • 4
  • p

    Pratik Singh

    12/06/2021, 10:55 AM
    As part of my Github externship, I was interested in contributing to Signoz. I am presently working on a proposal for the same. I have a few ideas I would like to discuss with the mentors. I was thinking about the already allocated ideas. I have been working around Kubernetes and Golang for three months now. I have been developing projects in it at my internship. I believe my knowledge of DevOps and skills are relevant to your project.
    πŸ‘€ 1
    p
    • 2
    • 1
  • p

    Pranay

    12/06/2021, 6:56 PM
    hey @User welcome to SigNoz community πŸ‘‹ What are your areas on interest
    h
    • 2
    • 2
  • p

    Pranay

    12/08/2021, 6:42 AM
    Surprised and delighted to see SigNoz mentioned in the latest Bain India SaaS report πŸŽ‰ - Thanks to the community for your contributions and support πŸ™ Full report - https://www.bain.com/contentassets/93d384ce38dd4ab981521aa5a3e3f8fa/bain_report_india_saas_2021.pdf - Check page 17 πŸ™‚
    πŸ™‚ 2
    πŸš€ 5
    a
    • 2
    • 1
  • c

    charu khemka

    12/08/2021, 12:11 PM
    Apart from the assignments are they any requirements to be completed from the applicants side for the GitHub Externship?
    p
    • 2
    • 6
  • m

    Mohd Jasir Khan

    12/11/2021, 8:25 AM
    Hello Everyone! @User I was looking to contribute to signoz project through Github externship. Is there any particular format of the proposal that I should follow?
    p
    • 2
    • 2
  • r

    Riya Gupta

    12/11/2021, 11:42 AM
    πŸ‘‹ Hi everyone!
    p
    • 2
    • 1
  • c

    Chandan Mahto

    12/11/2021, 2:01 PM
    Hello everyone! I am a beginner who knows typescript and React and found out about your project from goodfirstissues.com. I am looking forward to contributing to the project.
    p
    p
    • 3
    • 5
  • v

    Vishal Bende

    12/11/2021, 2:42 PM
    Hi Everyone.. I am able to integrate opentelemetry, SigNoz and Flask but not able to do it with Fastapi, application not showing in Matrics tab.
    p
    p
    • 3
    • 19
  • v

    Vinay Revankar

    12/14/2021, 7:56 PM
    hello everyone, I am new new to this community. a couple of questions to start with. a) is SigNoz a opensource? b) can Signoz be configured for remote logging/debugging?
    v
    p
    • 3
    • 2
  • m

    Mihai Csaky

    12/15/2021, 3:35 PM
    @User @User Nice to meet you, guys.
    πŸŽ‰ 1
    p
    • 2
    • 1
  • d

    Devi varalakshmi

    12/16/2021, 6:04 AM
    Hi, I am new to clickhouse-operator, can any one explain me what is the purpose of clickhouse-operator in SigNoz?
    p
    a
    • 3
    • 32
  • s

    Scellos Fabrice

    12/17/2021, 10:21 AM
    Hello. I currently evaluate signoz and i cant' find source code for clickhouse exporter use in deployment. I can't find any clickhouse exporter in open telemetry registry or contrib. Could you indicate me where it is possible to find go code of this exporter ?
    βœ… 1
    πŸ‘‹ 1
    a
    • 2
    • 5
  • s

    Siddharth Asthana

    12/19/2021, 1:55 PM
    Hello everyone! I'm Siddharth Asthana, I am in my pre-final year of engineering and wanted to contribute in SigNoz backend. I am also contributing to an open org called GitLab's, and last week got my 100MRs merged in GitLabs. I got to know about SigNoz through hackernews and since I wish to contribute to project and I recently i saw that signoz is participating in GitHub Externship. So looking forward to work with you guys πŸ™‡ πŸ™‡ πŸš€
    p
    a
    • 3
    • 3
  • m

    Mihir Thakur

    12/20/2021, 5:51 AM
    Hi everyone! I am Mihir Thakur, I like working on React JS and am regularly trying to improve my knowledge about Azure. I can to know regarding SigNoz and the projects through Github Externship. I would like to contribute to the open source APM software through the Creating Workflows or Deploy on Azure projects. I would like to work with the team and put my efforts to the projects and gain experience. Looking forward to working on the projects with the team !
    πŸ’― 1
    πŸ‘ 1
    p
    • 2
    • 2
  • v

    V Roshan Kumar Patro

    12/21/2021, 3:58 AM
    Hollllaaaa.... I am V Roshan Kumar Patro. B.Tech CSE 3rd year student at National Institute of Science and Technology.... First of all very excited to see that I found my matching skillset with a organization wanting the same... I am fully positive I can deal with the project of One click Deploy of SigNoz on AWS cloud... My specialization involves MLOps, DevOps Assembly Lines, Hybrid Cloud Computing, Cloud Automation..... And with that I am Aws community builder also and also with this skills in Aws and cloud computing I will put my full efforts to work on this project ...... Looking forward to connect and work with you all and the team to accomplish something..... LinkedIn -- https://www.linkedin.com/in/vroshankumarpatro
    πŸ‘‹ 1
    πŸ™Œ 1
    p
    p
    • 3
    • 3
Powered by Linen
Title
v

V Roshan Kumar Patro

12/21/2021, 3:58 AM
Hollllaaaa.... I am V Roshan Kumar Patro. B.Tech CSE 3rd year student at National Institute of Science and Technology.... First of all very excited to see that I found my matching skillset with a organization wanting the same... I am fully positive I can deal with the project of One click Deploy of SigNoz on AWS cloud... My specialization involves MLOps, DevOps Assembly Lines, Hybrid Cloud Computing, Cloud Automation..... And with that I am Aws community builder also and also with this skills in Aws and cloud computing I will put my full efforts to work on this project ...... Looking forward to connect and work with you all and the team to accomplish something..... LinkedIn -- https://www.linkedin.com/in/vroshankumarpatro
πŸ‘‹ 1
πŸ™Œ 1
p

Palash Gupta

12/21/2021, 5:04 AM
Welcome @User
to the community
p

Pranay

12/21/2021, 5:51 AM
@User Have you submitted your proposal in the github externhip portal?
View count: 12