|
|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright 2012-2020 the original author or authors. |
|
|
|
* Copyright 2012-2022 the original author or authors. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -51,9 +51,9 @@ public class WavefrontProperties extends PushRegistryProperties { |
|
|
|
private String apiToken; |
|
|
|
private String apiToken; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Global prefix to separate metrics originating from this app's white box |
|
|
|
* Global prefix to separate metrics originating from this app's instrumentation from |
|
|
|
* instrumentation from those originating from other Wavefront integrations when |
|
|
|
* those originating from other Wavefront integrations when viewed in the Wavefront |
|
|
|
* viewed in the Wavefront UI. |
|
|
|
* UI. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private String globalPrefix; |
|
|
|
private String globalPrefix; |
|
|
|
|
|
|
|
|
|
|
|
|