Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozart Petter committed May 16, 2020
1 parent 32dd6f2 commit 1b86d5b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,20 @@ Talaiot will send to the RethinkDb server defined in the configuration the value


#### Custom Publishers
Talaiot allows using custom Publishers defined by the requirements of your environment, in case you are using another implementation.
Check [here](https://github.com/cdsap/Talaiot/wiki/Publishers#custompublisher) how to define a custom publisher
Talaiot allows using custom publishers defined by the requirements of your environment, in case you are using another implementation.

```
talaiot {
publishers {
// You can define one or more custom publishers:
customPublishers(
MyCustomPublisher()
)
}
}
```

Read more about it in the [Publishers wiki page](https://github.com/cdsap/Talaiot/wiki/Publishers#custompublishers)

### Metrics
We can include extra information on the build and task tracked data during the build. This information will be added to the default metrics defined.
Expand Down

0 comments on commit 1b86d5b

Please sign in to comment.