Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
docs: add deprecation notice to readme (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Jan 30, 2025
1 parent 6bb5c24 commit e2c5bd7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<details>
<summary>Old readme</summary>

Service discovery extracts all the potentially useful information from different sources, converts it to the
configurations and exports them to the different destinations.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -288,3 +295,5 @@ Application Options:
Help Options:
-h, --help Show this help message
```

</details>

0 comments on commit e2c5bd7

Please sign in to comment.