From c5085c08c5abc33b61fd35f07188263f5ddefba5 Mon Sep 17 00:00:00 2001 From: Lenz Grimmer Date: Mon, 28 Mar 2022 09:09:27 +0200 Subject: [PATCH] PG-206: Add ADOPTERS.md file Added a basic `ADOPTERS.md` placeholder file for capturing user success stories. Signed-off-by: Lenz Grimmer --- ADOPTERS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ADOPTERS.md diff --git a/ADOPTERS.md b/ADOPTERS.md new file mode 100644 index 0000000..0d77165 --- /dev/null +++ b/ADOPTERS.md @@ -0,0 +1,20 @@ +# 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) |