We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9efe9ca + 18cebfa commit 1bf9c5fCopy full SHA for 1bf9c5f
.gitignore
@@ -26,3 +26,5 @@ go.work.sum
26
bin/*
27
28
__debug_bin*
29
+
30
+**/.DS_Store
CONTRIBUTING.md
@@ -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": {
31
"job": "tests"
32
},
@@ -39,7 +39,3 @@ Example of local configuration file (VPN Required):
39
}
40
41
```
42
-
43
-## Tagging
44
45
-If the deployment creates AWS resources, please use the [Convention](./doc/resource-tagging-convention.md).
0 commit comments