Sascha Grossenbacher
05/02/2025, 3:03 PMCory E Adams
05/01/2025, 5:13 PMOm kasale
04/30/2025, 6:45 AMChandrashekhar
04/29/2025, 6:01 AMSudhay Senthil
04/28/2025, 3:15 PMopenTelemetryTransportV3
transport.
But I see metadata
as a JSON string instead of an object i can query on Signoz. Can someone please help?Gil
04/28/2025, 8:08 AMreceivers:
httpcheck: # <https://signoz.io/blog/health-check-monitoring-with-opentelemetry/>
collection_interval: 30s
targets:
- endpoint: "https://<ip_server>/healthcheck"
method: GET
tls:
insecure_skip_verify: true
...
exporters:
clickhousemetricswrite:
endpoint: tcp://<signoz_serveur>:9000/signoz_metrics?username=u&password=p
tls:
insecure: true
resource_to_telemetry_conversion:
enabled: true
Then on the dashboard I use PromQL to build a new "Panel" (I call that widget).
Isn't better to build the query directly with a SQL request on ClickHouse ?
If so, I don't find documentations about the tables ?
SHOW TABLES FROM signoz_metrics;
ββnameββββββββββββββββββββββββββββββββββββ
1. β distributed_exp_hist β
2. β distributed_metadata β
3. β distributed_samples_v2 β
4. β distributed_samples_v4 β
5. β distributed_samples_v4_agg_30m β
6. β distributed_samples_v4_agg_5m β
7. β distributed_schema_migrations_v2 β
8. β distributed_time_series_v2 β
9. β distributed_time_series_v4 β
10. β distributed_time_series_v4_1day β
11. β distributed_time_series_v4_1week β
12. β distributed_time_series_v4_6hrs β
13. β distributed_updated_metadata β
14. β distributed_usage β
15. β exp_hist β
16. β metadata β
17. β samples_v2 β
18. β samples_v4 β
19. β samples_v4_agg_30m β
20. β samples_v4_agg_30m_mv β
21. β samples_v4_agg_5m β
22. β samples_v4_agg_5m_mv β
23. β schema_migrations_v2 β
24. β time_series_v2 β
25. β time_series_v4 β
26. β time_series_v4_1day β
27. β time_series_v4_1day_mv β
28. β time_series_v4_1day_mv_separate_attrs β
29. β time_series_v4_1week β
30. β time_series_v4_1week_mv β
31. β time_series_v4_1week_mv_separate_attrs β
32. β time_series_v4_6hrs β
33. β time_series_v4_6hrs_mv β
34. β time_series_v4_6hrs_mv_separate_attrs β
35. β updated_metadata β
36. β usage β
ββββββββββββββββββββββββββββββββββββββββββ
Right now the PromQL query looks like this :
max( (last_over_time(httpcheck_status{health_score="3", service_name="PASSPORT", vm_hostname="3dx-dev08"}[5m]) * 3) or (last_over_time(httpcheck_status{health_score="2", service_name="PASSPORT", vm_hostname="3dx-dev08"}[5m]) * 2) or (last_over_time(httpcheck_status{health_score="1", service_name="PASSPORT", vm_hostname="3dx-dev08"}[5m]) * 1) )
How do I know which table this query ? WHere the data come from ?shweta singh
04/26/2025, 3:45 AMTAHIRI Saad
04/25/2025, 10:15 AMYahor Sinkevich
04/24/2025, 5:23 PMTAHIRI Saad
04/24/2025, 9:19 AMTAHIRI Saad
04/24/2025, 9:19 AMElizabeth Mathew
04/23/2025, 2:28 PMAl
04/22/2025, 6:02 PMHardik Vala
04/22/2025, 5:02 PMSibasish Mohanty
04/22/2025, 8:49 AMDo SigNoz support OTel over open source version which I am planing to self host ?
I checked OTel site it is saying the support is there only in CommercialRonal Raj
04/21/2025, 12:07 PMgit clone -b main
<https://github.com/SigNoz/signoz.git> && cd signoz/deploy/
# For a specific version: git checkout v0.6.1
./install.sh
Everything is working fine, but I want to enable email notifications via Amazon SES. Does anyone know what additional configurations I need to set up to get this working?
Any ideas or guidance would be appreciated!Mahesh
04/21/2025, 3:20 AMAyush Gupta
04/16/2025, 4:34 PMChitransh Gupta
04/16/2025, 4:00 PMChitransh Gupta
04/15/2025, 2:58 PMChitransh Gupta
04/15/2025, 2:29 PMrohit garg
04/15/2025, 7:29 AMPartha Dev
04/14/2025, 8:37 PMPartha Dev
04/14/2025, 8:37 PMPartha Dev
04/14/2025, 8:37 PMPartha Dev
04/14/2025, 8:36 PMrohit garg
04/11/2025, 1:07 PMJyotishmoy Deka
04/11/2025, 5:29 AMMohamad Akmal Faudzan
04/11/2025, 4:20 AMjfboily
04/10/2025, 6:57 PM