From bd82a4ecfb63fb4afded80c535a37a7ba08782a4 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 22 Aug 2017 14:26:23 -0600 Subject: [PATCH] docs(README.md): remove outdated license blurb --- README.md | 50 ++++++++++++++++++-------------------------------- 1 file changed, 18 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 4ab8fc0..585ded7 100644 --- a/README.md +++ b/README.md @@ -70,48 +70,34 @@ DEV_REGISTRY=myhost:5000 make push ### Architecture Diagram ``` - ┌────────┐ + ┌────────┐ │ Router │ ┌────────┐ └────────┘ │ Logger │ │ └────────┘ - Log file │ - │ │ - ▼ ▼ + Log file │ + │ │ + ▼ ▼ ┌────────┐ ┌─────────┐ logs/metrics ┌─────┐ │App Logs│──Log File──▶│ fluentd │───────topics─────▶│ NSQ │ └────────┘ └─────────┘ └─────┘ - │ - │ -┌─────────────┐ │ -│ HOST │ ▼ + │ + │ +┌─────────────┐ │ +│ HOST │ ▼ │ Telegraf │───┐ ┌────────┐ └─────────────┘ │ │Telegraf│ │ └────────┘ -┌─────────────┐ │ │ -│ HOST │ │ ┌───────────┐ │ -│ Telegraf │───┼───▶│ InfluxDB │◀────Wire ─────────┘ -└─────────────┘ │ └───────────┘ Protocol - │ ▲ -┌─────────────┐ │ │ -│ HOST │ │ ▼ -│ Telegraf │───┘ ┌──────────┐ -└─────────────┘ │ Grafana │ - └──────────┘ +┌─────────────┐ │ │ +│ HOST │ │ ┌───────────┐ │ +│ Telegraf │───┼───▶│ InfluxDB │◀────Wire ─────────┘ +└─────────────┘ │ └───────────┘ Protocol + │ ▲ +┌─────────────┐ │ │ +│ HOST │ │ ▼ +│ Telegraf │───┘ ┌──────────┐ +└─────────────┘ │ Grafana │ + └──────────┘ ``` -## License - -© 2016 Engine Yard, Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); you may -not use this file except in compliance with the License. You may obtain -a copy of the License at - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - [issues]: https://github.com/deis/logger/issues [prs]: https://github.com/deis/logger/pulls