File tree 2 files changed +3
-3
lines changed
content/en/docs/zero-code/java/agent
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ is the name of a remote service to which a connection is made. It corresponds to
123
123
` service.name ` in the [ resource] ( /docs/specs/semconv/resource/#service ) for the
124
124
local service.
125
125
126
- {{% config_option name="otel.instrumentation.common.peer-service-mapping" % }}
126
+ {{< config_option name="otel.instrumentation.common.peer-service-mapping" > }}
127
127
128
128
Used to specify a mapping from host names or IP addresses to peer services, as a
129
129
comma-separated list of ` <host_or_ip>=<user_assigned_name> ` pairs. The peer
@@ -150,7 +150,7 @@ while `1.2.3.4:443` will have have `peer.service` of `cats-service` and requests
150
150
to ` dogs-abcdef123.serverlessapis.com:80/api/v1 ` will have an attribute of
151
151
` dogs-api ` .
152
152
153
- {{% /config_option % }}
153
+ {{< /config_option > }}
154
154
155
155
### DB statement sanitization
156
156
Original file line number Diff line number Diff line change 16
16
< span class ="label "> Default</ span > : {{ .Get "default" }}< br >
17
17
{{ end -}}
18
18
< span class ="label "> Description</ span > :
19
- {{ trim .InnerDeindent "\n " }}
19
+ {{ trim .InnerDeindent "\n " | markdownify }}
20
20
</ div >
You can’t perform that action at this time.
0 commit comments