Skip to content

Commit

Permalink
feat(prometheus): Add in-product link and add openmetrics quickstar
Browse files Browse the repository at this point in the history
  • Loading branch information
polfliet committed Oct 11, 2021
1 parent 7e2349c commit 130c265
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
id: 0dcf38e5-0e99-499b-94ca-2d515a9b1df1
name: prometheus
name: prometheus-openmetrics
description: |
## Prometheus monitoring
Expand Down Expand Up @@ -38,7 +37,7 @@ logo: logo.svg
level: New Relic
authors:
- New Relic
title: Prometheus
title: Prometheus OpenMetrics integration
documentation:
- name: Prometheus installation docs
description: |
Expand Down
File renamed without changes
File renamed without changes
41 changes: 41 additions & 0 deletions quickstarts/prometheus-remote-write/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: prometheus-remote-write
description: |
## Prometheus monitoring
Prometheus is an open-source monitoring and alerting toolkit. Setting up Prometheus is straightforward, but scaling up and managing is not. That’s where New Relic steps in.
### New Relic's Prometheus quickstart
New Relic offers two Prometheus integration schemes, Remote Write and OpenMetrics.
[Remote Write](https://docs.newrelic.com/docs/integrations/prometheus-integrations/install-configure-remote-write/prometheus-remote-write-integration/) is ideal for well-established Prometheus infrastructures. It provides easy access to your metrics and only takes one line of yaml in your configuration for access.
[OpenMetrics](https://docs.newrelic.com/docs/integrations/prometheus-integrations/install-configure-openmetrics/configure-prometheus-openmetrics-integrations/) allows for more visibility across multiple container platforms. Once the integration is set up, you can query data on memory usage for pods in deployment, facet any metrics, and view raw metric values all in one place.
New Relic's Prometheus Integration stores various kinds of telemetry data - whether open-source, vendor-specific, or vendor-agnostic.
### Value of the Prometheus quickstart
This New Relic quickstart helps you to configure Prometheus Remote Write.
#### Remote Write:
See all of your metrics in one place
- Combine and group all data across an entire software stack
- Connect Grafana dashboards
- Better understand the relationship between data and behaviors related to your software stack
summary: |
Prometheus' ability to monitor a wide variety of data necessitates monitoring the toolkit itself. New Relic helps store, manage, and view telemetry data from your Prometheus setup, relieving you of a significant operational burden.
icon: icon.svg
logo: logo.svg
level: New Relic
authors:
- New Relic
title: Prometheus Remote Write integration
documentation:
- name: Prometheus installation docs
description: |
Use Prometheus remote_write or New Relic's Prometheus OpenMetrics integration
url: https://one.newrelic.com/launcher/nr1-core.explorer?pane=eyJuZXJkbGV0SWQiOiJucjEtY29yZS5saXN0aW5nIiwiZmF2b3JpdGVzIjp7InNlbGVjdGVkIjp0cnVlLCJ2aXNpYmxlIjp0cnVlfSwibGFzdFZpZXdlZCI6eyJzZWxlY3RlZCI6ZmFsc2UsInZpc2libGUiOnRydWV9fQ==&cards[0]=eyJuZXJkbGV0SWQiOiJwcm9tZXRoZXVzLXJlbW90ZS13cml0ZS1pbnRlZ3JhdGlvbi5ob21lIiwiYWNjb3VudElkIjoyMTM2Njc5fQ==&sidebars[0]=eyJuZXJkbGV0SWQiOiJucjEtY29yZS5jYXRlZ29yaWVzIiwicm9vdE5lcmRsZXRJZCI6Im5yMS1jb3JlLmxpc3RpbmciLCJmYXZvcml0ZXMiOnsic2VsZWN0ZWQiOnRydWUsInZpc2libGUiOnRydWV9LCJsYXN0Vmlld2VkIjp7InNlbGVjdGVkIjpmYWxzZSwidmlzaWJsZSI6dHJ1ZX19&state=32a8b400-a43a-5a3d-3bc6-16621b554b08
keywords:
- open source monitoring
1 change: 1 addition & 0 deletions quickstarts/prometheus-remote-write/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions quickstarts/prometheus-remote-write/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 130c265

Please sign in to comment.