Change transport reporting strategy to be backward compatible
This commit is contained in:
parent
22073936e0
commit
614f9d0ca3
@ -874,7 +874,7 @@ transport:
|
|||||||
# - 'first': Only the first activity event in each reporting period is reported.
|
# - 'first': Only the first activity event in each reporting period is reported.
|
||||||
# - 'last': Only the last activity event in the reporting period is reported.
|
# - 'last': Only the last activity event in the reporting period is reported.
|
||||||
# - 'first-and-last': Both the first and last activity events in the reporting period are reported.
|
# - 'first-and-last': Both the first and last activity events in the reporting period are reported.
|
||||||
reporting_strategy: "${TB_TRANSPORT_ACTIVITY_REPORTING_STRATEGY:first-and-last}"
|
reporting_strategy: "${TB_TRANSPORT_ACTIVITY_REPORTING_STRATEGY:last}"
|
||||||
json:
|
json:
|
||||||
# Cast String data types to Numeric if possible when processing Telemetry/Attributes JSON
|
# Cast String data types to Numeric if possible when processing Telemetry/Attributes JSON
|
||||||
type_cast_enabled: "${JSON_TYPE_CAST_ENABLED:true}"
|
type_cast_enabled: "${JSON_TYPE_CAST_ENABLED:true}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user