Skip to content

Commit 1bf9c5f

Browse files
Merge pull request #8 from mdsol/doc/update
Documentation update
2 parents 9efe9ca + 18cebfa commit 1bf9c5f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ go.work.sum
2626
bin/*
2727

2828
__debug_bin*
29+
30+
**/.DS_Store

CONTRIBUTING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Example of local configuration file (VPN Required):
2626
{
2727
"collectors": {
2828
"otlp": {
29-
"metrics_url": "https://motel-collector-sandbox-metrics.telemetry.nonprod-medidata.net/v1/ metrics",
29+
"metrics_url": "http(s)://<opentelemetry-collector>/v1/metrics",
3030
"headers": {
3131
"job": "tests"
3232
},
@@ -39,7 +39,3 @@ Example of local configuration file (VPN Required):
3939
}
4040
}
4141
```
42-
43-
## Tagging
44-
45-
If the deployment creates AWS resources, please use the [Convention](./doc/resource-tagging-convention.md).

0 commit comments

Comments
 (0)