All Projects → alexellis → hash-browns

alexellis / hash-browns

Licence: MIT license
Generate SHA256 hashes in Go with Prometheus metrics

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to hash-browns

logging-operator
A golang based operator to create and manage EFK (Elasticsearch, Fluentd, and Kibana) stack on Kubernetes
Stars: ✭ 42 (-45.45%)
Mutual labels:  cloud-native
hivemq4-docker-images
Official Docker Images for the Enterprise MQTT Broker HiveMQ
Stars: ✭ 18 (-76.62%)
Mutual labels:  cloud-native
capact
Simple way to manage applications and infrastructure.
Stars: ✭ 71 (-7.79%)
Mutual labels:  cloud-native
kubernetes-automation-toolkit
This repository contains code examples and documentation for learning how applications can be developed with Kubernetes
Stars: ✭ 51 (-33.77%)
Mutual labels:  cloud-native
postee
Simple message routing system that receives input messages through a webhook interface and can enforce actions using predefined outputs via integrations.
Stars: ✭ 160 (+107.79%)
Mutual labels:  cloud-native
galaxykube
PolarDB-X Operator is a Kubernetes extension that aims to create and manage PolarDB-X cluster on Kubernetes.
Stars: ✭ 65 (-15.58%)
Mutual labels:  cloud-native
collie-cli
Collie CLI allows you to manage your AWS, Azure & GCP cloud landscape through a single view.
Stars: ✭ 152 (+97.4%)
Mutual labels:  cloud-native
glossary
The CNCF Cloud Native Glossary Project aims to define cloud native concepts in clear and simple language, making them accessible to anyone — whether they have a technical background or not (https://glossary.cncf.io).
Stars: ✭ 442 (+474.03%)
Mutual labels:  cloud-native
kafka-consumer-lag-monitoring
Client tool that exports the consumer lag of Kafka consumer groups to Prometheus or your terminal
Stars: ✭ 45 (-41.56%)
Mutual labels:  cloud-native
Anything
Digital asset organizing tool for creators.
Stars: ✭ 19 (-75.32%)
Mutual labels:  cloud-native
awesome-cloud-native-security
awesome resources about cloud native security 🐿
Stars: ✭ 233 (+202.6%)
Mutual labels:  cloud-native
chip
📦 🐳 🚀 - Smart "dummy" mock for cloud native tests
Stars: ✭ 19 (-75.32%)
Mutual labels:  cloud-native
meetups
Repository to gather all presentations from all Nordic Cloud Native meetups
Stars: ✭ 43 (-44.16%)
Mutual labels:  cloud-native
cubefs
CubeFS is a cloud native distributed storage platform.
Stars: ✭ 3,062 (+3876.62%)
Mutual labels:  cloud-native
meshery-adapter-library
Library of common functionality for Meshery Adapters
Stars: ✭ 20 (-74.03%)
Mutual labels:  cloud-native
gilfoyle
Distributed video encoding, hosting and streaming (WIP)
Stars: ✭ 73 (-5.19%)
Mutual labels:  cloud-native
kubernetes-cncf-pune
This is a repo to maintain artefacts and meetup logistics for Kubernetes & Cloud Native Computing Pune Meetup (https://www.meetup.com/Kubernetes-Pune/)
Stars: ✭ 11 (-85.71%)
Mutual labels:  cloud-native
kubecloud
Kubecloud is a multi-cloud container cloud management platform
Stars: ✭ 48 (-37.66%)
Mutual labels:  cloud-native
Helmet
🐺 A Lightweight Cloud Native API Gateway.
Stars: ✭ 124 (+61.04%)
Mutual labels:  cloud-native
ilogtail
Fast and Lightweight Observability Data Collector
Stars: ✭ 1,035 (+1244.16%)
Mutual labels:  cloud-native

hash-browns

This repository contains:

  • A Quick-Start recipe for monitoring an application with Prometheus.
  • A tiny web-server for creating SHA256 hashes with a /metrics endpoint

Read more on the related blog post

Get started

  • Initialize Docker Swarm locally

    docker swarm init
  • Deploy:

    docker stack deploy tutorial --compose-file=./docker-compose.yml
  • View logs:

    docker service logs tutorial_hashbrowns
  • View scrape targets

    http://localhost:9090/targets
  • View the site:

    http://127.0.0.1:8080/

  • Invoke the service to generate some logs

    curl -d test http://localhost:8080/hash
    
    9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08
  • Open Prometheus:

    http://127.0.0.1:9090/

    View metrics such as hash_seconds_sum hash_seconds_count and hash_seconds_bucket

  • Build the image (optional)

    make docker push manifest

Notes for Raspberry PI:

A multi-arch Docker image is available, so you can use the same instructions.

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].