You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix account bug and added ifthen
* index updated
* Added capture lesson, aparse() done and capture() still to do
* Minor updates to support Transaction events in remaining query examples (#65)
* Update queries for aparse() and if() to fully support the Transaction event type
* Refer to docs until examples have been added for regex captures
* nip and tuck
* readme
* fix for keyset from PR#52
* updated package lock
* readme
* workflow updates
* prettier
---------
Co-authored-by: Alexander Kristiansen <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ cd nr1-learn-nrql
44
44
npm install
45
45
nr1 nerdpack:uuid -gf
46
46
nr1 nerdpack:publish
47
-
nr1 nerdpack:subscribe -c STABLE
47
+
nr1 nerdpack:subscribe
48
48
```
49
49
This last command will subscribe the application to the account you've set as your default profile. You can check this using `nr1 profiles:default`. If you're not ready to deploy it to your account or want to test out changes you've made locally you can use:
50
50
@@ -82,4 +82,4 @@ This project adheres to the New Relic [security policy](https://github.com/newre
82
82
83
83
Contributions are encouraged! If you submit an enhancement request, we'll invite you to contribute the change yourself. Please review our [Contributors Guide](CONTRIBUTING.md).
84
84
85
-
Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. If you'd like to execute our corporate CLA, or if you have any questions, please drop us an email at [email protected]
85
+
Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. If you'd like to execute our corporate CLA, or if you have any questions, please drop us an email at [email protected].
0 commit comments