• EnglishEspañol日本語한국어Português
  • EntrarComeçar agora

Esta tradução de máquina é fornecida para sua comodidade.

Caso haja alguma divergência entre a versão em inglês e a traduzida, a versão em inglês prevalece. Acesse esta página para mais informações.

Criar um problema

Redpanda integração

Nossa integração RedPanda captura métricas em nível de cluster, dados sobre grupos de agendamento e detalhes sobre seus erros de serviço e tempo de operação e, em seguida, exibe esses dados em um pré-construído.

Depois de configurar o Redpanda com New Relic, seus dados serão exibidos em um dashboard, pronto para uso.

Conclua as etapas a seguir para instalar a integração:

Instalar o agente de infraestrutura

Para usar a integração RedPanda, primeiro você precisa instalar o agente de infraestrutura no mesmo host. O agente de infraestrutura monitora o próprio host, enquanto a integração que você instalará na próxima etapa amplia seu monitoramento com dados específicos do RedPanda.

Configurar integração

  1. Crie um arquivo chamado nri-prometheus-config.yml em /etc/newrelic-infra/integrations.d.

  2. Adicione o trecho a seguir ao arquivo nri-prometheus-config.yml para ativar a captura de dados do RedPanda. Certifique-se de editar o arquivo de configuração com suas informações:

    integrations:
    - name: nri-prometheus
    config:
    # When standalone is set to false, nri-prometheus requires an infrastructure agent to work and send data. Defaults to true
    standalone: false
    # If using the infrastructure agent, emitters have to include infra-sdk
    emitters: infra-sdk
    # The name of your cluster. The name of your cluster must be consistent across New Relic products so the infrastructure agent and nri-prometheus can scrape data from the cluster.
    cluster_name: "YOUR_EXPORTER_NAME"
    targets:
    - description: Redpanda metrics are captured in the below urls
    urls: ["http://localhost:9644/metrics", "http://localhost:9644/public_metrics"]
    # tls_config:
    # ca_file_path: "/etc/etcd/etcd-client-ca.crt"
    # cert_file_path: "/etc/etcd/etcd-client.crt"
    # key_file_path: "/etc/etcd/etcd-client.key"
    # Specifies whether or not the integration should run in verbose mode. Defaults to false.
    verbose: false
    # Specifies whether or not the integration should run in audit mode. Defaults to false.
    # Audit mode logs the uncompressed data sent to New Relic. Use this to log all data sent.
    # It does not include verbose mode. This can lead to a high log volume, use with care.
    audit: false
    # The HTTP client timeout when fetching data from endpoints. Defaults to "5s" if it's not set.
    # scrape_timeout: "5s"
    # Length in time to distribute the scraping from the endpoints. Default to "30s" if it's not set.
    scrape_duration: "5s"
    # Number of worker threads used for scraping targets.
    # For large clusters with many (>400) endpoints, slowly increase until scrape
    # time falls between the desired `scrape_duration`.
    # Increasing this value too much will result in huge memory consumption if too
    # many metrics are being scraped.
    # Default: 4
    # worker_threads: 4
    #Specifies whether or not the integration should skip TLS verification. Defaults to false.
    insecure_skip_verify: false
    timeout: 10s

Reinicie o agente do New Relic Infrastructure

Antes de começar a usar seus dados, reinicie o agente de infraestrutura.

O seguinte comando deve funcionar para a maioria dos sistemas:

bash
$
sudo systemctl restart newrelic-infra.service

Encontre seus dados

Você pode escolher nosso modelo dashboard pré-construído chamado RedPanda para monitor a métrica do seu servidor Nextcloud. Siga estas etapas para usar nosso modelo dashboard pré-construído:

  1. De one.newrelic.com, vá para a página

    + Integrations & Agents

    .

  2. Clique em

    Dashboards

    .

  3. Na barra de pesquisa, digite RedPanda.

  4. O dashboard RedPanda deve aparecer. Clique nele para instalá-lo.

    Seu dashboard Nextcloud é considerado um painel personalizado e pode ser encontrado na interface Dashboards. Para obter documentos sobre como usar e editar o painel, consulte nossos documentos dashboard .

Qual é o próximo?

Se quiser personalizar seu painel RedPanda, você pode aprender mais sobre como criar uma consulta NRQL e gerenciar seu painel na interface do New Relic :

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.