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

Commit 054fb14

Browse files
authored
NR-261272 - Add sharedGeneral.o11yServerUrl config property (schema version 40) (#441)
1 parent d4d22f5 commit 054fb14

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

api_server/config/local.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"CS_API_PORT": "12078",
99
"CS_API_PUBLIC_API_URL": "https://localhost.newrelic.com:12079",
1010
"CSSVC_EMAIL_SUPPRESS_EMAILS": "true",
11+
"CSSVC_O11Y_SERVER_URL": "https://localhost.newrelic.com:12083",
1112
"INTEGRATIONS_NEW_RELIC_IDENTITY_CLOUD_CREDENTIALS_SERVICE_HOST": "https://staging-credential-service.nr-ops.net",
1213
"INTEGRATIONS_NEW_RELIC_IDENTITY_CLOUD_GRAPHQL_HOST": "https://nerd-graph.staging-service.nr-ops.net",
1314
"INTEGRATIONS_NEW_RELIC_IDENTITY_CLOUD_IDP_SERVICE_HOST": "https://idp-service.staging-service.nr-ops.net",

shared/codestream_configs/README.parameter-definitions.json

+1
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
"newRelicApiUrl": "NR1 user-facing api [CSSVC_NEW_RELIC_API_URL]",
304304
"newRelicLandingServiceUrl": "service to decide if user has an account in NR1 [CSSVC_NEW_RELIC_LANDING_SERVICE_URL]",
305305
"newRelicSecApiUrl": "NR1 vulnerability mgmt user-facing api [CSSVC_NEW_RELIC_SEC_API_URL]",
306+
"o11yServerUrl": "URL of the o11y service endpoint [CSSVC_O11Y_SERVER_URL]",
306307
"runTimeEnvironment": "run-time environment (local, onprem, prod, qa, pd, ...) [CSSVC_ENV]"
307308
},
308309
"sharedSecrets": {

shared/codestream_configs/parameters.json

+6
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,12 @@
10941094
"desc": "NR1 vulnerability mgmt user-facing api",
10951095
"env": "CSSVC_NEW_RELIC_SEC_API_URL"
10961096
},
1097+
"o11yServerUrl": {
1098+
"type": "string",
1099+
"default": "https://localhost:12083",
1100+
"desc": "URL of the o11y service endpoint",
1101+
"env": "CSSVC_O11Y_SERVER_URL"
1102+
},
10971103
"csecApiUrl": {
10981104
"type": "string",
10991105
"default": "https://csec-workflow-api.staging-service.newrelic.com",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
39
1+
40

0 commit comments

Comments
 (0)