Slackbot
05/20/2022, 5:05 AMSrikanth Chekuri
05/20/2022, 5:44 AMalan
05/20/2022, 6:00 AMalan
05/20/2022, 6:00 AMalan
05/20/2022, 6:04 AMalan
05/20/2022, 6:17 AMroot@simpleui-demo-6b5b566c7-szqgn:/work# OTEL_RESOURCE_ATTRIBUTES=service.name=simpleui-demo-service OTEL_EXPORTER_OTLP_ENDPOINT="<http://my-release-signoz-otel-collector:4317>" opentelemetry-instrument --traces_exporter otlp_proto_http python manage.py runserver 0.0.0.0:8080
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
May 20, 2022 - 14:16:57
Django version 3.2.13, using settings 'simpleui_demo.settings'
Starting development server at <http://0.0.0.0:8080/>
Quit the server with CONTROL-C.
Error: That port is already in use.
alan
05/20/2022, 6:17 AMSrikanth Chekuri
05/20/2022, 6:40 AMalan
05/20/2022, 7:49 AMroot@simpleui-demo-6b5b566c7-szqgn:/work# OTEL_RESOURCE_ATTRIBUTES=service.name=simpleui-demo-service OTEL_EXPORTER_OTLP_ENDPOINT="<http://my-release-signoz-otel-collector:4318>" opentelemetry-instrument --traces_exporter otlp_proto_http python manage.py runserver 0.0.0.0:8081
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
May 20, 2022 - 15:48:27
Django version 3.2.13, using settings 'simpleui_demo.settings'
Starting development server at <http://0.0.0.0:8081/>
Quit the server with CONTROL-C.
alan
05/20/2022, 7:50 AMOTEL_RESOURCE_ATTRIBUTES=service.name=simpleui-demo-service OTEL_EXPORTER_OTLP_ENDPOINT="<http://my-release-signoz-otel-collector:4318/v1/traces>" opentelemetry-instrument --traces_exporter otlp_proto_http python manage.py runserver 0.0.0.0:8081
alan
05/20/2022, 7:50 AMroot@simpleui-demo-6b5b566c7-szqgn:/work# OTEL_RESOURCE_ATTRIBUTES=service.name=simpleui-demo-service OTEL_EXPORTER_OTLP_ENDPOINT="<http://my-release-signoz-otel-collector:4318/v1/traces>" opentelemetry-instrument --traces_exporter otlp_proto_http python manage.py runserver 0.0.0.0:8081
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
May 20, 2022 - 15:50:05
Django version 3.2.13, using settings 'simpleui_demo.settings'
Starting development server at <http://0.0.0.0:8081/>
Quit the server with CONTROL-C.
alan
05/20/2022, 7:50 AMalan
05/20/2022, 7:53 AMSrikanth Chekuri
05/20/2022, 7:55 AMalan
05/20/2022, 7:57 AMroot@simpleui-demo-6b5b566c7-szqgn:/work# OTEL_RESOURCE_ATTRIBUTES=service.name=simpleui-demo-service OTEL_EXPORTER_OTLP_ENDPOINT="<http://my-release-signoz-otel-collector:4318/v1/traces>" opentelemetry-instrument --traces_exporter console python manage.py runserver 0.0.0.0:8081
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
May 20, 2022 - 15:57:20
Django version 3.2.13, using settings 'simpleui_demo.settings'
Starting development server at <http://0.0.0.0:8081/>
Quit the server with CONTROL-C.
alan
05/20/2022, 7:58 AMSrikanth Chekuri
05/20/2022, 8:00 AMalan
05/20/2022, 8:01 AMalan
05/20/2022, 8:03 AMalan
05/20/2022, 8:04 AMroot@simpleui-demo-6b5b566c7-szqgn:/work# OTEL_RESOURCE_ATTRIBUTES=service.name=simpleui-demo-service OTEL_EXPORTER_OTLP_ENDPOINT="<http://my-release-signoz-otel-collector:4318/v1/traces>" opentelemetry-instrument --traces_exporter console python manage.py runserver --noreload 0.0.0.0:8081
Performing system checks...
System check identified no issues (0 silenced).
May 20, 2022 - 16:03:02
Django version 3.2.13, using settings 'simpleui_demo.settings'
Starting development server at <http://0.0.0.0:8081/>
Quit the server with CONTROL-C.
{
"name": "SELECT",
"context": {
"trace_id": "0xd690e9e71afcf2655c97be3bf2c35ef3",
"span_id": "0xd205d23ded26252e",
"trace_state": "[]"
},
"kind": "SpanKind.CLIENT",
"parent_id": null,
"start_time": "2022-05-20T08:03:02.212245Z",
"end_time": "2022-05-20T08:03:02.212886Z",
"status": {
"status_code": "UNSET"
},
"attributes": {
"db.system": "sqlite",
"db.name": "",
"db.statement": "\n SELECT name, type FROM sqlite_master\n WHERE type in ('table', 'view') AND NOT name='sqlite_sequence'\n ORDER BY name"
},
"events": [],
"links": [],
"resource": {
"telemetry.sdk.language": "python",
"telemetry.sdk.name": "opentelemetry",
"telemetry.sdk.version": "1.9.0",
"service.name": "simpleui-demo-service",
"telemetry.auto.version": "0.28b0"
}
}
{
"name": "SELECT",
"context": {
"trace_id": "0x14182e3df29584936e55835b02698186",
"span_id": "0x2471620934faf4f0",
"trace_state": "[]"
},
"kind": "SpanKind.CLIENT",
"parent_id": null,
"start_time": "2022-05-20T08:03:02.215068Z",
"end_time": "2022-05-20T08:03:02.215853Z",
"status": {
"status_code": "UNSET"
},
"attributes": {
"db.system": "sqlite",
"db.name": "",
"db.statement": "SELECT \"django_migrations\".\"id\", \"django_migrations\".\"app\", \"django_migrations\".\"name\", \"django_migrations\".\"applied\" FROM \"django_migrations\""
},
"events": [],
"links": [],
"resource": {
"telemetry.sdk.language": "python",
"telemetry.sdk.name": "opentelemetry",
"telemetry.sdk.version": "1.9.0",
"service.name": "simpleui-demo-service",
"telemetry.auto.version": "0.28b0"
}
}
alan
05/20/2022, 8:04 AMSrikanth Chekuri
05/20/2022, 8:05 AMSrikanth Chekuri
05/20/2022, 8:05 AMOTEL_RESOURCE_ATTRIBUTES=service.name=simpleui-demo-service OTEL_EXPORTER_OTLP_ENDPOINT="<http://my-release-signoz-otel-collector:4318>"
Srikanth Chekuri
05/20/2022, 8:05 AMalan
05/20/2022, 8:06 AMalan
05/20/2022, 8:07 AMroot@simpleui-demo-6b5b566c7-szqgn:/work# OTEL_RESOURCE_ATTRIBUTES=service.name=simpleui-demo-service OTEL_EXPORTER_OTLP_ENDPOINT="<http://my-release-signoz-otel-collector:4318>" opentelemetry-instrument --traces_exporter otlp_proto_http python manage.py runserver --noreload 0.0.0.0:8081
Performing system checks...
System check identified no issues (0 silenced).
May 20, 2022 - 16:06:40
Django version 3.2.13, using settings 'simpleui_demo.settings'
Starting development server at <http://0.0.0.0:8081/>
Quit the server with CONTROL-C.
Failed to export batch code: 404, reason: 404 page not found
alan
05/20/2022, 8:13 AMSrikanth Chekuri
05/20/2022, 8:13 AMSrikanth Chekuri
05/20/2022, 8:14 AMSrikanth Chekuri
05/20/2022, 8:14 AMalan
05/20/2022, 8:14 AMSrikanth Chekuri
05/20/2022, 8:15 AMalan
05/20/2022, 8:15 AMalan
05/20/2022, 8:15 AMSrikanth Chekuri
05/20/2022, 8:16 AMalan
05/20/2022, 8:16 AMSrikanth Chekuri
05/20/2022, 8:16 AMalan
05/20/2022, 8:16 AMSrikanth Chekuri
05/20/2022, 8:17 AMalan
05/20/2022, 8:17 AMalan
05/20/2022, 8:17 AMalan
05/20/2022, 8:17 AMopentelemetry-distro==0.28b0
opentelemetry-instrumentation==0.28b0
opentelemetry-exporter-otlp==1.9.0
alan
05/20/2022, 8:17 AMSrikanth Chekuri
05/20/2022, 8:18 AMalan
05/20/2022, 8:19 AMalan
05/20/2022, 8:19 AMalan
05/20/2022, 8:20 AMalan
05/20/2022, 8:22 AMSrikanth Chekuri
05/20/2022, 8:22 AMalan
05/20/2022, 8:22 AMalan
05/20/2022, 8:25 AM--noreload
alan
05/20/2022, 8:25 AMSrikanth Chekuri
05/20/2022, 8:26 AMalan
05/20/2022, 8:27 AM