Skip to content

Commit

Permalink
feat(PHP agent): Add CLM metadata env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mfulb committed Feb 6, 2023
1 parent e080f61 commit ac369a3
Showing 1 changed file with 88 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3571,6 +3571,94 @@ This section lists the settings that affect the reporting of code level metrics.
</Callout>

</Collapser>

<Collapser
id="NEW_RELIC_METADATA_COMMIT"
title="NEW_RELIC_METADATA_COMMIT"
>
<Callout variant="important">
This can only be set through an environment variable.
</Callout>
<table>
<tbody>
<tr>
<th>
Type
</th>

<td>
Integer
</td>
</tr>

<tr>
<th>
Default
</th>

<td>
`None`
</td>
</tr>

<tr>
<th>
[Set in](#options)
</th>

<td>
Environment variable
</td>
</tr>
</tbody>
</table>

The commit sha. The entire sha can be used or just the first seven characters (e.g., 734713b).
</Collapser>

<Collapser
id="NEW_RELIC_METADATA_RELEASE_TAG"
title="NEW_RELIC_METADATA_RELEASE_TAG"
>
<Callout variant="important">
This can only be set through an environment variable.
</Callout>
<table>
<tbody>
<tr>
<th>
Type
</th>

<td>
String
</td>
</tr>

<tr>
<th>
Default
</th>

<td>
`None`
</td>
</tr>

<tr>
<th>
[Set in](#options)
</th>

<td>
Environment variable
</td>
</tr>
</tbody>
</table>

A release tag (such as v0.1.209 or release-209).
</Collapser>
</CollapserGroup>


Expand Down

0 comments on commit ac369a3

Please sign in to comment.