Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. https://www.consul.io
Go to file
Kenia 0ee745c899 Create consul version metric with version label (#9350)
* create consul version metric with version label

* agent/agent.go: add pre-release Version as well as label

Co-Authored-By: Radha13 <kumari.radha3@gmail.com>

* verion and pre-release version labels.

* hyphen/- breaks prometheus

* Add Prometheus gauge defintion for version metric

* Add new metric to telemetry docs

Co-authored-by: Radha Kumari <kumari.radha3@gmail.com>
Co-authored-by: Aestek <thib.gilles@gmail.com>
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
2020-12-09 14:17:51 +00:00
.changelog Add changelog for fixing the namespace replication bug from #9271 (#9347) 2020-12-08 17:05:21 +00:00
.circleci Merge pull request #9160 from hashicorp/dnephin/go-test-race-in-to-out-list 2020-11-17 18:14:09 +00:00
.github
acl Merge pull request #9160 from hashicorp/dnephin/go-test-race-in-to-out-list 2020-11-17 18:14:09 +00:00
agent Create consul version metric with version label (#9350) 2020-12-09 14:17:51 +00:00
api Merge branch 'release/1.9.x' into release/1.9.0 2020-11-24 14:50:39 -05:00
bench
build-support ci: update to go 1.15.5 (#9187) 2020-11-13 21:36:01 +00:00
command [1.9.0] command: when generating envoy bootstrap configs use the datacenter returned from the agent services endpoint (#9230) 2020-11-19 15:33:41 -06:00
connect Merge pull request #9160 from hashicorp/dnephin/go-test-race-in-to-out-list 2020-11-17 18:14:09 +00:00
contributing [docs] Change links to the DNS information to the right place (#8675) 2020-11-17 15:03:32 +00:00
demo
internal/go-sso
ipaddr
lib Merge pull request #9198 from hashicorp/mkcp/telemetry/add-all-metric-definitions 2020-11-16 16:26:16 -08:00
logging Merge pull request #9012 from hashicorp/dnephin/log-fix-rotation 2020-11-23 19:57:47 +00:00
proto
sdk
sentinel
service_os
snapshot
terraform
test Add DC and NS support for Envoy metrics (#9207) 2020-11-16 19:55:18 -07:00
testrpc
tlsutil ci: update to Go 1.15.4 and alpine:3.12 (#9036) 2020-11-13 18:03:37 +00:00
types
ui ui: New search/sort/filtering bar for Node > ServiceInstances (#9326) 2020-12-09 13:09:33 +00:00
vendor
version Putting source back into Dev Mode 2020-11-24 19:40:16 +00:00
website Create consul version metric with version label (#9350) 2020-12-09 14:17:51 +00:00
.dockerignore
.gitignore
.golangci.yml
.hashibot.hcl
CHANGELOG.md changelog: update 1.8.0 goroutine leak to note increasing memory usage (#9328) 2020-12-04 17:48:17 +00:00
GNUmakefile
INTERNALS.md
LICENSE
NOTICE.md
README.md
Vagrantfile
codecov.yml
go.mod deps: update consul/api and consul/sdk pins 2020-11-24 12:41:01 -05:00
go.sum
main.go
main_test.go
package-lock.json

README.md

Consul CircleCI Discuss

Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

Consul provides several key features:

  • Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration.

  • Service Mesh/Service Segmentation - Consul Connect enables secure service-to-service communication with automatic TLS encryption and identity-based authorization. Applications can use sidecar proxies in a service mesh configuration to establish TLS connections for inbound and outbound connections without being aware of Connect at all.

  • Service Discovery - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well.

  • Health Checking - Health Checking enables Consul to quickly alert operators about any issues in a cluster. The integration with service discovery prevents routing traffic to unhealthy hosts and enables service level circuit breakers.

  • Key/Value Storage - A flexible key/value store enables storing dynamic configuration, feature flagging, coordination, leader election and more. The simple HTTP API makes it easy to use anywhere.

Consul runs on Linux, Mac OS X, FreeBSD, Solaris, and Windows. A commercial version called Consul Enterprise is also available.

Please note: We take Consul's security and our users' trust very seriously. If you believe you have found a security issue in Consul, please responsibly disclose by contacting us at security@hashicorp.com.

Quick Start

A few quick start guides are available on the Consul website:

Documentation

Full, comprehensive documentation is available on the Consul website:

https://www.consul.io/docs

Contributing

Thank you for your interest in contributing! Please refer to CONTRIBUTING.md for guidance.