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

monitoring setup configure mtls and assign unique identifiers to otlp service names for trace display #289

Conversation

Bianco95
Copy link
Collaborator

@Bianco95 Bianco95 commented Sep 6, 2024

The initProvider function for both the VirtualKubelet and InterLink has been updated. The service name now follows a new naming convention

"InterLink-Plugin-" + uniqueID

Here, uniqueID is either sourced from an external environment variable or generated randomly if not provided.
Additionally, mutual TLS (mTLS) is now supported. Both the VirtualKubelet and InterLink can load the Certificate Authority (CA) along with the trusted client.key and client.crt files to ensure secure communication and authentication.

@dciangot dciangot changed the title 287 monitoring setup configure mtls and assign unique identifiers to otlp service names for trace display monitoring setup configure mtls and assign unique identifiers to otlp service names for trace display Sep 16, 2024
…gn-unique-identifiers-to-otlp-service-names-for-trace-display
@dciangot dciangot self-requested a review September 16, 2024 09:30
Copy link
Collaborator

@dciangot dciangot left a comment

Choose a reason for hiding this comment

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

LGTM

@dciangot dciangot merged commit b9526ab into main Sep 16, 2024
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Monitoring Setup: Configure mTLS and Assign Unique Identifiers to OTLP Service Names for Trace Display
2 participants