Farisology
03/23/2022, 7:15 AMMSP
03/23/2022, 10:00 AMIan Jeffries
03/23/2022, 4:38 PMKumaran Ilangovan
03/24/2022, 12:37 PMKaushal Nagrecha
03/25/2022, 7:46 AMKumaran Ilangovan
03/25/2022, 3:54 PMKaushal Nagrecha
03/30/2022, 10:08 AMrakesh shah
03/31/2022, 6:02 AMHima Vyas
03/31/2022, 12:39 PMNaveen
03/31/2022, 4:34 PMNaveen
03/31/2022, 4:42 PM郑伟
04/01/2022, 5:45 AMZishan Shaikh
04/01/2022, 7:54 AMMayank Pathak
04/01/2022, 8:51 AMversion: "3.8"
services:
django:
command: "opentelemetry-instrument gunicorn mysite.wsgi -c gunicorn.config.py --workers 2 --threads 2 --reload --bind 0.0.0.0:8000"
image: signoz-sample-django:latest
build:
context: .
environment:
- OTEL_METRICS_EXPORTER=none
- OTEL_SERVICE_NAME=djangoApp
- OTEL_EXPORTER_OTLP_ENDPOINT=host.docker.internal:4317
- DJANGO_SETTINGS_MODULE=mysite.settings
ports:
- 8000:8000
The issue that we are facing is that the django service is not recognized by the signoz setup and we are unavailable to get the service shown in our dashboard. Please help us in identifying any issues if any from our end.
Also when we went through the source code for the sample django app we saw that you people are using a custom middleware polls.middleware.StatsdMetricsMiddleware upon checking the source code for that middleware we found out that you have instantiated a DogStatsd client (link). Can you also help us in telling what this client is used for as we do not have any service running on this port in our host? Is it a miss in the documentation, if yes please provide the correct way going forward with this.Zishan Shaikh
04/01/2022, 10:30 AMtransport: Got too many pings from the client, closing the connection.
Naveen
04/01/2022, 10:34 AMZishan Shaikh
04/01/2022, 1:35 PMKumaran Ilangovan
04/01/2022, 2:55 PMKumaran Ilangovan
04/01/2022, 3:26 PMZishan Shaikh
04/04/2022, 6:11 AMZaid Khan
04/04/2022, 8:21 AMMoses Altruism
04/04/2022, 9:59 AMNaveen
04/04/2022, 12:15 PMNeethu Joy
04/04/2022, 12:45 PMNaveen
04/05/2022, 2:53 PMBrian Bills
04/05/2022, 6:45 PM# syntax=docker/dockerfile:experimental
FROM <http://harbor.docmagic.com/library/dm-maven:3.6.3-openjdk-15-slim|harbor.docmagic.com/library/dm-maven:3.6.3-openjdk-15-slim> AS buildimage
COPY source .
RUN --mount=type=cache,id=maven-cache,target=/root/.m2/repository \
mvn clean install -U spring-boot:repackage
FROM <http://harbor.docmagic.com/library/dm-openjdk:15-jdk-buster-012122164131|harbor.docmagic.com/library/dm-openjdk:15-jdk-buster-012122164131>
COPY --from=buildimage /root/target/cascustomer-service.war /root/target/cascustomer-service-etc.zip /app/
RUN unzip /app/cascustomer-service-etc.zip -d /
ENTRYPOINT ["entrypoint.sh", "-j", "/app/cascustomer-service.war"]
Is there a way to get the setenv.sh for open telemetry into /opt/tomcat/bin folder of the openjdk image by using the docker file, and also add the opentelemetry-javaagent.jar
file to a path location that gets pointed to by the setenv.sh script inside the image?
Thanks,
BrianAlfian Firmansyah
04/06/2022, 5:12 AMfiring
(image 2)
Even though the alert rules is firing, the triggered alert
tab didn't show anything (image 3: no data), and no alert send to slack. Any suggestion regarding this problem?Slackbot
04/06/2022, 11:10 AMHardik Agrawal
04/07/2022, 4:05 AMMonesh s
04/07/2022, 9:35 AM