Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef24a5f

Browse files
committedNov 27, 2024·
Remove the mapping of app.kubernetes.io/instance to service.instance.id, because multiple containers
should never share the same `service.instance.id`
1 parent 8420019 commit ef24a5f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎apis/v1alpha1/instrumentation_types.go

-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ type Defaults struct {
152152
// - `app.kubernetes.io/name` becomes `service.name`
153153
// - `app.kubernetes.io/version` becomes `service.version`
154154
// - `app.kubernetes.io/part-of` becomes `service.namespace`
155-
// - `app.kubernetes.io/instance` becomes `service.instance.id`
156155
UseLabelsForResourceAttributes bool `json:"useLabelsForResourceAttributes,omitempty"`
157156
}
158157

‎docs/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53999,4 +53999,4 @@ Deployment, Daemonset, StatefulSet.<br/>
5399953999
</td>
5400054000
<td>false</td>
5400154001
</tr></tbody>
54002-
</table>
54002+
</table>

0 commit comments

Comments
 (0)
Please sign in to comment.