Integrating SigNoz in Laravel Application
Ravi asked for documentation on integrating SigNoz in a Laravel application. Pranay shared the relevant link for PHP instrumentation.
Issues with Opentelemetry Maven Plugin and Kafka Exporter
sarthak is facing issues implementing Kafka with Maven for Opentelemetry while trying to decouple the source application performance from the Signoz cluster. Pranay and nitya-signoz ask clarifying questions about the desired flow.
Creating Dashboard for Displaying Crash Signal Peaks
Milan wants to create a dashboard to show crash signal peaks and return to 0 after some time. Srikanth and Ankit suggested using a counter metric, but Milan needs to investigate further.
Uninstalling Signoz - Issue with Deleting ClickHouse PVC Volumes
Vinay faced issues while uninstalling Signoz. Prashant suggested patching the PVCs to resolve, which worked successfully.


Signoz Team at Code Europe Conference & New Relic Grok Discussion
Praveen inquired about the presence of Signoz team at the Code Europe conference and asked about New Relic Grok. Pranay confirmed no presence and mentioned they are working on LLM features internally.
Configuring Signoz for Mattermost Alerts and Monitoring Order Count Data
Zabe asked about configuring alerts for Mattermost and monitoring order counts. Pranay suggested using webhook APIs and custom metrics with opentelemetry.

Complete Steps to Deploy SigNoz on EKS Cluster
Mahendra asked for steps to deploy SigNoz on EKS, Prashant pointed to the installation docs for EKS: https://signoz.io/docs/install/kubernetes/aws.
Monitoring External Services with SigNoz HTTP Check
Robin asked if it’s possible to monitor external services without instrumenting the app. Pranay and Vishal guided them through monitoring HTTP endpoints, setting up collectors, and managing dashboards.
Issue with Documentation on Logging in Opentelemetry
tim pointed out an issue with the documentation for logging using opentelemetry. nitya-signoz provided an updated example.
Troubleshooting Django App Instrumentation with Signoz
tim encountered issues instrumenting a Django app with Signoz. tim resolved the problem by identifying the need for a client to forward content to Signoz.

Exposing Signoz Clickhouse Setup via Ingress Controller
oluchi needed help exposing clickhouse setup using ingress. Prashant suggested checking port number and updating `clickhouse.allowedNetworkIps` configuration.



Issues with SigNoz on DigitalOcean k8s After Upgrade
Thomas experienced issues with SigNoz on DigitalOcean k8s after upgrading to v0.19. Prashant identified a PR to address the issue and provided a solution.
Upgrading to SigNoz 0.19.0 with Helm Chart
Daniel asked about running a migration script for upgrading to SigNoz 0.19.0 using Helm chart. Prashant provided updated migration documentation link.

Alternate Method to Install Signoz without Docker Compose
Umesh asks for alternatives to install Signoz without Docker compose. Vishal suggests deploying to a k8s environment.
Managed Services Pricing by Signoz
Vishal inquired about the pricing of managed services by Signoz. Ashu welcomed them and responded via direct message.
EKS Installation Issue - PODS Not Getting Up
Vinay reported a problem with PODS not getting up in EKS. Prashant responded with a link to the solution.
Backend Design Patterns and Architecture in SigNoz Codebase
Peeyush asked for documentation on backend design patterns/architecture, Praveen provided the link to the relevant documentation.
Implementing Nginx Opentracing into SigNoz
Al is trying to implement nginx opentracing into SigNoz but encounters issues. Srikanth suggests exploring OpenTelemetry support for nginx instead.
Using SigNoz for p99/p90/p50 Metrics with OTEL in Ruby on Rails
Alan inquired about implementing p99/p90/p50 metrics with SigNoz and OTEL in a Ruby on Rails app. Srikanth confirmed that data collection should happen prior to sampling.
Issue Accessing Pod Logs in SigNoz UI on AKS
prashant is facing an issue accessing pod logs of their application in SigNoz UI on AKS. nitya-signoz and Prashant provide suggestions related to log file paths and potential issues, but the problem remains unresolved.
Trace Testing with SigNoz and Otel in Kubernetes
Pradeep asks about trace testing using SigNoz as a backend. Vishal requests examples of desired testing. Pradeep shares code snippets but has not received a solution yet.
SigNoz Setup Error in Golang Service
ankit encountered an error when trying to set up SigNoz locally in a Golang services. Vishal suggested it might be an issue with instrumentation.
Resolving Clickhouse Down or Unavailability Issue
Resul asks for a solution, Prashant states it's due to clickhouse being down or unavailable, advises checking the container and sharing logs if needed.
Standalone Docr Usage Issue
Resul encountered an issue with standalone docr, and Prashant requested to see error logs.
Error Installing SigNoz on Kubernetes Cluster with Helm Chart
vivesh encountered an error while installing SigNoz on their Kubernetes cluster using Helm Chart, but no resolution has been provided yet.
Installation Error with Signoz Kubernetes Cluster and Helm Chart
vivesh encountered an error while installing Signoz in a Kubernetes cluster using Helm chart, despite following the documentation. Prashant shares a related link.
Sorting Entries on Hover Popover for Graphs
Daniel asks if it's possible to sort entries in hover popover for graphs. Srikanth clarifies current ordering. Ankit supports the idea and asks Daniel to open an issue.

Limiting Dashboard Entries using SIGNOZ_START_TIME and SIGNOZ_END_TIME Variables
Vishnu seeks a method to limit dashboard entries using SIGNOZ_START_TIME and SIGNOZ_END_TIME variables. Srikanth advises creating an issue if unsuccessful.

Visualization Issue in SigNoz Dashboard
Harshith.R.S reported an issue with viewing visualizations in their dashboard. Srikanth asked about the version of SigNoz being used.
Setting Appropriate Sample Rate in SigNoz for Microservices
Howard asked about setting an appropriate sample rate in SigNoz for their service. Srikanth advised that the default retention setting should be sufficient.
