Skip to content

Commit 3d0d493

Browse files
authored
Bump to the newest HT config with snake case (#225)
* Bump to the newest HT config with snake case Signed-off-by: Pavol Loffay <[email protected]> * change to snake Signed-off-by: Pavol Loffay <[email protected]>
1 parent e30ccde commit 3d0d493

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

Diff for: example-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
serviceName: service_name
1+
service_name: service_name
22
reporting:
33
endpoint: http://localhost:9411/api/v2/spans

Diff for: javaagent-core/src/test/resources/config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
serviceName: service
1+
# use snake case for newly added fields
2+
service_name: service
23
propagationFormats:
34
- B3
45
reporting:
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
serviceName: app_under_test
1+
service_name: app_under_test
22
reporting:
33
endpoint: http://localhost:9411
44
secure: true
5-
dataCapture:
6-
httpHeaders:
5+
data_capture:
6+
http_headers:
77
request: false
88
response: false
9-
httpBody:
9+
http_body:
1010
request: false
1111
response: false
12-
rpcMetadata:
12+
rpc_metadata:
1313
request: false
1414
response: false
15-
rpcBody:
15+
rpc_body:
1616
request: false
1717
response: false

0 commit comments

Comments
 (0)