-
Notifications
You must be signed in to change notification settings - Fork 121
NLB-7129: update metrics migration steps #1426
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
base: main
Are you sure you want to change the base?
Conversation
content/nginxaas-azure/monitoring/migrate-to-platform-metrics.md
Outdated
Show resolved
Hide resolved
| 6. Update the signal name to point to the equivalent Platform metric. For example: | ||
| - Replace `nginx.http.request.count` (Custom metric) with `nginx.http.request.count` (Platform metric) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like no update is needed as the metric name is the same.
| 3. Select the alert rule you want to migrate, then select **Edit**. | ||
| 4. In the **Conditions** tab, select the current **Signal name** to modify it. | ||
| 5. Replace the Custom metrics signal with the corresponding Platform metrics signal: | ||
| - Custom metrics signals use the `Azure.ApplicationInsights` namespace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think Azure.ApplicationInsights is the namespace for Custom Metrics, it changes based on the metric category. I don't think you need to mention the namespace for Custom Metrics just mention the one for Platform metrics and that should be sufficient.
Proposed changes
Checklist
Before sharing this pull request, I completed the following checklist:
Footnotes
Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the style guide for guidance about placeholder content. ↩