mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Change all prometheus #includes to use angle brackets
This commit is contained in:
parent
a49e1772cf
commit
178103d2ee
6 changed files with 13 additions and 18 deletions
|
@ -1,13 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <prometheus/family.h>
|
||||
#include <prometheus/labels.h>
|
||||
#include <string_view>
|
||||
|
||||
#include "zeek/Span.h"
|
||||
#include "zeek/Val.h"
|
||||
|
||||
#include "prometheus/family.h"
|
||||
#include "prometheus/labels.h"
|
||||
|
||||
namespace zeek::telemetry {
|
||||
|
||||
using LabelView = std::pair<std::string_view, std::string_view>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue