Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: PC-13027 PC-13029 Add Azure Monitor managed service for Prometh… #437

Merged
merged 12 commits into from
Jun 19, 2024

Conversation

dawidwisn
Copy link
Contributor

@dawidwisn dawidwisn commented Jun 3, 2024

Motivation

Support new integration with Azure Monitor managed service for Prometheus

Summary

New fields in Agent spec:

 spec:
    azurePrometheus: 
      url: ""
      tenantId: ""

New fields in Metric Spec, example:

 countMetrics:
        incremental: false
        good:
          azurePrometheus:
            promql: ""
        total:
          azurePrometheus:
            promql: ""
  • azurePrometheus - name of the new integration
  • promql - a Prometheus query in the PromQL (Prometheus Query Language) that allows the user to select and aggregate time-series data in real-tim

Release Notes

Added Azure Monitor managed service for Prometheus Agent, and Metric Spec extending both v1alpha.Agent.Spec and v1alpha.SLO.MetricSpec.

@n9-machine-user n9-machine-user added enhancement New feature or request go minor labels Jun 3, 2024
Missing LogicMonitor tests
@dawidwisn dawidwisn marked this pull request as ready for review June 3, 2024 14:46
@paulina-n9
Copy link

lgtm 👌🏻

@dawidwisn dawidwisn merged commit cd7b62d into main Jun 19, 2024
5 checks passed
@dawidwisn dawidwisn deleted the PC-13027-support-for-azure-prometheus branch June 19, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants