Skip to content

Commit

Permalink
Update .Net Label link to non-deprecated version (#4137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtirschek authored Aug 20, 2024
1 parent f9f345a commit 7f19117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/observability/apm/data-model.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ Defining too many unique fields in an index is a condition that can lead to a

* Go: {apm-go-ref-v}/api.html#context-set-label[`SetLabel`]
* Java: {apm-java-ref-v}/public-api.html#api-transaction-add-tag[`setLabel`]
* .NET: {apm-dotnet-ref-v}/public-api.html#api-transaction-tags[`Labels`]
* .NET: {apm-dotnet-ref-v}/public-api.html#api-transaction-set-label[`SetLabel`]
* Node.js: {apm-node-ref-v}/agent-api.html#apm-set-label[`setLabel`] | {apm-node-ref-v}/agent-api.html#apm-add-labels[`addLabels`]
* PHP: {apm-php-ref}/public-api.html#api-transaction-interface-set-label[`Transaction` `setLabel`] | {apm-php-ref}/public-api.html#api-span-interface-set-label[`Span` `setLabel`]
* Python: {apm-py-ref-v}/api.html#api-label[`elasticapm.label()`]
Expand Down

0 comments on commit 7f19117

Please sign in to comment.