Cloud role name overrides
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 38/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- azure, java
- Domain
- observability
Research direction
Start with the linked Azure Monitor Java standalone configuration documentation, especially the preview roleNameOverrides section, then locate the existing implementation of that feature in the repository. Determine how the request hostname is exposed to the agent and how override matching currently works. Done means hostname-based prefixes can select the configured role name, with coverage for the examples in the issue.
Written by the indexing model from the issue text.
Description
I've seen the preview feature, which I think is great: https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-config#cloud-role-name-overrides-preview
I think it would be a good extension if you could also use the hostname as a prefix.
e.g. you have two domains like https://app1.my-domain.com and https://app2.my-domain.com
E.g.
{
"preview": {
"roleNameOverrides": [
{
"hostPrefix": "app1",
"roleName": "Role A"
},
{
"hostPrefix": "app2",
"roleName": "Role B"
}
]
}
}
or
{
"preview": {
"roleNameOverrides": [
{
"hostPrefix": "app1.my-domain.com ",
"roleName": "Role A"
},
{
"hostPrefix": "app2.my-domain.com ",
"roleName": "Role B"
}
]
}
}
- Dominant language
- Java
- Stars
- 327
- Forks
- 222
- Avg merge
- 22h 34m
- Merged PRs (30d)
- 14
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/ApplicationInsights-Java
-
microsoft/ApplicationInsights-Java#4851 · 1 assignee ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
microsoft/ApplicationInsights-Java#4817 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 42/100
microsoft/ApplicationInsights-Java#4770 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
microsoft/ApplicationInsights-Java#4769 · 2 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
microsoft/ApplicationInsights-Java#4729 · 121 comments ·
All issues in microsoft/ApplicationInsights-Java
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
elastic/gradle-plugins#157 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
cryptomator/hub#497 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
johanhaleby/occurrent#1120 ·