Skip to content

Commit

Permalink
Add config in api-manager.xml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
senthuran16 committed Oct 23, 2023
1 parent 0730eb6 commit 5a21822
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,11 @@
<LogTracer>
<Enabled>{{apim.open_telemetry.log_tracer.enable}}</Enabled>
</LogTracer>
<ResourceAttributes>
{% for attribute in apim.open_telemetry.resource_attributes %}
<{{attribute.name}}>{{attribute.value}}</{{attribute.name}}>
{% endfor %}
</ResourceAttributes>
</OpenTelemetry>

<OpenTracer>
Expand Down

0 comments on commit 5a21822

Please sign in to comment.