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

    Vishal Goel

    10/05/2022, 11:48 AM
    any know issue with signoz with ingress
  • s

    Srikanth Chekuri

    10/05/2022, 3:01 PM
    You would do something like this. The following expression gives you the request duration
    rate(signoz_latency_sum{operation="SQL SELECT"}[5m]) / rate(signoz_latency_count{operation="SQL SELECT"}[5m])
    and in the alerts page you would configure if the value is > 300ms at least once trigger alert.
  • v

    Vishal Goel

    10/06/2022, 7:44 AM
    From where i got user and password for frontend in signoz
    a
    • 2
    • 5
  • v

    Vishal Goel

    10/06/2022, 8:15 AM
    Can we monitor kubenetes cluster also from signoz?
    a
    p
    • 3
    • 2
  • d

    Douglas Diaz

    10/11/2022, 4:38 PM
    Hello <!channel> Greeting from El Salvador, C. A. I'm looking forward to make the java instrumentation agent work with Java 7. Do you know if this is feasble?
    p
    v
    • 3
    • 4
  • ł

    Łukasz Herman

    10/14/2022, 7:42 AM
    Hi, our teams are familiar to work with Kibana (devs) and Grafana (ops). Is there a way to stay with these tools to access signoz data?
    a
    n
    +2
    • 5
    • 16
  • s

    Slackbot

    10/14/2022, 9:54 AM
    This message was deleted.
    s
    t
    • 3
    • 2
  • c

    Chris Pinola

    10/14/2022, 4:16 PM
    hello everyone! does the SigNoz query API support the Jaeger query API format? I would love to be able to point tools like Tracetest at tracing data in SigNoz. 🤔
    a
    • 2
    • 1
  • a

    Ankit Nayan

    10/17/2022, 8:10 AM
    <!here> Important updates in the new release
    v0.11.2
    • Fix for query-service OOMing when using promQL - loading all timeseries in memory to match labels has been moved to use ClickHouse to do the matching and load only the relevant timeseries for a query. This will remove a lot of memory pressure on the query-service. The relevant PR https://github.com/SigNoz/prometheus/pull/6 is released with the new release. However this does not affect queries built using QueryBuilder in the dashboards as much of the work is already taken care by ClickHouse. • JsonObject cast issues in otel-collector is fixed with PR https://github.com/SigNoz/signoz-otel-collector/pull/17. Issue reported such as https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1663325630092669 should be fixed now Users are requested to file more issues to be picked up for the next release. We are always eager to serve you better 🙂
    a
    • 2
    • 1
  • a

    Ashu

    10/17/2022, 2:07 PM
    <!channel> folks 👋 Helping out users of SigNoz in Production We're looking to help out our users who are using SigNoz in production(or planning to use) with best practices on how to set up SigNoz based on your environment. Our maintainers will take up calls over the next few weeks to discuss guidelines and any issues you're facing. How can you help us? We are also looking to fix any glitches you see in UI or any help setting up alerts, dashboards, etc. We want to learn how you're using SigNoz and identify ways to improve your experience based on your feedback. Your insights will go a long way in making SigNoz one of the best tools for unified observability. Reach out to me via DM to set up a call. Calls will be set up on first come first serve basis. 🧑‍💻
  • j

    Jericho Siahaya

    10/21/2022, 4:11 AM
    👋 Hi everyone!
    p
    • 2
    • 1
  • a

    Apoorva

    10/22/2022, 8:43 PM
    Hi I have been configuring signoz for production, some things I wanted to highlight • [https://signoz.io/docs/install/kubernetes/aws/#prerequisites] We need to add, https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html addon as well, I know it seems kinda obvious, it might help people in debugging • I had no prior background to the world of open-telemetry before using signoz, came from a datadog background. Adding a basic primer on open telemetry after signoz architecture introduction will be really helpful. ◦ https://opentelemetry.io/docs/concepts/data-collection/ ◦ https://opentelemetry.io/docs/collector/configuration/ ◦ Because all the of the keywords are everywhere without explaining what it means • Regarding helm charts :- Pretty good to be honest, but upgrading even one components (like changing a configmap) takes a lot of time, some manual on how to install individual components especially the daemonset for k8s-agent will be helpful. • Operations and Configurations options are there in documentations, but they are mixed (sometimes the documentation explains about how to do something if you have installed via ./install.sh and sometimes via helm chart), it would be great if you can have something along the line of below mentioned website ◦ https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/deployment/optional-software/nginx-proxy.html#strapi-server ◦ there are different ways and in a single page its mentioned how we can configure nginx. Even for the other steapi pages, there are typescripts and javascripts tab • Having a recipe-repo/examples for basic usecases like integrating fluentbit, configuring of pipe seperated logging and adding that field in the logs, configuring for structured logging etc, etc via simple override-values.yaml can and will be really helpful and will be really helpful. • Maybe having one way to test and deploy locally for learning puposes like using minikube etc may improve the documentation instead of various ways as you guys are operating with limited capacity
    p
    • 2
    • 1
  • a

    ajay beniwal

    10/23/2022, 9:33 AM
    HI #general anybody using Signoz to collect logs from Fluentd ? , i just want to know if anybody faced any issues to manage those logs at scale since we have close to 100 microservice . Any pointers would be appreciated
    p
    • 2
    • 3
  • a

    Alejandro Decchi

    10/24/2022, 1:14 PM
    Hi Users; Is a way to calculate the amount of memory used by
    signoz-otel-collector-metrics
    ? I have many alerts that the collector is using near 2.5 GB ram that it is the limits.
    a
    s
    • 3
    • 4
  • b

    Brooks Townsend

    10/24/2022, 8:02 PM
    Hey all 👋 Learning more about tracing and I’m a maintainer for wasmCloud so us and the developers using wasmCloud are all interested in other ways to visualize what’s going on in our Wasm runtime
    p
    • 2
    • 1
  • a

    Abhinav Ramana

    10/25/2022, 4:09 AM
    Hi @Pranay @Srikanth Chekuri, We got basic signoz running locally, thanks to the amazing documentation and help from you folks. Overall this process took me ~ 2.5 days which is lot lesser than other telemetry paid services. Kudos for amazing product you built and the help and the documentation
    p
    • 2
    • 3
  • a

    Alejandro Decchi

    10/26/2022, 2:08 PM
    Hi Users; Signoz for error rate create a similar query like this:
    max(sum(rate(signoz_calls_total{service_name = "my-service", status_code="STATUS_CODE_ERROR"}[5m]) OR rate(signoz_calls_total{service_name="my-service", http_status_code =~"5.." }[5m]))*100/sum(rate(signoz_calls_total{service_name="my-service"}[5m]))) < 1000 OR vector(0)
    I do not understand why the metrics use: •
    or
    with different
    status_code
    in place of
    and
    to summarise both, in case of both
    status_code
    means different things • what is the difference between
    status_code="STATUS_CODE_ERROR"
    and
    http_status_code =~"5..,4..,3.."
    • why it says
    < 1000 OR vector(0)
    • what the
    operation
    filter exclude, that signoz add each path. I hope someone can give some lights
    s
    m
    • 3
    • 9
  • g

    George

    10/26/2022, 7:37 PM
    Hello to all
  • g

    George

    10/26/2022, 7:37 PM
    Anyone integrate SigNoz with Magento2
  • u

    高军

    10/27/2022, 8:26 AM
    hello
  • u

    高军

    10/27/2022, 8:26 AM
    I have a doubt
  • u

    高军

    10/27/2022, 8:27 AM
    Why is a log is a separate module
  • u

    高军

    10/27/2022, 8:27 AM
    Can't you appear along with the tracking
  • u

    高军

    10/27/2022, 8:38 AM
    Similar to this
  • s

    Srikanth Chekuri

    10/27/2022, 8:51 AM
    They aren’t exactly logs as in the regular logs emitted to stdout/err by different systems. The logs model in pic is timestamp events added to span like this https://github.com/yurishkuro/opentracing-tutorial/blob/master/python/lesson01/README.md#using-logs using OpenTracing libs. The equivalent for it in OTEL is
    addEvent
    and you can already view span event in SigNoz. However, if the logs collected by traditional means included span context information they could be connected.
  • u

    高军

    10/27/2022, 8:59 AM
    No span event. How to connect the tracing log
  • p

    Paul Stoner

    10/28/2022, 9:23 PM
    Hello all. What is the base URL to view the telemetry being collected? I can't seem to find a mention of it in the documents. Thank you
    a
    • 2
    • 1
  • w

    Wejdan

    10/30/2022, 12:08 PM
    i tried to connect the logs in kubernetes but i faced this error no files match the configured include patterns {"kind": "receiver", "name": "filelog/k8s", "pipeline": "logs", "component": "fileconsumer", "include": ["/var/log/pods/*/*/*.log"], "exclude": []} could anyone help me?
    p
    n
    • 3
    • 2
  • a

    Alexandre Campelo

    10/31/2022, 4:41 PM
    Hello everyone! I just joined and I work for Apple. I'm looking into Signoz for our company.
    p
    • 2
    • 4
  • h

    hashfyre

    11/01/2022, 7:24 AM
    Hi @Pranay @Ankit Nayan, my colleague @Shivvinay Kanswal is implementing signoz at invideo.io; heard you already had a call 👋
    a
    s
    • 3
    • 5
Powered by Linen
Title
h

hashfyre

11/01/2022, 7:24 AM
Hi @Pranay @Ankit Nayan, my colleague @Shivvinay Kanswal is implementing signoz at invideo.io; heard you already had a call 👋
We would love to chat about autotracing possibilities of golang and python/fastapi services
a

Ankit Nayan

11/01/2022, 7:26 AM
Hey @hashfyre 👋
The docs should work well. Anyways we are always here to help you. If you want to understand more, would be happy to get on a call to explain more 🙂
h

hashfyre

11/01/2022, 7:28 AM
thanks a bunch @Ankit Nayan, @Shivvinay Kanswal will take it from here.
s

Shivvinay Kanswal

11/01/2022, 11:04 AM
thank you @Ankit Nayan @Pranay
View count: 2