From 1aa3081eafc83a67b3cb023cd15c33c89f367dd7 Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Thu, 1 Aug 2024 14:12:20 +0200 Subject: [PATCH] Drop adopters list (#480) --- ADOPTERS.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ADOPTERS.md diff --git a/ADOPTERS.md b/ADOPTERS.md deleted file mode 100644 index 0d77165..0000000 --- a/ADOPTERS.md +++ /dev/null @@ -1,20 +0,0 @@ -# List of pg_stat_monitor Adopters - -This is the list of organizations and users that publicly shared details of how -they are using pg_stat_monitor. - -Please send us a pull request if you want to be added or removed from this -list. - -The list of organizations that have publicly shared the usage of -pg_stat_monitor: - -| Organization | Description | Success Story | -| :--- | :--- | :--- | -| [Example](https://example.com/) | Example company running pg_stat_monitor for dev and production for core application | [English](./adopters/example/README.md) | - -The list of users that have publicly shared the usage of pg_stat_monitor. - -| User | Description | Success Story | -| :--- | :--- | :--- | -| [Example User](https://github.com/username) | Personal tests of pg_stat_monitor | [English](./adopters/users/username/README.md) |