Skip to content

Commit

Permalink
site/plugins: change reference name in "Defining the Reporter Interfa…
Browse files Browse the repository at this point in the history
…ce section"
  • Loading branch information
Alessandro Puccetti committed Nov 29, 2016
1 parent c86c476 commit 9b85635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following topics are discussed:
* [Naming Nodes](#naming-nodes)
* [A Guide to Developing Plugins](#plugins-developing-guide)
* [Setting up the Structure](#structure)
* [Defining the Reporter Interface](#reporter-interface)
* [Defining the Reporter Interface](#defining-reporter-interface)
* [Report Data Structures](#report-data-structures)

Any kind of metrics can be generated and inserted into Scope using custom plugins. Metrics generated through your plugin are displayed in the user interface alongside the standard set of metrics that are found in Weave Scope.
Expand Down Expand Up @@ -335,7 +335,7 @@ func main() {

```

### <a id="reporter-interface"></a>Defining the Reporter Interface
### <a id="defining-reporter-interface"></a>Defining the Reporter Interface

As stated in the [How Plugins Communicate with Scope](#plugins-internals) section, the reporter interface is mandatory.
Implementing the reporter interface means handling `GET /report` requests.
Expand Down

0 comments on commit 9b85635

Please sign in to comment.