Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daily release/01 06 25 morning #19650

Merged
merged 44 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
013173a
chore: add translations
svc-docs-eng-opensource-bot Dec 24, 2024
1087fe5
chore: add translations
svc-docs-eng-opensource-bot Dec 29, 2024
32739a9
chore: add translations
svc-docs-eng-opensource-bot Dec 30, 2024
9d429b7
chore: add translations
svc-docs-eng-opensource-bot Dec 31, 2024
06d9e7d
chore: add translations
svc-docs-eng-opensource-bot Jan 1, 2025
1e9282c
chore: add translations
svc-docs-eng-opensource-bot Jan 2, 2025
249e56b
chore: add translations
svc-docs-eng-opensource-bot Jan 3, 2025
1f250e4
chore: add translations
svc-docs-eng-opensource-bot Jan 4, 2025
5deb57e
chore: add translations
svc-docs-eng-opensource-bot Jan 5, 2025
3377666
chore: add translations
svc-docs-eng-opensource-bot Jan 6, 2025
b34a41d
Merge pull request #19602 from newrelic/translations-013173a3
jmiraNR Jan 6, 2025
8136f2c
chore: capitalize nrql queries
brnhensley Jan 6, 2025
f8d302f
chore: nrql syntax updates
brnhensley Jan 6, 2025
ccaa1db
Update custom-instrumentation-attributes-net.mdx
neilpdx Jan 6, 2025
254d788
feat: add azure site extention update instructions
brnhensley Jan 6, 2025
d44a573
chore: add syntax highlighting
brnhensley Jan 6, 2025
f9b894b
chore: add syntax highlightling
brnhensley Jan 6, 2025
b715fd9
chore: syntax highlighting
brnhensley Jan 6, 2025
ff0ff20
chore: NRQL syntax
brnhensley Jan 6, 2025
ab90b94
fix: codeblock
brnhensley Jan 6, 2025
e5e99b1
Update user-actions.mdx
CherylFrankenfield Jan 6, 2025
c046d26
chore: add syntax hightlighting
brnhensley Jan 6, 2025
4c2702d
fix: broken nrql
brnhensley Jan 6, 2025
c05e33b
chore: syntax highlighting
brnhensley Jan 6, 2025
6782302
chore: add syntax highlighting
brnhensley Jan 6, 2025
e58a0eb
chore: add syntax highlighting to code blocks
brnhensley Jan 6, 2025
be6112e
Merge pull request #19611 from newrelic/translations-1087fe5d
jmiraNR Jan 6, 2025
06106cf
Merge pull request #19613 from newrelic/translations-32739a9c
jmiraNR Jan 6, 2025
be3de27
Merge pull request #19618 from newrelic/translations-9d429b7a
jmiraNR Jan 6, 2025
d5f2acb
Merge pull request #19619 from newrelic/translations-06d9e7d4
jmiraNR Jan 6, 2025
e304a00
Merge pull request #19622 from newrelic/translations-1e9282c7
jmiraNR Jan 6, 2025
7e46a51
Merge pull request #19628 from newrelic/translations-249e56b4
jmiraNR Jan 6, 2025
c30850e
Merge pull request #19632 from newrelic/translations-1f250e44
jmiraNR Jan 6, 2025
0a36f69
Merge pull request #19633 from newrelic/translations-5deb57e8
jmiraNR Jan 6, 2025
1a05fbf
Merge pull request #19641 from newrelic/translations-33776667
jmiraNR Jan 6, 2025
2f00fdd
Merge pull request #19647 from CherylFrankenfield/patch-21
newrelic707195 Jan 7, 2025
7f5d305
Merge pull request #19646 from brnhensley/patch-3
newrelic707195 Jan 7, 2025
47743fc
Update update-net-agent.mdx
newrelic707195 Jan 7, 2025
7f37a34
Update custom-instrumentation-attributes-net.mdx
newrelic707195 Jan 7, 2025
32abab5
Merge pull request #19644 from neilpdx/patch-71
newrelic707195 Jan 7, 2025
89573ad
Merge pull request #19643 from brnhensley/patch-1
newrelic707195 Jan 7, 2025
47a8aef
Merge pull request #19645 from brnhensley/patch-2
newrelic707195 Jan 7, 2025
c36da9b
Update compatibility-requirement-lambda-monitoring.mdx
newrelic707195 Jan 7, 2025
a539498
Merge pull request #19648 from newrelic/Her-shift-Code-Snippet-Appear…
cbehera-newrelic Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: NRQL syntax
  • Loading branch information
brnhensley authored Jan 6, 2025
commit ff0ff20e5cccc85e3c38053428d726aea32fdc0b
Original file line number Diff line number Diff line change
@@ -71,9 +71,9 @@

* Use our [data ingest cost estimator](https://newrelic.com/blog/nerdlog/estimate-data-cost).
* Go to the data ingest UI: from the [user menu](/docs/accounts/accounts-billing/general-account-settings/intro-account-settings), click <DNT>**Manage your data**</DNT>, then click <DNT>**Data ingestion**</DNT>.
* To do more in-depth analysis than the UI provides, use [NRQL queries of your usage](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts). Here's an example of breaking down [`Metric` data](/docs/telemetry-data-platform/understand-data/new-relic-data-types/#dimensional-metrics) by the top 10 metric names. Note that some metrics are not data ingest metrics and are not billable. To run different analyses, you might also try faceting by `appName` or `Host`.
```
FROM Metric SELECT bytecountestimate()/10e8 as 'GB Estimate'
* To do more in-depth analysis than the UI provides, use [NRQL queries of your usage](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts). Here's an example of breaking down [`Metric` data](/docs/telemetry-data-platform/understand-data/new-relic-data-types/#dimensional-metrics) by the top 10 metric names. Note that some metrics are not data ingest metrics and are not billable. To run different analyses, you might also try faceting by `appName` or `host`.

Check failure on line 74 in src/content/docs/accounts/original-accounts-billing/original-product-based-pricing/switch-new-models.mdx

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Contractions] Use 'aren't' instead of 'are not'. Raw Output: {"message": "[Microsoft.Contractions] Use 'aren't' instead of 'are not'.", "location": {"path": "src/content/docs/accounts/original-accounts-billing/original-product-based-pricing/switch-new-models.mdx", "range": {"start": {"line": 74, "column": 363}}}, "severity": "ERROR"}

Check failure on line 74 in src/content/docs/accounts/original-accounts-billing/original-product-based-pricing/switch-new-models.mdx

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Contractions] Use 'aren't' instead of 'are not'. Raw Output: {"message": "[Microsoft.Contractions] Use 'aren't' instead of 'are not'.", "location": {"path": "src/content/docs/accounts/original-accounts-billing/original-product-based-pricing/switch-new-models.mdx", "range": {"start": {"line": 74, "column": 395}}}, "severity": "ERROR"}
```sql
FROM Metric SELECT bytecountestimate()/10e8 AS 'GB Estimate'
SINCE 7 DAYS AGO
FACET metricName LIMIT 10 TIMESERIES 1 day
```
Loading
Oops, something went wrong.