All Projects → rootsongjc → k8s-app-monitor-agent

rootsongjc / k8s-app-monitor-agent

Licence: other
Kubernetes application monitor agent

Programming Languages

go
31211 projects - #10 most used programming language
Smarty
1635 projects
Makefile
30231 projects

Projects that are alternatives of or similar to k8s-app-monitor-agent

dubbo-go-pixiu
Based on the proxy gateway service of dubbo-go, it solves the problem that the external protocol calls the internal Dubbo cluster. At present, it supports HTTP and gRPC[developing].
Stars: ✭ 385 (+1825%)
Mutual labels:  cloud-native
insightedge
InsightEdge Core
Stars: ✭ 22 (+10%)
Mutual labels:  cloud-native
ocibuilder
A tool to build OCI compliant images
Stars: ✭ 63 (+215%)
Mutual labels:  cloud-native
zeebe-helm
Public Zeebe K8s HELM Charts
Stars: ✭ 13 (-35%)
Mutual labels:  cloud-native
django-hurricane
Hurricane is an initiative to fit Django perfectly with Kubernetes.
Stars: ✭ 53 (+165%)
Mutual labels:  cloud-native
kubernetes-reading-notes
Kubernetes源码阅读笔记
Stars: ✭ 96 (+380%)
Mutual labels:  cloud-native
rocketmq-site
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
Stars: ✭ 41 (+105%)
Mutual labels:  cloud-native
configuro
An opinionated configuration loading framework for Containerized and Cloud-Native applications.
Stars: ✭ 81 (+305%)
Mutual labels:  cloud-native
opentelemetry-js-api
OpenTelemetry Javascript API
Stars: ✭ 75 (+275%)
Mutual labels:  cloud-native
apisix-website
Apache APISIX Website
Stars: ✭ 81 (+305%)
Mutual labels:  cloud-native
estafette-ci-builder
Component of Estafette CI that executes build steps
Stars: ✭ 16 (-20%)
Mutual labels:  cloud-native
workshopctl
A tool to run workshops with
Stars: ✭ 38 (+90%)
Mutual labels:  cloud-native
zadig
Zadig is a cloud native, distributed, developer-oriented continuous delivery product.
Stars: ✭ 1,615 (+7975%)
Mutual labels:  cloud-native
awesome-cloudnative-cn
📚收集整理云原生(Cloud Native)技术学习资料,包括Cloud Native和Service Mesh。🎓
Stars: ✭ 51 (+155%)
Mutual labels:  cloud-native
opssight-connector
OpsSight Connector documentation
Stars: ✭ 15 (-25%)
Mutual labels:  cloud-native
meshery.io
Site for Meshery, the cloud native management plane
Stars: ✭ 135 (+575%)
Mutual labels:  cloud-native
cloud-native-pipelines
Cloud-native pipelines leveraging Concourse, Pivotal Build Service and Spinnaker to deploy apps
Stars: ✭ 15 (-25%)
Mutual labels:  cloud-native
wash
WAsmcloud SHell - A multi-tool for various wasmCloud activities.
Stars: ✭ 80 (+300%)
Mutual labels:  cloud-native
kc-sofastack-demo
SOFAStack Demo for SOFAStack Cloud Native Workshop on KubeCon China 2019
Stars: ✭ 37 (+85%)
Mutual labels:  cloud-native
newtonjs-graph
Cloud Architecture Graphs for Humans
Stars: ✭ 85 (+325%)
Mutual labels:  cloud-native

wercker status

Kubernetes application monitor agent

This is a sample code used by kubernetes-handbook

Get the metrics from the service k8s-app-monitor-test and show a chart in the web browser, every time you refresh the browser will get a new chart.

chart

Note: This app depend on k8s-app-monitor-test so that it cannot running alone.

Usage

Step1 Change image tags

Based on the image tags in fact, change the tag for monitor-agent and monitor-test images.

Step2 Rock it

Make sure docker-compose has been installed already and then run the following command.

docker-compose up

Step3 View in browser

Open the following URL in your brower.

http://localhost:8888

You will see the picture in the beginning. Try to refresh the page, you will see different date every time you fresh the page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].