Skip to content

Commit

Permalink
Merge pull request #1 from StrongestNumber9/initial_implementation
Browse files Browse the repository at this point in the history
Initial implementation
  • Loading branch information
kortemik authored Nov 7, 2024
2 parents d17278a + 3d4ac66 commit f1b725d
Show file tree
Hide file tree
Showing 24 changed files with 2,873 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
target/
35 changes: 17 additions & 18 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
// Before publishing your new repository:
// 1. Write the readme file
// 2. Update the issues link in Contributing section in the readme file
// 3. Update the discussion link in config.yml file in .github/ISSUE_TEMPLATE directory
= RELP Commit Latency Probe rlp_11

= repo-template

// Add a short description of your project. Tell what your project does and what it's used for.

This is a template repository for Teragrep organization.
Measures latency for RELP events.

== Features

// List your project's features
Provides Dropwizard metrics

== Documentation
Provides Prometheus endpoint

See the official documentation on https://docs.teragrep.com[docs.teragrep.com].
== Documentation

== Limitations

// If your project has limitations, please list them. Otherwise remove this section.
== How to compile

== How to [compile/use/implement]
[source]
----
mvn clean package
----

// add instructions how people can start to use your project
== How to use

== Contributing
[source]
----
java -jar rlp_11.jar
----

// Change the repository name in the issues link to match with your project's name
== Contributing

You can involve yourself with our project by https://github.com/teragrep/repo-template/issues/new/choose[opening an issue] or submitting a pull request.
You can involve yourself with our project by https://github.com/teragrep/rlp_11/issues/new/choose[opening an issue] or submitting a pull request.

Contribution requirements:

Expand Down
450 changes: 450 additions & 0 deletions eclipse-java-formatter.xml

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions license-header
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/*
* RELP Commit Latency Probe RLP-11
* Copyright (C) 2024 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*
* Additional permission under GNU Affero General Public License version 3
* section 7
*
* If you modify this Program, or any covered work, by linking or combining it
* with other code, such other code is not for that reason alone subject to any
* of the requirements of the GNU Affero GPL version 3 as long as this Program
* is the same Program as licensed from Suomen Kanuuna Oy without any additional
* modifications.
*
* Supplemented terms under GNU Affero General Public License version 3
* section 7
*
* Origin of the software must be attributed to Suomen Kanuuna Oy. Any modified
* versions must be marked as "Modified version of" The Program.
*
* Names of the licensors and authors may not be used for publicity purposes.
*
* No rights are granted for use of trade names, trademarks, or service marks
* which are in The Program if any.
*
* Licensee must indemnify licensors and authors for any liability that these
* contractual assumptions impose on licensors and authors.
*
* To the extent this program is licensed as part of the Commercial versions of
* Teragrep, the applicable Commercial License may apply to this file if you as
* a licensee so wish it.
*/
Loading

0 comments on commit f1b725d

Please sign in to comment.