File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,23 @@ with the [Splunk distribution of OpenTelemetry Java Instrumentation](https://git
5
5
6
6
Trace data will be sent directly to Splunk Observability Cloud.
7
7
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=<version></code></td>
16
+ </tr >
17
+ </table >
18
+
19
+ Tags are printed to standard output by the buildpack detect script
11
20
12
21
## User-Provided Service
13
22
14
23
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 ` .
16
25
17
26
For example, to create a service named ` splunk-o11y ` that represents Observability Cloud
18
27
realm ` us0 ` and represents a user environment named ` cf-demo ` , you could use the following
You can’t perform that action at this time.
0 commit comments