Skip to content

Commit

Permalink
No need to maintain the scrapers
Browse files Browse the repository at this point in the history
No need to maintain the scrapers, relates to #427
  • Loading branch information
tomkerkhove authored Mar 25, 2019
1 parent 72670e1 commit 92339ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions adding-a-new-scraper.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ This guide walks you through the process of adding a new scraper type.

-------------------------

## Samples
Provide a sample configuration in `samples\promitor-sample.yaml`.

## Configuration
1. Add your new scraping type to `ResourceType`
2. Describe what your configuration by creating `<New-Type>MetricDefinition`and inherit from `MetricDefinition`
Expand Down Expand Up @@ -44,4 +41,4 @@ It would be good if you could provide documentation on the following:
2. What fields need to be configured and what they are for
3. An example configuration

This should be provided in a new file under `docs\configuration\metrics`.
This should be provided in a new file under `docs\configuration\metrics`.

0 comments on commit 92339ea

Please sign in to comment.