Closed kmhagan closed 3 years ago
@lamafab @ironoa, This feature is a good addition to the telemetry. Can this be merged it's a nice feature to have for users that are are using different telemetries for different purposes.
Fixed this: https://github.com/w3f/polkadot-validator-setup/commit/f3d1b7d519da68a9717669c747f787c6cd088e13
Sorry for the delay.
Hello,
I created a PR to address https://github.com/w3f/polkadot-secure-validator/issues/59. This adds support for multiple telemetry links by having the user provide a comma separated list to the variable
telemetryUrl
. It leverages the same variable name to be backwards compatible with original variable and value.This PR also cleans up the formatting of the service file by removing excess spacing that was caused by the conditional statements.
Example:
Will produce:
Let me know if you have any concerns with this implementation and thank you for maintaning this repo!