Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 14, 2020 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/25c302d59f9487e00eba314bf6cc985b to your computer and use it in GitHub Desktop.
Save r-ryantm/25c302d59f9487e00eba314bf6cc985b to your computer and use it in GitHub Desktop.
/nix/store/lxawbip13cdnf0aain71hzqmhmmgcyz7-prometheus-cpp-0.9.0
├── include
│   └── prometheus
│   ├── check_names.h
│   ├── client_metric.h
│   ├── collectable.h
│   ├── counter.h
│   ├── detail
│   │   ├── builder.h
│   │   ├── ckms_quantiles.h
│   │   ├── core_export.h
│   │   ├── future_std.h
│   │   ├── pull_export.h
│   │   ├── push_export.h
│   │   ├── time_window_quantiles.h
│   │   └── utils.h
│   ├── exposer.h
│   ├── family.h
│   ├── gateway.h
│   ├── gauge.h
│   ├── histogram.h
│   ├── metric_family.h
│   ├── metric_type.h
│   ├── registry.h
│   ├── serializer.h
│   ├── summary.h
│   └── text_serializer.h
└── lib
├── cmake
│   └── prometheus-cpp
│   ├── prometheus-cpp-config.cmake
│   ├── prometheus-cpp-targets.cmake
│   └── prometheus-cpp-targets-release.cmake
├── libprometheus-cpp-core.so -> libprometheus-cpp-core.so.0.9
├── libprometheus-cpp-core.so.0.9 -> libprometheus-cpp-core.so.0.9.0
├── libprometheus-cpp-core.so.0.9.0
├── libprometheus-cpp-pull.so -> libprometheus-cpp-pull.so.0.9
├── libprometheus-cpp-pull.so.0.9 -> libprometheus-cpp-pull.so.0.9.0
├── libprometheus-cpp-pull.so.0.9.0
├── libprometheus-cpp-push.so -> libprometheus-cpp-push.so.0.9
├── libprometheus-cpp-push.so.0.9 -> libprometheus-cpp-push.so.0.9.0
└── libprometheus-cpp-push.so.0.9.0
6 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment