From 5d1fe871b54c4c2b8e3f51a148a3d8be0601f5ae Mon Sep 17 00:00:00 2001 From: sam-at-luther Date: Mon, 3 Jul 2023 16:28:01 -0700 Subject: [PATCH] Update README to mark as DEPRECATED --- README.md | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 39af52c..35988a9 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,6 @@ # README # -This README would normally document whatever steps are necessary to get your application up and running. - -### What is this repository for? ### - -* Quick summary -* Version -* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) - -### How do I get set up? ### - -* Summary of set up -* Configuration -* Dependencies -* Database configuration -* How to run tests -* Deployment instructions - -### Contribution guidelines ### - -* Writing tests -* Code review -* Other guidelines - -### Who do I talk to? ### - -* Repo owner or admin -* Other community or team contact \ No newline at end of file +*DEPRECATED*: This repo is hosted for historical reasons. Pushprox was a +library to help solve the scraping problem of fetching prometheus metrics out +of chaincode. This is no longer a problem, now that we have external chaincode +which is scraped by prometheus directly.