wu-sheng commented on a change in pull request #95:
URL:
https://github.com/apache/skywalking-satellite/pull/95#discussion_r770617261
##########
File path: configs/satellite_config.yaml
##########
@@ -32,6 +32,20 @@ telemetry:
service: ${SATELLITE_TELEMETRY_SERVICE:satellite-service}
# The minimum running unit, such as the pod concept in the Kubernetes.
instance: ${SATELLITE_TELEMETRY_SERVICE:satellite-instance}
+ # Telemetry export type, support "prometheus", "metrics_service" or "none"
+ export_type: ${SATELLITE_TELEMETRY_EXPORT_TYPE:metrics_service}
+ # Export to prometheus configuration, only works on "prometheus" exporter
+ prometheus:
+ # The prometheus server address.
+ address: ${SATELLITE_TELEMETRY_PROMETHEUS_ADDRESS::1234}
+ # The prometheus server metrics endpoint.
+ endpoint: ${SATELLITE_TELEMETRY_PROMETHEUS_ENDPOINT:/metrics}
+ # Export to MetricsService configuration, only works on "metrics_service"
exporter
Review comment:
```suggestion
# Export telemetry data through native meter format to OAP backend, only
works on "metrics_service" exporter
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]