Skip to content

Commit

Permalink
resolving yamllint and license check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitchsplunk committed Mar 22, 2024
1 parent 9757211 commit 4196657
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .licenserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"src/featureflagservice/assets/vendor/",
"src/featureflagservice/priv/",
"src/productcatalogservice/genproto/",
"internal/tools/"
"internal/tools/",
"splunk/update-demos.sh",
"splunk/otelcol-config-filelog.yml",
"splunk/otelcol-config-fluentd.yml",
"splunk/otelcol-config.yml"
]
}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ guidance](./CONTRIBUTING.md).
If you'd like to extend this demo or maintain a fork of it, read our
[fork guidance](https://opentelemetry.io/docs/demo/forking/).

## Splunk customizations
## Splunk customizations

A number of customizations have been made to use the demo application with Splunk Observability Cloud, which can be found in the [/splunk](./splunk) folder. See [this document](./splunk/README.md) for details.
A number of customizations have been made to use the demo application with
Splunk Observability Cloud, which can be found in the [/splunk](./splunk)
folder. See [this document](./splunk/README.md) for details.

## Quick start

Expand Down
5 changes: 4 additions & 1 deletion splunk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ a near real-world environment. It includes customizations for use with Splunk Ob

## Update Docker and Kubernetes Scripts

After synchronizing changes with the upstream repository, the following command can be used to update the Splunk versions of the docker-compose.yml and kubernetes/opentelemetry-demo.yaml files, which are optimized for use with Splunk Observability Cloud:
After synchronizing changes with the upstream repository, the following
command can be used to update the Splunk versions of the docker-compose.yml
and kubernetes/opentelemetry-demo.yaml files, which are optimized for use
with Splunk Observability Cloud:

```bash
./update-demos.sh
Expand Down
2 changes: 1 addition & 1 deletion splunk/otelcol-config-filelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ receivers:
signalfx:
endpoint: 0.0.0.0:9943
# This section is used to collect OpenTelemetry metrics
# Even if just a SignalFx µAPM customer, these metrics are included
# Even if just a SignalFx APM customer, these metrics are included
prometheus:
config:
scrape_configs:
Expand Down
2 changes: 1 addition & 1 deletion splunk/otelcol-config-fluentd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ receivers:
signalfx:
endpoint: 0.0.0.0:9943
# This section is used to collect OpenTelemetry metrics
# Even if just a SignalFx µAPM customer, these metrics are included
# Even if just a SignalFx APM customer, these metrics are included
prometheus:
config:
scrape_configs:
Expand Down
2 changes: 1 addition & 1 deletion splunk/otelcol-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ receivers:
signalfx:
endpoint: 0.0.0.0:9943
# This section is used to collect OpenTelemetry metrics
# Even if just a SignalFx µAPM customer, these metrics are included
# Even if just a SignalFx APM customer, these metrics are included
prometheus:
config:
scrape_configs:
Expand Down

0 comments on commit 4196657

Please sign in to comment.