Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 4c54f0d

Browse files
authored
Release v0.0.4 (#161)
* Release v0.0.4, upgraded Go to v1.19, upgraded the Splunk Otel Collector to v0.58.0 upgraded project dependencies
1 parent a3dc90d commit 4c54f0d

File tree

5 files changed

+35
-10
lines changed

5 files changed

+35
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ We strive to be compatible with the widest range of Kubernetes versions as possi
111111

112112
Our promise is that we'll follow what's common practice in the Kubernetes world and support N-2 versions, based on the release date of the OpenTelemetry Operator.
113113

114-
The OpenTelemetry Operator *might* work on versions outside of the given range, but when opening new issues, please make sure to test your scenario on a supported version.
114+
The Splunk OpenTelemetry Collector Operator *might* work on versions outside of the given range, but when opening new issues, please make sure to test your scenario on a supported version.
115115

116-
| OpenTelemetry Operator | Kubernetes |
117-
|------------------------|----------------------|
118-
| v0.1.0 | v1.20 to v1.22 |
119-
| v0.2.0 | v1.20 to v1.23 |
116+
| Operator | Kubernetes |
117+
|------------|----------------------|
118+
| v0.0.3 | v1.20 to v1.23 |
119+
| v0.0.4 | v1.23 to v1.25 |
120120

121121
## License
122122

bundle/manifests/splunk-otel-collector-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
capabilities: Basic Install
1717
operators.operatorframework.io/builder: operator-sdk-v1.23.0
1818
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
19-
name: splunk-otel-collector-operator.v0.0.3
19+
name: splunk-otel-collector-operator.v0.0.4
2020
namespace: placeholder
2121
spec:
2222
apiservicedefinitions: {}
@@ -399,7 +399,7 @@ spec:
399399
- --leader-elect
400400
command:
401401
- /manager
402-
image: quay.io/signalfx/splunk-otel-operator:v0.0.3
402+
image: quay.io/signalfx/splunk-otel-operator:v0.0.4
403403
livenessProbe:
404404
httpGet:
405405
path: /healthz
@@ -499,7 +499,7 @@ spec:
499499
provider:
500500
name: Splunk Inc
501501
url: github.com/signalfx/splunk-otel-collector-operator
502-
version: 0.0.3
502+
version: 0.0.4
503503
webhookdefinitions:
504504
- admissionReviewVersions:
505505
- v1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/signalfx/splunk-otel-operator
16-
newTag: v0.0.3
16+
newTag: v0.0.4
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# HEC Traces Example
2+
3+
This example showcases how the agent works with Splunk Enterprise and traces.
4+
5+
The example runs as a Docker Compose deployment. The collector can be configured to send traces to Splunk Enterprise.
6+
7+
Splunk Enterprise is configured to receive data from the Splunk OpenTelemetry Collector using the HTTP Event Collector. To learn more about HEC, see [Configure the Splunk HTTP Event Collector](https://dev.splunk.com/enterprise/docs/dataapps/httpeventcollector/) for use with additional technologies.
8+
9+
To deploy the example:
10+
1. Check out the [Splunk OpenTelemetry Collector repository](https://github.com/signalfx/splunk-otel-collector).
11+
2. Open a terminal.
12+
3. Type the following commands:
13+
```bash
14+
$> cd examples/splunk-hec-traces
15+
$> docker-compose up --build
16+
```
17+
You can stop the example by pressing Ctrl + C.
18+
19+
Splunk Enterprise becomes available on port 18000. Log in to [http://localhost:18000](http://localhost:18000) with the user name `admin` and password `changeme`.
20+
21+
Once logged in, visit the [spans comparisons dashboard](http://localhost:18000/en-US/app/search/spans_time_comparisons) to see a comparison of traces over time sent by the Splunk OpenTelemetry Collector.
22+
23+
You can also search traces for information, such as querying by tag or any element of traces, by searching the traces index `index=traces`.
24+
25+
![Traces dashboard](traces_comparison_dashboard.png)

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
splunk-otel-collector=0.58.0
66

77
# Represents the current release of the OpenTelemetry Operator.
8-
operator=0.0.3
8+
operator=0.0.4

0 commit comments

Comments
 (0)