Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 559f1c2

Browse files
authored
Merge pull request #2441 from splunk/bhillmer-O11YDOCS-5095-remove-identities
[O11YDOCS-5095] remove identities
2 parents 690775f + a195305 commit 559f1c2

File tree

2 files changed

+1
-58
lines changed

2 files changed

+1
-58
lines changed

apm/apm-spans-traces/traces-spans.rst

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -128,48 +128,4 @@ You can add custom span tags through the OpenTelemetry Collector, or when you in
128128

129129
Span tags are most useful when they follow a simple, dependable system of naming conventions. See :ref:`span-tag-naming` to learn about OpenTelemetry naming conventions for span tags.
130130

131-
.. note:: Span tags in Splunk APM are distinct from metadata tags in Splunk Infrastructure Monitoring, which are searchable labels or keywords you can assign to metric dimensions in the form of strings rather than as key-value pairs. To learn more about metadata tags, see :ref:`metadata-infra-tags`.
132-
133-
134-
.. raw:: html
135-
136-
<embed>
137-
<h2>Identities<a name="identities" class="headerlink" href="#identities" title="Permalink to this headline">¶</a></h2>
138-
</embed>
139-
140-
An identity represents a unique set of indexed span tags for a Splunk APM object, and always includes at least one service.
141-
142-
APM objects can generate multiple identities that correspond to the same APM object. If a set of indexed span tags for a span that corresponds to a certain APM object is unique, the APM object generates a new identity for the unique set of indexed span tags.
143-
144-
For example, a service ``myService`` reports a tenant span tag ``something`` for its endpoint ``/foo/bar``, and doesn't report a tenant span tag for its endpoint ``/another/endpoint``. Because ``myService`` reports a tenant span tag for one endpoint and not another, it forces the endpoint without a specified tenant span tag to have a tenant span tag value of ``unknown``. As a result, the service has two unique sets of span tags, and two identities.
145-
146-
An identity can represent any one of these APM objects:
147-
148-
.. list-table::
149-
:header-rows: 1
150-
:widths: 20, 40, 40
151-
152-
* - :strong:`APM object`
153-
- :strong:`Example`
154-
- :strong:`Description`
155-
156-
* - Service
157-
- ``Service-1``
158-
- The name of a service you instrumented and are collecting traces from.
159-
160-
* - Endpoint
161-
- ``Service-1.Endpoint-1``
162-
- The first span for a service.
163-
164-
* - Operation
165-
- ``Service-1.Operation-1``
166-
- A span within a single service.
167-
168-
* - Edge
169-
- ``Service-1.Endpoint-1->Service-2.Endpoint-2``
170-
- The span between two services.
171-
172-
* - Workflow
173-
- ``Service-1.InitEndpoint-1``
174-
- The endpoint where traces initiate.
175-
131+
.. note:: Span tags in Splunk APM are distinct from metadata tags in Splunk Infrastructure Monitoring, which are searchable labels or keywords you can assign to metric dimensions in the form of strings rather than as key-value pairs. To learn more about metadata tags, see :ref:`metadata-infra-tags`.

apm/key-concepts.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ Splunk APM is an Application Performance Monitoring solution that collects every
2828
* - :ref:`environment<environment-concept>`
2929
- A distinct deployment of your application that doesn't interact directly with other deployments of the same application.
3030

31-
* - :ref:`identity<identity-concept>`
32-
- A unique set of indexed span tags that corresponds to a Splunk APM object.
33-
3431
* - :ref:`indexed span tag<indexed-tag-concept>`
3532
- A span tag for which Splunk generates Troubleshooting MetricSets.
3633

@@ -102,16 +99,6 @@ A special type of operation where the root span's ``span.kind = SERVER``. A give
10299

103100
The term “environment” refers to the deployment environment, which is a distinct deployment in Splunk APM that doesn't interact directly with other deployments of the same application. Separate deployment environments are often used for different stages of the development process, such as development, staging, and production. For more information, see :ref:`apm-environments`.
104101

105-
.. _identity-concept:
106-
107-
.. raw:: html
108-
109-
<embed>
110-
<h3>identity<a name="identity-concept" class="headerlink" href="#identity-concept" title="Permalink to this headline">¶</a></h3>
111-
</embed>
112-
113-
A unique set of indexed span tags that corresponds to a Splunk APM object. An identity can represent a service, endpoint, operation, edge, or workflow, and is always related to at least one service. For more information, see :ref:`apm-traces-spans`.
114-
115102
.. _inf-service-concept:
116103

117104
.. raw:: html

0 commit comments

Comments
 (0)