Skip to content

Commit

Permalink
Improve wording around example data store implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Sinjakli <chris@gocardless.com>
  • Loading branch information
Chris Sinjakli committed Mar 12, 2019
1 parent 5cae3b4 commit 5dce3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/prometheus/client/data_stores/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,11 @@ repository for these.
This is just an example of how one could implement a data store, and a clarification on
the "aggregation" point

Important: This is **VAPORWARE**, intended simply to show how this could work / how to
Important: This is a **toy example**, intended simply to show how this could work / how to
implement these interfaces.

There are some key pieces of code missing, which are fairly uninteresting, this only shows
the parts that illustrate the idea of storing multiple different values, and aggregate
the parts that illustrate the idea of storing multiple different values, and aggregating
them

```ruby
Expand Down

0 comments on commit 5dce3e5

Please sign in to comment.