https://signoz.io
Join Slack
This message was deleted.
s

Slackbot

about 3 years ago
This message was deleted.
👆 1
👀 1
s
s
+2
  • 4
  • 6
  • 69
Good morning! I'm testing signoz localhost, trying to send traces from dotnet. My SigNoz local insta...
r

Rick Buitrago

7 months ago
Good morning! I'm testing signoz localhost, trying to send traces from dotnet. My SigNoz local installation using docker works fine, and the sample apps that send traces are also working fine. My app uses docker and I added the
no-code autoinstrumentation
but it seems like it's not connecting to local signoz. Using libraries is not desirable at this moment, as it would imply a general upgrade of dependencies. What else can I try?
r
s
  • 2
  • 11
  • 68
Hi, I am running micro-services using docker compose on a Ubuntu box. Here is example docker compose...
p

Pavan Kumar

9 months ago
Hi, I am running micro-services using docker compose on a Ubuntu box. Here is example docker compose.
version: '3.8'
services:
  foo:
    image: ...
    ...

  bar:
    image: ...
    ...
I want to collect logs without changing any micro-service service code. I am using
logspout
to forward log with following command. This is successfully forwarding logs.
docker run --net=host --rm --name="logspout" \
        --volume=/var/run/docker.sock:/var/run/docker.sock \
        -e PORT=90 \
        gliderlabs/logspout \
        syslog+tcp://<host>:2255
What is missing is logs are not categorised in SigNoz under their respective service names. How to configure
logspout
to send
service
name along with logs. Or is there any other log collector other than
logsspout
which can send more metadata along with logs.
p
n
y
  • 3
  • 33
  • 68
yesterday my all the containers are running fine, but after 24 hours i check the containers, some co...
p

Pramod Badiger

9 months ago
yesterday my all the containers are running fine, but after 24 hours i check the containers, some containers are down automatically.
p
v
  • 2
  • 1
  • 68
Hello, I am working on setting up a dashboard using Signoz. I have question about metric queries in ...
s

Sungwon

12 months ago
Hello, I am working on setting up a dashboard using Signoz. I have question about metric queries in the builder. The autocomplete feature for suggesting metric names is very useful. However, it seems to take a long time to suggest metric names, longer than I expected. Curious about why this takes so long, I looked into the query-service related API and the ClickHouse metric database, and found out that the following query is being used: query = fmt.Sprintf("SELECT metric_name, type, is_monotonic, temporality FROM %s.%s WHERE metric_name ILIKE $1 GROUP BY metric_name, type, is_monotonic, temporality", signozMetricDBName, signozTSTableNameV41Day) It takes more than 10 seconds to retrieve the metric names, so I suspect it might be related to indexing. Is there any way to improve the query performance?
s
s
  • 2
  • 22
  • 68
This message was deleted.
s

Slackbot

over 1 year ago
This message was deleted.
s
n
p
  • 3
  • 13
  • 68
This message was deleted.
s

Slackbot

over 1 year ago
This message was deleted.
✅ 1
s
s
+2
  • 4
  • 42
  • 68
This message was deleted.
s

Slackbot

about 2 years ago
This message was deleted.
s
s
v
  • 3
  • 3
  • 68
This message was deleted.
s

Slackbot

about 3 years ago
This message was deleted.
s
s
+2
  • 4
  • 3
  • 68
This message was deleted.
s

Slackbot

over 1 year ago
This message was deleted.
s
s
v
  • 3
  • 5
  • 67
Previous323334Next

SigNoz Community

SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.

Powered by