Skip to content

Commit 52a6183

Browse files
committed
Use consistent doc table format
1 parent 7c46b1d commit 52a6183

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/framework-splunk_otel_java_agent.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,23 @@ with the [Splunk distribution of OpenTelemetry Java Instrumentation](https://git
55

66
Trace data will be sent directly to Splunk Observability Cloud.
77

8-
* **Detection criteria**: Existence of a bound service with the name `splunk-o11y`.
9-
* **Tags**: `splunk-otel-java-agent=<version>` to control which version of the instrumentation agent is used.
10-
* Default = latest available version
8+
<table>
9+
<tr>
10+
<td><strong>Detection Criterion</strong></td>
11+
<td>Existence of a bound service containing the string <code>splunk-o11y</code></td>
12+
</tr>
13+
<tr>
14+
<td><strong>Tags</strong></td>
15+
<td><code>splunk-otel-java-agent=&lt;version&gt;</code></td>
16+
</tr>
17+
</table>
18+
19+
Tags are printed to standard output by the buildpack detect script
1120

1221
## User-Provided Service
1322

1423
Users are currently expected to provide their own "custom user provided service" (cups)
15-
instance and bind it to their application. The service MUST be named `splunk-o11y`.
24+
instance and bind it to their application. The service MUST contain the string `splunk-o11y`.
1625

1726
For example, to create a service named `splunk-o11y` that represents Observability Cloud
1827
realm `us0` and represents a user environment named `cf-demo`, you could use the following

0 commit comments

Comments
 (0)