Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Frederic Branczyk <fbranczyk@gmail.com>
  • Loading branch information
bwplotka and brancz committed Oct 19, 2020
1 parent 44eedbd commit 2391d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# conprof - Continuous Profiling

> NOTE: Conprof is already used on production however it's still in active devlopment phase. APIs are prone to change. Otherwise you are welcome to use Conprof and don't forget to give us feedback!
> NOTE: Conprof is already used in production, however, it's still in active development. APIs are prone to change. Otherwise, you are welcome to use Conprof, and don't forget to give us feedback!
Continuous profiling is the act of taking profiles of programs in a systematic way. Conprof is based on a lot of principles and even code of [Prometheus](https://prometheus.io), the service discovery mechanism and configuration works very similar to Prometheus and the general functionality is similar, as consecutive profiles of the same type and the same process behave similar to time-series, as in that they are related events of the same origin thus they are in the same series. Only that sample values in Conprof are not float64, but an arbitrary byte array.

Expand Down

0 comments on commit 2391d0e

Please sign in to comment.