You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: apm/apm-spans-traces/traces-spans.rst
+1-45Lines changed: 1 addition & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,48 +128,4 @@ You can add custom span tags through the OpenTelemetry Collector, or when you in
128
128
129
129
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.
130
130
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<aname="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`.
Copy file name to clipboardExpand all lines: apm/key-concepts.rst
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,6 @@ Splunk APM is an Application Performance Monitoring solution that collects every
28
28
* - :ref:`environment<environment-concept>`
29
29
- A distinct deployment of your application that doesn't interact directly with other deployments of the same application.
30
30
31
-
* - :ref:`identity<identity-concept>`
32
-
- A unique set of indexed span tags that corresponds to a Splunk APM object.
33
-
34
31
* - :ref:`indexed span tag<indexed-tag-concept>`
35
32
- A span tag for which Splunk generates Troubleshooting MetricSets.
36
33
@@ -102,16 +99,6 @@ A special type of operation where the root span's ``span.kind = SERVER``. A give
102
99
103
100
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`.
104
101
105
-
.. _identity-concept:
106
-
107
-
.. raw:: html
108
-
109
-
<embed>
110
-
<h3>identity<aname="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`.
0 commit comments