Manikandan Swaminathan
04/04/2023, 6:26 AMManikandan Swaminathan
04/04/2023, 6:45 AMglobal:
storageClass: gp2
clickhouse:
enabled: true
cloud: aws
installCustomStorageClass: true
allowedNetworkIps:
- "10.0.0.0/8"
- "0.0.0.0/0"
- "100.64.0.0/10"
- "172.16.0.0/12"
- "192.0.0.0/24"
- "198.18.0.0/15"
- "192.168.0.0/16"
alertmanager:
name: "alertmanager"
enabled: true
replicaCount: 1
extraArgs:
cluster.advertise-address: 0.0.0.0:9093
Mikhil Pasricha
04/04/2023, 10:05 AMNick Burrett
04/04/2023, 3:35 PMZakaria Jawwad
04/04/2023, 6:13 PMDivyanshu Negi
04/05/2023, 8:27 AMDivyanshu Negi
04/05/2023, 8:27 AMTaylor Merritt
04/05/2023, 9:07 PMAngeles MP
04/06/2023, 2:03 AMAditya
04/06/2023, 8:34 AMMikhil Pasricha
04/06/2023, 8:45 AMEmmanuel Mawusi Foli
04/06/2023, 2:17 PMSyed Muhammad Hassan
04/07/2023, 2:13 AMkubectl logs -f my-release-signoz-otel-collector-54bf55dbb9-ckqmz
Defaulted container "my-release-signoz-otel-collector" out of: my-release-signoz-otel-collector, my-release-signoz-otel-collector-init (init)
2023-04-07T02:08:48.916Z info service/telemetry.go:111 Setting up own telemetry...
2023-04-07T02:08:48.916Z info service/telemetry.go:141 Serving Prometheus metrics {"address": "0.0.0.0:8888", "level": "Basic"}
2023-04-07T02:08:48.916Z info components/components.go:30 Stability level of component is undefined {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "stability": "Undefined"}
Error: cannot build pipelines: failed to create "clickhousetraces" exporter, in pipeline "traces": error connecting to primary db: code: 170, message: Requested cluster 'cluster' not found
2023/04/07 02:08:48 application run finished with error: cannot build pipelines: failed to create "clickhousetraces" exporter, in pipeline "traces": error connecting to primary db: code: 170, message: Requested cluster 'cluster' not found
My override file:
global:
storageClass: gp2
cloud: aws
clickhouse:
enabled: false
cloud: other
externalClickhouse:
host: 54.75.80.150
cluster: events
user: xxxxxx
password: xxxxxxxxxxxxxxx
secure: false
verify: false
httpPort: 8123
tcpPort: 9000
allowedNetworkIps:
- "0.0.0.0/0"
I really appreciate your kind response.Romario Lopez C
04/07/2023, 5:53 PMlabel_values(gitstart_engine_prom_ex_prom_ex_status_info, job)
Vyacheslav Boyko
04/08/2023, 9:33 AMVyacheslav Boyko
04/08/2023, 9:34 AMVyacheslav Boyko
04/08/2023, 9:40 AMDivyanshu Negi
04/10/2023, 2:45 AM.install.sh
script, but getting error on restarting the servicesRagulraj
04/10/2023, 5:26 AMRagulraj
04/10/2023, 5:26 AMMikhil Pasricha
04/10/2023, 7:16 AMNishant singh
04/10/2023, 9:15 AMsignoz/deploy/docker/clickhouse-setup/clickhouse-storage.xml
<s3>
<type>s3</type>
<endpoint><https://BUCKET-NAME.s3.amazonaws.com/data/></endpoint>
<access_key_id>ACCESS-KEY-ID</access_key_id>
<secret_access_key>SECRET-ACCESS-KEY</secret_access_key>
</s3>
however I dont see any files created in my s3 bucket. Is there anything I am doing wrong here?
Running signoz with docker on aws t3a.2xlarge instanceabhinav sharma
04/10/2023, 11:06 AMabhinav sharma
04/10/2023, 11:06 AMabhinav sharma
04/10/2023, 11:06 AMNishant singh
04/10/2023, 12:46 PMsignoz/deploy/docker/clickhouse-setup/otel-collector-metrics-config.yaml
# Redis server metrics
- job_name: redis_exporter
scrape_interval: 5s
scheme: http
static_configs:
- targets:
- 10.0.0.105:9121
# - 10.0.1.170:9121
Using Signoz with docker on AWS t3a.2xlarge and I am able to collect all the metrics and have a visualisation dashboard for metrics data from instance on ip 10.0.0.105
however when I uncomment the ip below it (10.0.1.170
) then the perf metrics of both the redis instance mixing in the clickhouse (im assuming this is happening because both uses same exporter) and there’s no distinction tag which I can use to separate the metrics stored in clickhouse to create a separate visualisation or pass the ip as parameter in existing dashboard.
dashboard was made using query builder and where clause only giving __name__
as the tag to create distinction which doesn’t provide an appropriate value at all.
Expected behaviour : I should be able to separate the metrics data for visualisation based on ip/ job_name defined in configRomario Lopez C
04/10/2023, 3:29 PMJames Henrich
04/11/2023, 3:35 AMSyed Muhammad Hassan
04/11/2023, 12:37 PMSyed Muhammad Hassan
04/11/2023, 9:02 PM