Code Monkey home page Code Monkey logo

cc-cp-centralized-monitoring's Introduction

CC-CP-Centralized-Monitoring

This project is an example of monitoring both confluent cloud and confluent platform using a single grafana dashboad. Here, we are also using single CP Control center to manage both kafka clusters.

Architecture

alt text

Setup

#! /bin/bash

export TF_VAR_confluent_api_key=<CC_CLOUD_APIKEY>
export TF_VAR_confluent_api_secret=<CC_CLOUD_SECRETKEY>
export TF_VAR_confluent_env=<CC_ENVIRONMENT_NAME> 
export TF_VAR_confluent_aws_region=<CC_AWS_REGION>
export TF_VAR_gcp_project_id=<CP_GCP_PROJECT_ID> 
export TF_VAR_gcp_region=<CP_GCP_PROJECT>
export TF_VAR_gcp_network_name=<CP_GCP_VPC> 

terraform apply 

Prometheus Modification

# Prometheus.yaml in k8s secrets to use CC Metrics API

scrape_configs:
  - job_name: Confluent Cloud
    scrape_interval: 1m
    scrape_timeout: 1m
    honor_timestamps: true
    static_configs:
      - targets:
        - api.telemetry.confluent.cloud
    scheme: https
    basic_auth:
      username: <Cloud API Key>
      password: <Cloud API Secret>
    metrics_path: /v2/metrics/cloud/export
    params:
      "resource.kafka.id":
        - lkc-xxxxx

Teardown

terraform destroy

cc-cp-centralized-monitoring's People

Watchers

Shivanshu Dubey (Shiv) avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.