Skip to content

Promitor Resource Discovery v0.4.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 07 May 18:34
c2b9537

What's new?

Here are some important things you should know, for a full list see changelog.promitor.io.

  • Provide scraper for Azure Monitor Autoscale (docs | #1593)

Deprecations

None.

Breaking Changes

None.
Running Promitor Resource Discovery is super easy:

docker run -d -p 9999:80 --name promitor-agent-resource-discovery   \
                  --env PROMITOR_AUTH_APPID='<azure-ad-app-id>'   \
                  --env-file C:/Promitor/promitor-discovery-auth.creds   \
                  --volume C:/Promitor/resource-discovery-declaration.yaml:/config/resource-discovery-declaration.yaml   \
                  --volume C:/Promitor/resource-discovery-runtime.yaml:/config/runtime.yaml   \
                  ghcr.io/tomkerkhove/promitor-agent-resource-discovery:0.4.0

Docker Image information

New Docker image tags are available:

  • latest, latest-linux, latest-windows
  • 0.4.0, 0.4.0-linux, 0.4.0-windows
  • 0.4, 0.4-linux, 0.4-windows

Docker image is available on GitHub Container Registry.

For more information about our tagging strategy, feel free to read our documentation.

Changes:

  • #1627: chore(deps): update dependency lint-staged to v11
  • #1622: docs: Clarify docs what fields are required, when using static resources
  • #1592: chore(deps): update .net core docker containers docker tags
  • #1624: feat: Provide scraper for Azure Monitor Autoscale
  • #1623: chore(deps): update dependency humanizer to v2.10.1
  • #1620: chore(deps): update dependency flurl to v3.0.2
  • #1619: feat: Provide capability to limit the amount of resources to query when using filters/dimensions
  • #1612: Thank you @LovelaceEngineering for sponsoring!
  • #1617: chore(deps): update swashbuckle monorepo to v6.1.4
  • #1618: chore(deps): bump rexml from 3.2.4 to 3.2.5 in /docs
See More
  • #1613: feat: Provide capability to define default custom labels
  • #1610: chore(deps): update dependency arcus.webapi.logging to v1.3.1
  • #1611: chore(deps): update dependency humanizer to v2.9.9
  • #1606: Provide capability to transform metric labels in Prometheus
  • #1600: chore(deps): update swashbuckle monorepo to v6.1.3
  • #1599: chore(deps): update dependency spectre.console to v0.39.0
  • #1594: chore(deps): update dependency microsoft.azure.storage.queue to v11.2.3
  • #1588: chore(deps): update swashbuckle monorepo to v6.1.2
  • #1587: chore(deps): update dependency yamldotnet to v11.1.1
  • #1590: chore(deps): update dependency polly to v7.2.2
  • #1589: chore: [Snyk] Security upgrade github-pages from 213 to 213
  • #1584: docs: Editorial changes for walkthrough for managed identity
  • #1578: docs: Provide walkthrough for managed identity

This list of changes was auto generated.