Skip to content

Commit

Permalink
feat: Provide scraper for Azure Data Factory & Data Share (#1742)
Browse files Browse the repository at this point in the history
* Remove TODOs

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Add configuration

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Add validation

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Add scraper

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Implement scrapers

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Update changelog

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Provide docs for scrapers

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Provide resource discovery

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Cleanup

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Improve scrapers

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Finalize

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>

* Reset config

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored Aug 26, 2021
1 parent 5dcd8ed commit 438bf99
Show file tree
Hide file tree
Showing 37 changed files with 1,335 additions and 263 deletions.
4 changes: 4 additions & 0 deletions changelog/content/experimental/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ version:

#### Scraper

- {{% tag added %}} Provide scraper for Azure Data Factory ([docs](https://promitor.io/configuration/v2.x/metrics/data-factory)
| [#359](https://github.com/tomkerkhove/promitor/issues/359))
- {{% tag added %}} Provide scraper for Azure Data Share ([docs](https://promitor.io/configuration/v2.x/metrics/data-share)
| [#1678](https://github.com/tomkerkhove/promitor/issues/1678))
- {{% tag added %}} Provide system metrics related to agent performance & resources ([docs](https://promitor.io/operations/#performance)
| [#341](https://github.com/tomkerkhove/promitor/issues/341))
- {{% tag added %}} Provide system metrics indicating ARM throttling status ([docs](https://promitor.io/operations/#azure-resource-manager-api---consumption--throttling)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ resourceDiscoveryGroups:
type: ContainerRegistry
- name: cosmos-accounts
type: CosmosDb
- name: data-factory-landscape
type: DataFactory
- name: data-share-landscape
type: DataShare
- name: dps
type: DeviceProvisioningService
- name: event-hubs-landscape
Expand Down
Loading

0 comments on commit 438bf99

Please sign in to comment.