Skip to content

Commit

Permalink
feat: Provide support for scraping metrics for Azure SQL Elastic Pool (
Browse files Browse the repository at this point in the history
…#1509)

* WIP

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

* Ship it 🐿

Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored Feb 12, 2021
1 parent e2d418f commit f63349c
Show file tree
Hide file tree
Showing 25 changed files with 755 additions and 238 deletions.
4 changes: 4 additions & 0 deletions changelog/content/experimental/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ version:
| [#352](https://github.com/tomkerkhove/promitor/issues/352))
- {{% tag added %}} Support for scraping Azure Front Door account ([docs](https://promitor.io/configuration/v2.x/metrics/front-door)
| [#343](https://github.com/tomkerkhove/promitor/issues/343))
- {{% tag added %}} Support for scraping Azure SQL Elastic Pool ([docs](https://promitor.io/configuration/v2.x/metrics/sql-elastic-pool)
| [#319](https://github.com/tomkerkhove/promitor/issues/319))
- {{% tag changed %}} Provide better usability in terms of startup and configuration insights ([#1474](https://github.com/tomkerkhove/promitor/issues/1474))

**Resource Discovery (Container)**
Expand All @@ -18,5 +20,7 @@ version:
| [#352](https://github.com/tomkerkhove/promitor/issues/352))
- {{% tag added %}} Support for discovering Azure Front Door resources ([docs](https://promitor.io/configuration/v2.x/metrics/front-door)
| [#343](https://github.com/tomkerkhove/promitor/issues/343))
- {{% tag added %}} Support for scraping Azure SQL Elastic Pool ([docs](https://promitor.io/configuration/v2.x/metrics/sql-elastic-pool)
| [#319](https://github.com/tomkerkhove/promitor/issues/319))
- {{% tag changed %}} Provide better usability in terms of startup and configuration insights ([#1474](https://github.com/tomkerkhove/promitor/issues/1474))
- {{% tag fixed %}} Provide case-invarient lookups for resource group filtering ([#1492](https://github.com/tomkerkhove/promitor/issues/1492))
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ resourceDiscoveryGroups:
type: SqlDatabase
- name: sql-managed-instances
type: SqlManagedInstance
- name: sql-elastic-pools
type: SqlElasticPool
- name: sql-servers
type: SqlServer
- name: storage-accounts
Expand Down
Loading

0 comments on commit f63349c

Please sign in to comment.