You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -253,7 +250,6 @@ Usage: make <OPTIONS> ... <TARGETS>
253
250
Available targets are:
254
251
255
252
run Run the service locally
256
-
run-data-collector Run the data collector service
257
253
test-unit Run the unit tests
258
254
test-integration Run integration tests tests
259
255
test-e2e Run BDD tests for the service
@@ -421,50 +417,6 @@ This script re-generated OpenAPI schema for the Lightspeed Service REST API.
421
417
make schema
422
418
```
423
419
424
-
## Data Collector Service
425
-
426
-
The data collector service is a standalone service that runs separately from the main web service. It is responsible for collecting and sending user data including feedback and transcripts to an ingress server for analysis and archival.
427
-
428
-
### Features
429
-
430
-
-**Periodic Collection**: Runs at configurable intervals
431
-
-**Data Packaging**: Packages feedback and transcript files into compressed tar.gz archives
432
-
-**Secure Transmission**: Sends data to a configured ingress server with optional authentication
433
-
-**File Cleanup**: Optionally removes local files after successful transmission
434
-
-**Error Handling**: Includes retry logic and comprehensive error handling
435
-
436
-
### Configuration
437
-
438
-
The data collector service is configured through the `user_data_collection.data_collector` section in your configuration file:
0 commit comments