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

Support to set applicationName and agentId by application #5562

Open
quaff opened this issue May 6, 2019 · 0 comments
Open

Support to set applicationName and agentId by application #5562

quaff opened this issue May 6, 2019 · 0 comments
Labels

Comments

@quaff
Copy link

quaff commented May 6, 2019

Which module is your feature request related to?
Agent

Is your feature request related to a problem?
Typically application server should be identical for every application and instance, this is convenient to duplicate instances, especially useful for container runtime like k8s.
currently applicationName and agentId must be configured by VM arguments, runtime configuration is unique per instance.

Describe the solution you'd like
Defer getting applicationName and agentId from system property, allow application set "pinpoint.applicationName" and "pinpoint.agentId" via System::setProperty, application can reuse existed property such as "application.name" of spring boot, and dynamic generated agentId which cannot be predicated in VM args.

@Xylus Xylus added the proposal label May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants