Skip to content

Commit

Permalink
Merge pull request #8 from mdsol/doc/update
Browse files Browse the repository at this point in the history
Documentation update
  • Loading branch information
jcarres-mdsol authored Jul 6, 2024
2 parents 9efe9ca + 18cebfa commit 1bf9c5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ go.work.sum
bin/*

__debug_bin*

**/.DS_Store
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Example of local configuration file (VPN Required):
{
"collectors": {
"otlp": {
"metrics_url": "https://motel-collector-sandbox-metrics.telemetry.nonprod-medidata.net/v1/ metrics",
"metrics_url": "http(s)://<opentelemetry-collector>/v1/metrics",
"headers": {
"job": "tests"
},
Expand All @@ -39,7 +39,3 @@ Example of local configuration file (VPN Required):
}
}
```

## Tagging

If the deployment creates AWS resources, please use the [Convention](./doc/resource-tagging-convention.md).

0 comments on commit 1bf9c5f

Please sign in to comment.