Open
Conversation
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
…n a theme Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Small edit to update so flow goes from part 2 to part 3
Renumber Part 4 to Part 3 in Challenge-01.md
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
…/github.com/harrykimpel/microsoft-WhatTheHack into xxx-AgentFrameworkObservabilityWithNewRelic
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
…t the WTH template structure Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
…t the WTH template structure Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Updated section title from 'Common Prerequisites' to 'Prerequisites'.
Reordered navigation links and removed duplicate description.
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Keeping an old version of C8 around to compare to the Copilot generated version that meets WTH template guidelines.
Keeping an old version of C7 around to compare to the Copilot generated version matching WTH templates.
…ner to 2 cores Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
…/github.com/harrykimpel/microsoft-whatthehack into xxx-AgentFrameworkObservabilityWithNewRelic
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the naming conventions throughout the New Relic Agent Observability infrastructure codebase to use "WTH" (What The Hack) instead of "Gameday". This brings consistency to resource names, variables, parameters, and output identifiers across deployment scripts and Bicep modules.
Key changes include:
Resource and Variable Naming Consistency:
deploy.shto use "newrelic-agent-o11y-wth" and "wth@example.com" instead of "gameday" references.deploy.shfrom "NEW RELIC GAMEDAY" to "NEW RELIC WTH".Bicep Module and Parameter Updates:
main.bicepandmodules/foundry.bicep. This includes default project names, resource identifiers, and commented-out sample resources. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]New Relic Module Updates:
modules/newrelic.bicepto use "wth" instead of "gameday" for all sample and commented resources. [1] [2] [3]These changes ensure all infrastructure code is aligned with the "WTH" event naming, reducing confusion and improving maintainability.