Nishant Mishra
11/25/2022, 9:59 AMPranay
Pranay
Prashant Shahi
11/25/2022, 10:04 AMNishant Mishra
11/25/2022, 10:05 AMRahul Rammurat Chauhan
11/25/2022, 11:09 AM2022.11.25 11:03:45.240420 [ 1 ] {} <Error> CertificateReloader: Cannot obtain modification time for certificate file /etc/clickhouse-server/server.crt, skipping update. errno: 2, strerror: No such file or directory
2022.11.25 11:03:45.240433 [ 1 ] {} <Error> CertificateReloader: Cannot obtain modification time for key file /etc/clickhouse-server/server.key, skipping update. errno: 2, strerror: No such file or directory
2022.11.25 11:03:45.253895 [ 1 ] {} <Error> CertificateReloader: Poco::Exception. Code: 1000, e.code() = 0, SSL context exception: Error loading private key from file /etc/clickhouse-server/server.key: error:02000002:system library:OPENSSL_internal:No such file or directory (version 22.8.8.3 (official build))
Tirush Venamadala
11/28/2022, 4:58 AMRahul v
11/28/2022, 9:09 AM2022-11-25 22:55:47,673 - DEBUG - ca770 output {"timestamp": 1669377347.7902305, "Type": 2, "event": 7 }
2022-11-25 22:55:47,689 - INFO - Latency:-0.101148 seconds
otel collector config:
filelog/cav:
include: [ "/testlog/*.log" ]
start_at: beginning
include_file_path: true
include_file_name: false
operators:
- type: regex_parser
regex: '^(?P<log_timestamp>\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2}[,.]\d{3})\s+-\s+(?P<log_entry_type>\w+)\s+-\s+(?P<log_msg>.*)$'
Indra R
11/28/2022, 9:20 AMIndra R
11/28/2022, 9:25 AMjava -javaagent:/path/opentelemetry-javaagent.jar \
-Dotel.exporter.otlp.endpoint=http://<IP of SigNoz Backend>:4317 \
-Dotel.resource.attributes=service.name=<app_name> \
-jar <myapp>.jar
but my developers using mvnw spring-boot:run
is there any workaround too in springboot app ?Rahul v
11/29/2022, 12:57 AMGeorge Larson
11/29/2022, 6:10 AMtelnet
). can see traffic in tcpdump
there are entries in signoz_logs.logs
i tried changing to rfc5424
but it did not seem to helpAnkita Salunkhe
11/30/2022, 5:04 AMAnkita Salunkhe
11/30/2022, 5:04 AMAnkita Salunkhe
11/30/2022, 6:24 AMalter table signoz_metrics.time_series_v2 delete where metric_name='signoz_calls_total' and JSONExtractString(labels, 'resource_deployment_environment')='PROD-SIG';
I tried this but it won't work..Ankita Salunkhe
11/30/2022, 6:24 AMAlexei Zenin
11/30/2022, 8:33 PMShreyash
12/01/2022, 7:03 AMKasim Ali
12/01/2022, 11:06 AMKapil Khanwani
12/01/2022, 12:48 PMKapil Khanwani
12/01/2022, 12:49 PMEzzEddin Abdullah
12/01/2022, 12:57 PMsyslog
module in Python. I followed the documentation and then sent the logs through a Pyhon script. When I go into localhost:3301/logs
and search for the keyword I used in my log message, I see a couple of results but with a body that is different than my original message. Any idea what goes wrong here?Kapil Khanwani
12/01/2022, 2:00 PMBill Cavalieri
12/01/2022, 5:34 PMLucas Carlos
12/01/2022, 8:08 PM{
"status": "success",
"data": {
"resultType": "matrix",
"result": null
}
}
and some successful queriesKapil Khanwani
12/02/2022, 7:16 AMRaj Singh Yadav
12/02/2022, 11:56 AMapplication.owner,project.name,application.location,application.department,company.name
I have tried the below way but only three variables (service.name, service.namespace,deployment.environment) are getting configured
resource: new Resource({
[SemanticResourceAttributes.SERVICE_NAME]: 'appServiceName',
[SemanticResourceAttributes.SERVICE_NAMESPACE]: 'appServiceNameSpace',
[SemanticResourceAttributes.COMPANY_NAME]: 'myCompany',
[SemanticResourceAttributes.DEPLOYMENT_ENVIRONMENT]: 'prod',
[SemanticResourceAttributes.APPLICATION_LOCATION]: 'mumbai',
[SemanticResourceAttributes.PROJECT_NAME]: 'newProject',
[SemanticResourceAttributes.APPLICATION_DEPARTMENT]: 'dev',
[SemanticResourceAttributes.APPLICATION_OWNER]: 'owner'
})
Lucas Carlos
12/02/2022, 3:18 PMLucas Carlos
12/02/2022, 5:56 PMAilen
12/03/2022, 3:54 AM