Change all prometheus #includes to use angle brackets

This commit is contained in:
Tim Wojtulewicz 2024-05-13 11:55:58 -07:00
parent a49e1772cf
commit 178103d2ee
6 changed files with 13 additions and 18 deletions

View file

@ -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>;