diff --git a/README.md b/README.md index 7768ea7..92a7a9d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ sidebar_position: 300 # Service discovery +> [!WARNING] +> +> **Deprecation Notice**: This repository's service discovery functionality has been migrated to go.d.plugin in the main [Netdata repository](https://github.com/netdata/netdata). All future development, maintenance, and updates will continue there. + +
+Old readme + Service discovery extracts all the potentially useful information from different sources, converts it to the configurations and exports them to the different destinations. @@ -50,7 +57,7 @@ Tags special cases: Selectors special cases: -- `!word`: should not contain the word. +- `!word`: shouldn’t contain the word. - `word|word|word`: should contain any word. ## Discovery @@ -288,3 +295,5 @@ Application Options: Help Options: -h, --help Show this help message ``` + +
\ No newline at end of file