Giorgio Ventura
10/08/2022, 12:30 AMGiorgio Ventura
10/08/2022, 12:30 AMGiorgio Ventura
10/09/2022, 7:45 AMChủ Huỳnh Minh
10/10/2022, 5:02 AMBhavesh Patel
10/10/2022, 6:49 AMBhavesh Patel
10/10/2022, 11:59 AMVishal Goel
10/10/2022, 12:16 PMVishal Goel
10/11/2022, 5:28 AMVishal Goel
10/11/2022, 7:50 AMKasim Ali
10/11/2022, 8:10 AMnitya-signoz
10/11/2022, 10:42 AMAllan Li
10/11/2022, 5:01 PMVishal Goel
10/12/2022, 6:51 AMKasim Ali
10/12/2022, 9:51 AMDevops Netapp
10/13/2022, 2:26 PMNAME PORT(S)
chi-my-release-clickhouse-cluster-0-0 8123/TCP,9000/TCP,9009/TCP
my-release-clickhouse 8123/TCP,9000/TCP
my-release-clickhouse-operator-metrics 8888/TCP
my-release-k8s-infra-otel-agent 13133/TCP,8888/TCP,4317/TCP,4318/TCP
my-release-k8s-infra-otel-deployment 13133/TCP,8888/TCP,4317/TCP,4318/TCP
my-release-signoz-alertmanager 9093/TCP
my-release-signoz-alertmanager-headless 9093/TCP
my-release-signoz-frontend 3301/TCP
my-release-signoz-otel-collector 14250/TCP,14268/TCP,8888/TCP,4317/TCP,4318/TCP
my-release-signoz-otel-collector-metrics 13133/TCP
my-release-signoz-query-service 8080/TCP,8085/TCP
my-release-zookeeper 2181/TCP,2888/TCP,3888/TCP
my-release-zookeeper-headless 2181/TCP,2888/TCP,3888/TCP
Is this the correct configuration for sending the traces:
otelcolConfig: {
url: '<http://my-release-signoz-otel-collector.platform.svc.cluster.local:4318/v1/traces>', // URL of opentelemetry collector
},
When I enable traces to console I’m able to see the output but when configuring it to send to my-release-signoz-otel-collector service on port 4318 I get no results.Allan Li
10/13/2022, 3:26 PMMark Raynsford
10/14/2022, 6:15 PM5eed384ffe05fd734bbbd8ae80b921106c505149
(the current main
) and ran the usual docker-compose -f docker/clickhouse-setup/docker-compose.yaml up -d
command to set up a fresh signoz. for whatever reason, i'm now unable to get into the UI (there are no existing accounts, i'm trying to create a new account):Mark Raynsford
10/14/2022, 6:15 PMAlexei Zenin
10/14/2022, 8:25 PMpanic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x343dd12] goroutine 87 [running]: <http://github.com/SigNoz/signoz-otel-collector/exporter/clickhousemetricsexporter.(*PrwExporter).export.func1()|github.com/SigNoz/signoz-otel-collector/exporter/clickhousemetricsexporter.(*PrwExporter).export.func1()> /src/exporter/clickhousemetricsexporter/exporter.go:280 +0xf2 created by <http://github.com/SigNoz/signoz-otel-collector/exporter/clickhousemetricsexporter.(*PrwExporter).export|github.com/SigNoz/signoz-otel-collector/exporter/clickhousemetricsexporter.(*PrwExporter).export> /src/exporter/clickhousemetricsexporter/exporter.go:276 +0x256
Upesh Jindal
10/15/2022, 3:04 AMAshish
10/17/2022, 11:37 AMAshish
10/17/2022, 12:52 PMAkhilesh Bussa
10/17/2022, 1:05 PMAkhilesh Bussa
10/17/2022, 4:20 PMOTEL_RESOURCE_ATTRIBUTES=service.name=hancock_staging OTEL_EXPORTER_OTLP_ENDPOINT="<http://MySignozIP:4318>" opentelemetry-instrument --traces_exporter otlp_proto_http /home/hancock/env/bin/uwsgi --ini /home/hancock/config/api_uwsgi.ini
But I get this error:
File "/home/hancock/env/lib64/python3.7/site-packages/uwsgidecorators.py", line 10, in <module>
import uwsgi
ModuleNotFoundError: No module named 'uwsgi'
Can someone help me?Bhavesh Patel
10/18/2022, 3:56 AMBhavesh Patel
10/18/2022, 6:14 AMKasim Ali
10/18/2022, 8:17 AMDaniel Nordberg
10/18/2022, 12:09 PMopentelemetry-bootstrap --action=install
, then started the server like so OTEL_RESOURCE_ATTRIBUTES=service.name=django_app OTEL_EXPORTER_OTLP_ENDPOINT="<http://localhost:4318>" opentelemetry-instrument --traces_exporter otlp_proto_http python manage.py runserver --noreload
, however I can't reach http://localhost:4318Daniel Nordberg
10/18/2022, 12:10 PMŁukasz Herman
10/18/2022, 12:16 PMŁukasz Herman
10/18/2022, 12:16 PMAnkit Nayan
10/18/2022, 1:07 PMnitya-signoz
10/18/2022, 3:55 PMŁukasz Herman
10/20/2022, 2:14 PMnitya-signoz
10/25/2022, 8:47 AMŁukasz Herman
10/25/2022, 9:05 AMnitya-signoz
10/25/2022, 9:16 AMŁukasz Herman
10/25/2022, 9:22 AMnitya-signoz
10/25/2022, 9:25 AMŁukasz Herman
10/25/2022, 10:07 AMnitya-signoz
10/25/2022, 11:41 AMŁukasz Herman
10/26/2022, 7:34 AMnitya-signoz
10/26/2022, 8:45 AMmessage
is the actual log that is being scraped and you are parsing that in fluentD to extract different values such as sc-bytes
, sc-status
etc. Now since these values are parsed as a string in fluentD itself, it is stored as string in SigNoz.
When you are parsing the log in fluentD you can specify the types parameter https://docs.fluentd.org/configuration/parse-section#types-parameter to parse to a specific type.Łukasz Herman
10/27/2022, 1:01 PMnitya-signoz
10/27/2022, 1:12 PMŁukasz Herman
10/27/2022, 1:25 PMnitya-signoz
10/27/2022, 2:38 PM