Jamshedkhon Akobirov
04/26/2023, 9:12 AMJamshedkhon Akobirov
04/26/2023, 9:13 AMprasanth kumar
04/26/2023, 1:17 PMSyed Muhammad Hassan
04/27/2023, 10:48 AM<filter nginxweblogs>
@type geoip
geoip_lookup_keys host
<record>
city ${city.names.en["host"]}
lat ${location.latitude["host"]}
lon ${location.longitude["host"]}
country ${country.iso_code["host"]}
country_name ${country.names.en["host"]}
</record>
</filter>
How can I achieve this in signoz?Shubham Upreti
04/27/2023, 10:58 AMOTLP endpoint must be a valid URL
How to implement this??Guillaume CORBEL
04/27/2023, 4:38 PMDmitry Yukelson
04/27/2023, 8:37 PMERROR: sending request - Post "<https://api.segment.io/v1/batch>": context deadline exceeded
) via an external email service. As you can guess - the service also is not accessible. Finally, after some timeout we were able to login into the UI but the system does not feel well - sometimes we can't login, the "Settings" screen can't be opened, and some Admin functionality are not available.
• Maybe there are additional cases when installation or SigNoz's services are trying to access public services?
Can SygNoz be installed on the private cluster? Is there any fixes/patches to resolve the above problems?André Bassi
04/28/2023, 3:08 AMglobal:
storageClass: gce-resizable
cloud: gcp
clickhouse:
installCustomStorageClass: true
The instrumented pyhon application we are calling this way:
WORKDIR / app
CMD ["bash", "-c", "OTEL_RESOURCE_ATTRIBUTES=service.name=zagpt-python OTEL_EXPORTER_OTLP_ENDPOINT='<http://signoz-otel-collector.platform.svc.cluster.local:4317>' opentelemetry-instrument --traces_exporter otlp_proto_http --metrics_exporter otlp_proto_http python webhook.py"]
In the log of the signoz-otel-collector pod, it gives me the error:
api-stg-00042-deployment-65f9c6d996-48wtk app Transient error Bad Gateway encountered while exporting span batch, retrying in 32s.
Does anyone have any idea where the error is for not letting me instrument my app service with python and FastAPI?sarthak gupta
04/28/2023, 3:23 AMManikandan Swaminathan
04/28/2023, 4:16 AMManikandan Swaminathan
04/28/2023, 4:16 AMManikandan Swaminathan
04/28/2023, 4:17 AMManikandan Swaminathan
04/28/2023, 4:18 AMManikandan Swaminathan
04/28/2023, 4:18 AMChatthana (Aom) Janethanakarn
04/28/2023, 9:25 AMotelcollector
, otelcollectormetric
, and query-service
all encountered the same error:
Error creating clickhouse client: code: 516, message: admin: Authentication failed: password is incorrect or there is no user with such name
I have checked the credentials in the pod env for all pods and they are correct
Environment:
• EKS Cluster: v1.26
• Chart Version: signoz-0.14.2
I tried setting up the same Helm chart on Docker Desktop cluster, everything works fine.
Anyone knows how to solve the issue?André Bassi
04/28/2023, 2:17 PMopentelemetry-instrument --traces_exporter otlp_proto_grpc --metrics_exporter otlp_proto_grpc python consumer.py
Gives this error:
Thread-ConsumeBidirectionalStream caught unexpected exception 'generator' object has no attribute 'add_done_callback' and will exit.
Traceback (most recent call last):
And with that my python instructions don’t work, has anyone faced this error?sarthak gupta
04/29/2023, 3:09 PMsarthak gupta
04/29/2023, 3:10 PMsarthak gupta
04/29/2023, 3:17 PMsarthak gupta
05/01/2023, 7:48 AMJermy H
05/01/2023, 8:39 PMsarthak gupta
05/02/2023, 5:21 AMNishant singh
05/02/2023, 6:25 AMNishant singh
05/02/2023, 6:41 AMubuntu@ip-my-ip:/var/www/signoz/deploy$ sh install.sh
-e 👋 Thank you for trying out SigNoz!
install.sh: 304: !=: not found
-e 🌏 Detecting your OS ...
install.sh: 36: [[: not found
install.sh: 341: [[: not found
install.sh: 421: [[: not found
install.sh: 436: [[: not found
-e 🐳 Starting Docker ...
install.sh: 205: [[: not found
install.sh: 218: [[: not found
-e
🟡 Pulling the latest container images for SigNoz.
Pulling zookeeper-1 ... done
Pulling clickhouse ... done
Pulling query-service ... done
Pulling alertmanager ... done
Pulling frontend ... done
Pulling otel-collector ... done
Pulling otel-collector-metrics ... done
🟡 Starting the SigNoz containers. It may take a few minutes ...
Starting zookeeper-1 ... done
Starting clickhouse ... done
Recreating query-service ... done
Starting clickhouse-setup_otel-collector_1 ... done
Starting clickhouse-setup_otel-collector-metrics_1 ... done
Recreating clickhouse-setup_alertmanager_1 ... done
Recreating frontend ... done
install.sh: 230: [[: not found
install.sh: 496: [[: not found
install.sh: 421: [[: not found
++++++++++++++++++ SUCCESS ++++++++++++++++++++++
🟢 Your installation is complete!
-e 🟢 Your frontend is running on <http://localhost:3301>
ℹ️ By default, retention period is set to 7 days for logs and traces, and 30 days for metrics.
-e To change this, navigate to the General tab on the Settings page of SigNoz UI. For more details, refer to <https://signoz.io/docs/userguide/retention-period>
ℹ️ To bring down SigNoz and clean volumes : sudo docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml down -v
+++++++++++++++++++++++++++++++++++++++++++++++++
👉 Need help in Getting Started?
-e Join us on Slack <https://signoz.io/slack>
-e
📨 Please share your email to receive support & updates about SigNoz!
Email: <mailto:nishant@stratzy.in|nishant@stratzy.in>
install.sh: 533: [[: not found
install.sh: 421: [[: not found
-e
🙏 Thank you!
install.sh: 245: [[: not found
commit head -
commit d5e112a9bc809e0706f1f86032a4590bbbf75ecc (HEAD -> main, origin/main)
Merge: 975d57ca 428b10f7
Author: Ankit Nayan <ankit@signoz.io>
Date: Wed Apr 26 16:51:41 2023 +0530
Merge pull request #2634 from SigNoz/release/v0.18.3
Release/v0.18.3
Machine config
• AWS t3a.2xlarge ubuntu running signoz community version
This never happened before but my update seems to work fineNishant singh
05/02/2023, 7:45 AMAleksandar Babic
05/02/2023, 2:39 PMsarthak gupta
05/03/2023, 9:46 AMAnıl Dalkılıç
05/03/2023, 10:42 AMAnıl Dalkılıç
05/03/2023, 10:42 AMAnıl Dalkılıç
05/03/2023, 10:42 AM