TelemetryService
TelemetryService defines the configuration of the telemetry push service, associated with DeviceShifuTelemetryPushSettings in ConfigMap.
- apiVersion: shifu.edgenesis.io/v1alpha1 
- kind: - TelemetryService
- metadata - name
 Indicates the name of this telemetry service, the content corresponds totelemetryCollectionServicein Configmap.
- namespace
 Indicates the namespace where the telemetry service is located, please make sure it is under the same namespace as theconfigmapfile.
 
- name
- spec (Spec) 
 Describes the specification of an EdgeDevice.- type (string)
 Describes the protocol of the push service.
- address (string)
 Describes the address of the push service.
- serviceSettings (ServiceSettings)
 Describes the push settings for the push service.
 
- type (string)
ServiceSettings
- HTTPSetting(HTTPSetting)
 Push service HTTP protocol settings.
- MQTTSetting(MQTTSetting)
 Push service MQTT protocol settings