Skip to content

Commit

Permalink
document transmit_decoded_records configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdemers6 committed Jan 16, 2025
1 parent 00e5880 commit b214980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ For ease of installation and operation, run Fleet Telemetry on Kubernetes or a s
"json_log_enable": bool,
"namespace": string - kafka topic prefix,
"reliable_ack": bool - for use with reliable datastores, recommend setting to true with kafka,
"transmit_decoded_records": bool - if true, transmit JSON to dispatchers instead of proto.
"monitoring": {
"prometheus_metrics_port": int,
"profiler_port": int,
Expand Down
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ type Config struct {
Records map[string][]telemetry.Dispatcher `json:"records,omitempty"`

// TransmitDecodedRecords if true decodes proto message before dispatching it to supported datastores
// when vehicle configuration has prefer_typed set to true, enum fields will have a prefix
TransmitDecodedRecords bool `json:"transmit_decoded_records,omitempty"`

// MetricCollector collects metrics for the application
Expand Down

0 comments on commit b214980

Please sign in to comment.