Skip to content

Commit

Permalink
Updated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
fthevenet committed Apr 16, 2021
1 parent 7493d0e commit 1ff045b
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 148 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Released on Thu, 24 Oct 2019

> This release of the plugin requires binjr v2.10.0 or higher.
* _[New]_ New worksheets' time range are now automatically set to the last 24 hours from the last captured sample.


Expand Down
3 changes: 2 additions & 1 deletion UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* _[New]_ Plugin compatible with binjr v3.0.0 and higher
* _[New]_ Plugin compatible with binjr v3.0.0 and higher
* _[New]_ Added a demo log file source.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.api.internal.file.copy.CopyActionProcessingStream
import java.text.SimpleDateFormat

/*
* Copyright 2019-2020 Frederic Thevenet
* Copyright 2019-2021 Frederic Thevenet
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -187,7 +187,7 @@ markdownToHtml {
" <br>\n" +
" <hr>\n" +
" <p style=\"text-align:left;\">\n" +
" (c) 2016-2019 <a href=\"https://www.fthevenet.eu\">Frederic Thevenet</a>\n" +
" (c) 2016-2021 <a href=\"https://www.fthevenet.eu\">Frederic Thevenet</a>\n" +
" <span style=\"float:right;\"><a href=\"https://binjr.eu\">https://binjr.eu</a></span>\n" +
" </p>\n" +
"</footer>"
Expand Down
8 changes: 5 additions & 3 deletions distribution/info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@

A plugin for binjr that provides data sources for demonstration purposes.

> This plugin requires *binjr* v3.0.0 or later.
## Trying it out
1. Make sure [binjr](https://binjr.eu) is installed on your system (visit https://binjr.eu to get the latest release)
and make a note of the folder it is installed in.
2. Download the `binjr-adapter-demo-1.x.x.zip` archive.
3. Copy the `binjr-adapter-demo-1.x.x.jar` file contained in the zip file into the `plugins` folder of your
2. Download the `binjr-adapter-demo-3.x.x.zip` archive.
3. Copy the `binjr-adapter-demo-3.x.x.jar` file contained in the zip file into the `plugins` folder of your
[binjr](https://binjr.eu) installation.
4. Start [binjr](https://binjr.eu) (or restart it if it was runnning when you copied the plugin) and open the `demo.bjr`
workspace contained in the zip (from the command menu, select `Workspaces > Open...`, or press Ctrl+O)
Expand All @@ -16,7 +18,7 @@ A plugin for binjr that provides data sources for demonstration purposes.
## Troubleshooting
* _"I get a `Could not find a registered adapter for key eu.binjr.sources.demo.adapters.DemoDataAdapter` error message when trying to open the demo.bjr workspace."_

Please ensure that the `binjr-adapter-demo-1.x.x.jar` file is present in binjr's `plugins` folder and that is has been
Please ensure that the `binjr-adapter-demo-3.x.x.jar` file is present in binjr's `plugins` folder and that is has been
properly loaded.
- From the settings panel, expend the `Data Adapter` section and check that the "Demo Data Adpater" is listed in
the Available Data Adpaters table.
Expand Down
182 changes: 44 additions & 138 deletions distribution/info/demo.bjr

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
-->

<host name="Demo data, captured 2019-07-02 to 2019-10-07" >
<probe label="front-server" type="JMXConcMarkSweepGC8"/>
<probe timer="systemPoll" type="Meminfo26"/>
<probe type="CpuStatsLinux"/>
<probe timer="systemPoll" type="ProcessInfo26">
Expand Down

This file was deleted.

0 comments on commit 1ff045b

Please sign in to comment.