Skip to content

Commit

Permalink
docs: Removed warning from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpattmann committed Nov 9, 2020
1 parent 0520b1a commit 3ac98dd
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# prometheus-timestream-adapter

:warning: **This is a very early version**: Be very careful here!

Prometheus-timestream-adapter is a service which receives [Prometheus](https://github.com/prometheus) metrics through [`remote_write`](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write), and sends them into [AWS Timestream](https://aws.amazon.com/timestream).

## Building
Expand Down
18 changes: 18 additions & 0 deletions handler.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// Copyright 2020 Dennis Pattmann <[email protected]>
//
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// 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.
//
// @author Dennis Pattmann <[email protected]>
// @copyright 2020 Dennis Pattmann <[email protected]>
// @license Apache-2.0

package main

import (
Expand Down
18 changes: 18 additions & 0 deletions handler_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// Copyright 2020 Dennis Pattmann <[email protected]>
//
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// 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.
//
// @author Dennis Pattmann <[email protected]>
// @copyright 2020 Dennis Pattmann <[email protected]>
// @license Apache-2.0

package main

import (
Expand Down

0 comments on commit 3ac98dd

Please sign in to comment.