-
Notifications
You must be signed in to change notification settings - Fork 8
Documentation cleanup and addition of query-exporter metrics #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
75b3c31
docs: add query exporter monitoring documentation
Miggets7 bbdaf3d
Improved documentation based on feedback
Miggets7 bb50dc2
Apply suggestions from code review
Miggets7 0bc1792
Update query exporter documentation with Docker networking details
Miggets7 47ee606
WIP
richturner d3efecf
WIP
richturner 91424d0
Escape character
richturner bbd0f22
Merge branch 'main' into query-exporter
richturner 220bdd7
WIP
richturner aeac3c8
WIP
richturner 654fe29
WIP
richturner 8c22596
WIP
richturner cacac52
WIP
richturner 82235e6
WIP
richturner 7d63465
Fix broken link
richturner c052b4a
WIP
richturner f5e2c5a
Merge branch 'main' into doc-update
richturner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| sidebar_position: 10 | ||
| sidebar_position: 35 | ||
| --- | ||
|
|
||
| # Adding Widgets on Insights | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| sidebar_position: 13 | ||
| --- | ||
|
|
||
| # Agent and protocol SPI | ||
|
|
||
| See the `HTTPProtocol.java` as an example as this will give you a good guide of what to do to build protocol: | ||
|
|
||
| `agent/src/main/java/org/openremote/agent/protocol/http/HTTPProtocol.java` | ||
|
|
||
| Here’s some helpful info: | ||
|
|
||
| - Protocols are one instance per Agent; you’ll see that each Protocol has a corresponding Agent class see here for example. | ||
| - Each Asset type has a concrete class and Agents are a sub type of Asset so they therefore have their own classes also (this gives us better type safety) | ||
| - An Agent's configuration is stored in individual attributes; these attributes are defined in the Agent class. | ||
| - agentLink MetaItem now contains all the configuration needed to connect an attribute to a specific Agent |
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
docs/developer-guide/connecting-protocol-adaptors-with-agents.md
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| sidebar_position: 8 | ||
| sidebar_position: 12 | ||
| --- | ||
|
|
||
| # Creating a custom project | ||
|
|
||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| sidebar_position: 7 | ||
| sidebar_position: 11 | ||
| --- | ||
|
|
||
| # Docker Compose profiles | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.