Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support upstream autodetection ofservice.version#4010

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
trask wants to merge2 commits intoappInsights3.7
base:appInsights3.7
Choose a base branch
Loading
fromservice-version

Conversation

trask
Copy link
Member

@trasktrask commentedJan 8, 2025
edited
Loading

@trasktrask changed the titleService versionSupport upstream autodetection ofservice.versionJan 8, 2025
Comment on lines -307 to -311
// only set role instance to host name as a last resort
if (config.role.instance == null) {
String hostname = HostName.get();
config.role.instance = hostname == null ? "unknown" : hostname;
}
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

need to remove this, it's already a fallback provided by the azure monitor opentelemetry autoconfigure module, and by adding it too early here it prevents other (higher priority) fallbacks from getting used

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@jeanbisuttijeanbisuttiAwaiting requested review from jeanbisuttijeanbisutti will be requested when the pull request is marked ready for reviewjeanbisutti is a code owner

@ramthiramthiAwaiting requested review from ramthiramthi will be requested when the pull request is marked ready for reviewramthi is a code owner

@harsimarharsimarAwaiting requested review from harsimarharsimar will be requested when the pull request is marked ready for reviewharsimar is a code owner

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@trask

[8]ページ先頭

©2009-2025 Movatter.jp