Skip to content

Commit

Permalink
More moves
Browse files Browse the repository at this point in the history
  • Loading branch information
urbiz-nr committed Jul 8, 2021
1 parent 4cdfba7 commit b91ec50
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
@@ -1,6 +1,8 @@
---
title: Python agent API different call forms
metaDescription: 'For the New Relic Python agent API: an explanation of varied call forms for some API functions.'
redirects:
- /docs/python-agent-api-different-call-forms
---

For some functions, the New Relic Python agent API has several options for accomplishing the same thing. For example, tracing a function to provide more details on a New Relic-monitored transaction can theoretically be accomplished, depending on your setup, with any of the following APIs:
Expand Down
@@ -1,23 +1,22 @@
---
title: Prometheus remote write integration
metaDescription: 'New Relic''s Prometheus remote write integration: get started info.'
watermark: |-
EARLY
ACCESS
redirects:
- /docs/prometheus-remote-write-integration/
---

You can use the Prometheus remote write integration to get data flowing into New Relic. Once you integrate, your data will be visible in query-based dashboards (and other query results), often within about five minutes.

## Why it matters [#heading_name]
## Why it matters [#why-it-matters]

Unlike [Kubernetes](https://docs.newrelic.com/docs/integrations/prometheus-integrations/get-started/new-relic-prometheus-openmetrics-integration-kubernetes) and [Docker](https://docs.newrelic.com/docs/integrations/prometheus-integrations/get-started/new-relic-prometheus-openmetrics-integration-docker) OpenMetrics integrations, which scrape data from Prometheus endpoints, the remote write integration allows you to forward telemetry data from your existing Prometheus servers to New Relic. You can leverage the full range of options for setup and management, from raw data to queries and dashboards and beyond.
Unlike [Kubernetes](/docs/integrations/prometheus-integrations/get-started/new-relic-prometheus-openmetrics-integration-kubernetes) and [Docker](/docs/integrations/prometheus-integrations/get-started/new-relic-prometheus-openmetrics-integration-docker) OpenMetrics integrations, which scrape data from Prometheus endpoints, the remote write integration allows you to forward telemetry data from your existing Prometheus servers to New Relic. You can leverage the full range of options for setup and management, from raw data to queries and dashboards and beyond.

With the Prometheus remote write integration, you can:

* Store and visualize crucial metrics on a single platform
* Combine and group data across your entire software stack
* Get a fully connected view of the relationship between data about your software stack and the behaviors and outcomes you’re monitoring
* Connect your [Grafana](https://docs.newrelic.com/docs/grafana-support-prometheus-promql) dashboards (optional)
* Connect your [Grafana](/docs/grafana-support-prometheus-promql) dashboards (optional)

## Compatibility [#h2_code]

Expand All @@ -36,8 +35,8 @@ Once logged in to New Relic, you can get data flowing with a few simple steps:

Ready to get started?

* Read the [setup documentation](https://docs.newrelic.com/docs/set-or-remove-your-prometheus-remote-write-integration).
* [Configure a Prometheus data source in Grafana](https://docs.newrelic.com/docs/configure-prometheus-data-source-grafana).
* Read the [setup documentation](/docs/set-or-remove-your-prometheus-remote-write-integration).
* [Configure a Prometheus data source in Grafana](/docs/configure-prometheus-data-source-grafana).
* Set up the integration on New Relic
* [US](http://one.newrelic.com/launcher/nr1-core.settings?pane=eyJuZXJkbGV0SWQiOiJ0dWNzb24ucGxnLWluc3RydW1lbnQtZXZlcnl0aGluZyJ9)
* [EU](http://one.eu.newrelic.com/launcher/nr1-core.settings?pane=eyJuZXJkbGV0SWQiOiJ0dWNzb24ucGxnLWluc3RydW1lbnQtZXZlcnl0aGluZyJ9)
Expand All @@ -46,7 +45,7 @@ Ready to get started?

Recommendations for learning more:

* See the Docs site's [landing page](https://docs.newrelic.com/docs/integrations) for Infrastructure integrations documentation.
* See the Docs site's [landing page](/docs/integrations) for Infrastructure integrations documentation.
* Browse [New Relic's Explorers Hub](https://discuss.newrelic.com/c/full-stack-observability/infrastructure "Link opens in a new window.") for community discussions about our Infrastructure integrations.
* [Find additional help or file a support ticket](https://docs.newrelic.com/docs/accounts-partnerships/getting-started-new-relic/find-help-or-file-support-ticket).
* Review New Relic's [licenses, attributions](https://docs.newrelic.com/docs/licenses/), [data usage limits](https://docs.newrelic.com/docs/licenses/license-information/general-usage-licenses/new-relic-data-usage-limits-policies), and [other notices](https://docs.newrelic.com/docs/licenses/license-information).
* [Find additional help or file a support ticket](/docs/accounts-partnerships/getting-started-new-relic/find-help-or-file-support-ticket).
* Review New Relic's [licenses, attributions](/docs/licenses/), [data usage limits](/docs/licenses/license-information/general-usage-licenses/new-relic-data-usage-limits-policies), and [other notices](/docs/licenses/license-information).
2 changes: 2 additions & 0 deletions src/nav/full-stack-observability.yml
Expand Up @@ -1136,6 +1136,8 @@ pages:
- title: Python agent API
path: /docs/agents/python-agent/python-agent-api
pages:
- title: Python agent API different call forms
path: /docs/agents/python-agent/python-agent-api/python-agent-api-different-call-forms
- title: View all calls
path: /docs/agents/python-agent/python-agent-api/view-all-python-agent-api-calls
- title: add_custom_parameter
Expand Down
2 changes: 2 additions & 0 deletions src/nav/integrations.yml
Expand Up @@ -523,6 +523,8 @@ pages:
- title: Install and configure remote write
path: /docs/integrations/prometheus-integrations/install-configure-remote-write
pages:
- title: Prometheus remote write integration
path: /docs/integrations/prometheus-integrations/install-configure-remote-write/prometheus-remote-write-integration/
- title: Set up your Prometheus remote write integration
path: /docs/integrations/prometheus-integrations/install-configure-remote-write/set-your-prometheus-remote-write-integration
- title: Prometheus HA for remote write
Expand Down

0 comments on commit b91ec50

Please sign in to comment.