Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 4fd226a

Browse files
authored
Add nr1 endpoint to config - defaults to staging-one across all cs environments (#176)
Co-authored-by: James Price <[email protected]>
1 parent 9e50520 commit 4fd226a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

shared/codestream_configs/README.parameter-definitions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@
184184
"newrelic": {
185185
"<appProvider>": {
186186
"browserIngestKey": "NR1 ingest browser key [CSSVC_NEWRELIC_BROWSER_KEY]",
187-
"licenseIngestKey": "NR1 ingest license key [CSSVC_NEWRELIC_LICENSE_KEY]"
187+
"licenseIngestKey": "NR1 ingest license key [CSSVC_NEWRELIC_LICENSE_KEY]",
188+
"telemetryEndpoint": "Host endpoint passed to APM tracing library [CSSVC_NEWRELIC_TELEMETRY_ENDPOINT]"
188189
}
189190
},
190191
"okta": {

shared/codestream_configs/parameters.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,11 @@
578578
"licenseIngestKey": {
579579
"desc": "NR1 ingest license key",
580580
"env": "CSSVC_NEWRELIC_LICENSE_KEY"
581+
},
582+
"telemetryEndpoint": {
583+
"default": "staging-collector.newrelic.com",
584+
"desc": "Host endpoint passed to APM tracing library",
585+
"env": "CSSVC_NEWRELIC_TELEMETRY_ENDPOINT"
581586
}
582587
}
583588
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25
1+
26

0 commit comments

Comments
 (0)