-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbe6170
commit 9d42ca4
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...tor/src/main/java/com/navercorp/pinpoint/otlp/collector/model/OtlpResourceAttributes.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.navercorp.pinpoint.otlp.collector.model; | ||
|
||
/** | ||
* @author minwoo-jung | ||
*/ | ||
public class OtlpResourceAttributes { | ||
public static final String KEY_SERVICE_NAME = "service.name"; | ||
public static final String KEY_SERVICE_NAMESPACE = "service.namespace"; | ||
public static final String KEY_PINPOINT_AGENTID = "pinpoint.agentId"; | ||
public static final String KEY_PINPOINT_METRIC_VERSION = "pinpoint.metric.version"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters