mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
Merge branch 'dev' into hello-encryption
# Conflicts: # controller/DB.hpp # controller/DBMirrorSet.cpp # controller/DBMirrorSet.hpp # controller/EmbeddedNetworkController.cpp # controller/FileDB.cpp # controller/FileDB.hpp # controller/LFDB.cpp # controller/LFDB.hpp # controller/PostgreSQL.cpp # controller/PostgreSQL.hpp # node/C25519.cpp # node/C25519.hpp # node/Capability.hpp # node/CertificateOfMembership.cpp # node/CertificateOfMembership.hpp # node/CertificateOfOwnership.hpp # node/Credential.hpp # node/Identity.cpp # node/Identity.hpp # node/IncomingPacket.cpp # node/Metrics.cpp # node/Metrics.hpp # node/Multicaster.cpp # node/Network.cpp # node/Node.cpp # node/Packet.cpp # node/Packet.hpp # node/Peer.cpp # node/Revocation.hpp # node/Switch.cpp # node/Tag.hpp # node/World.hpp # osdep/Http.hpp # service/OneService.cpp
This commit is contained in:
commit
ce708df877
32 changed files with 3589 additions and 2164 deletions
|
@ -10,7 +10,10 @@
|
|||
* of this software will be governed by version 2.0 of the Apache License.
|
||||
*/
|
||||
|
||||
#include "Metrics.hpp"
|
||||
// clang-format off
|
||||
#include <prometheus/simpleapi.h>
|
||||
#include <prometheus/histogram.h>
|
||||
// clang-format on
|
||||
|
||||
namespace prometheus {
|
||||
namespace simpleapi {
|
||||
|
|
|
@ -12,9 +12,10 @@
|
|||
#ifndef METRICS_H_
|
||||
#define METRICS_H_
|
||||
|
||||
#include <prometheus/gauge.h>
|
||||
#include <prometheus/histogram.h>
|
||||
// clang-format off
|
||||
#include <prometheus/simpleapi.h>
|
||||
#include <prometheus/histogram.h>
|
||||
// clang-format on
|
||||
|
||||
namespace prometheus {
|
||||
namespace simpleapi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue