Skip to content

Commit

Permalink
Change occurrences of Connector to Collector (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
foram-splunk authored Sep 2, 2022
1 parent 38d05d5 commit 12a6734
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
# Restart Splunk
curl -k -u $CI_SPLUNK_USERNAME:$CI_SPLUNK_PASSWORD https://$CI_SPLUNK_HOST:$CI_SPLUNK_PORT/services/server/control/restart -X POST
- name: Deploy sck otel connector
- name: Deploy sck otel collector
run: |
export CI_SPLUNK_HOST=$(kubectl get pod splunk --template={{.status.podIP}})
ci_scripts/deploy_connector.sh
ci_scripts/deploy_collector.sh
- name: Deploy log generator
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ guidelines](https://github.com/signalfx/splunk-otel-collector-chart/blob/main/UP
- Logs are sent through the OpenTelemetry Agent on the local node by default. `otelAgent.enabled` value must be set to `true` when using logs (#127)
- `otelAgent.ports` and `otelCollector.ports` are selectively enabled depending on what telemetry types are enabled with `metricsEnabled`, `tracesEnabled`, and `logsEnabled`
- Removed setting `host.name` through the `resource` processor as it is already set by the `resourcedetection/system` processor
- Upgraded to Splunk OpenTelemetry Connector 0.26.0
- Upgraded to Splunk OpenTelemetry Collector 0.26.0
- Kubernetes cluster metrics now have a dimension `receiver:k8scluster` to ensure that
MTS do not conflict with Kubernetes metrics sent by Smart Agent for the same cluster. (#134)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/advanced-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This value can be omitted if none of the values apply.
## Kubernetes distribution

Use the `distribution` parameter to provide information about underlying
Kubernetes deployment. This parameter allows the connector to automatically
Kubernetes deployment. This parameter allows the collector to automatically
scrape additional metadata. The supported options are:

- `aks` - Azure AKS
Expand Down
4 changes: 2 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
kubectl port-forward pods/splunk 8000
You can then vistit Splunk web page: https://localhost:8000

#### Deploy sck otel connector
#### Deploy sck otel collector
# Get Splunk Host IP
export SPLUNK_HOST=$(kubectl get pod splunk --template={{.status.podIP}})

# Use ci_scripts/sck_otel_values.yaml file to deploy sck otel connector
# Use ci_scripts/sck_otel_values.yaml file to deploy sck otel collector
# Default image repository: quay.io/signalfx/splunk-otel-collector
helm install ci-sck --set splunkPlatform.index=$CI_INDEX_EVENTS \
--set splunkPlatform.token=$CI_SPLUNK_HEC_TOKEN \
Expand Down

0 comments on commit 12a6734

Please sign in to comment.