]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/push/include/prometheus/detail/http_method.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / push / include / prometheus / detail / http_method.h
CommitLineData
1e59de90
TL
1#pragma once
2
3namespace prometheus {
4namespace detail {
5enum class HttpMethod {
6 Post,
7 Put,
8 Delete,
9};
10
11} // namespace detail
12} // namespace prometheus