-
Notifications
You must be signed in to change notification settings - Fork 15
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
Real User Monitoring configuration naming #246
Comments
I think this is a good find...there is probably inconsistency there. My preference is to leave stable but correct the implementations to match the spec. It should be implemented as an additive change, so that the old name still works but the new name is documented and preferred. |
Actually, after another read though I think I disagree with this assertion. This quote:
...I think was intending to specifically be referring to environment variables. The two RUM items you call out above are NOT injected through the environment, and I think therefore are not subject to the requirement. I still think we should keep it stable. |
@t2t2 @seemk What is your opinion on this? Would you prefer to keep the existing configuration naming? Changing it would probably be annoying for the users. On the other hand, the PS. I am fine closing this issue. It is just a double-check before our distro goes GA. |
I guess |
@seemk Do you want to deprecate existing ones (and still support them) and define new ones? |
I don't think it makes as much sense, in case of environment variables
Closest match to environment variables problem would be build-time replacement of variables, eg
But as this passes into developer decisions of how to include the library, it is not relevant |
Closing. |
From https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/configuration.md
Therefore shouldn't the all configuration like have a
splunk
prefix e.g.rumAccessToken
->splunkAccessToken
realm
->splunkRealm
I know that the section is marked as "Stable". But I believe it is still experimental. See #247
The text was updated successfully, but these errors were encountered: