mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
3141a6b36b
* Compress remote storage requests and responses with unframed/raw snappy, for compatibility with other languages. * Remove backwards compatibility code from remote_storage_adapter, update example_write_adapter * Add /documentation/examples/remote_storage/example_write_adapter/example_writer_adapter to .gitignore
30 lines
391 B
Plaintext
30 lines
391 B
Plaintext
*#
|
|
.#*
|
|
*-stamp
|
|
/*.yaml
|
|
/*.yml
|
|
/*.rules
|
|
*.exe
|
|
|
|
# Editor files #
|
|
################
|
|
*~
|
|
.*.swp
|
|
.*.swo
|
|
*.iml
|
|
.idea
|
|
|
|
/prometheus
|
|
/promtool
|
|
benchmark.txt
|
|
/data
|
|
/.build
|
|
/.release
|
|
/.tarballs
|
|
|
|
!/circle.yml
|
|
!/.travis.yml
|
|
!/.promu.yml
|
|
/documentation/examples/remote_storage/remote_storage_adapter/remote_storage_adapter
|
|
/documentation/examples/remote_storage/example_write_adapter/example_writer_adapter
|