项目作者: democracyworks

项目描述 :
A compatibility library bridging TheClimateCorporation/clj-newrelic with the OpenTracing API.
高级语言: Clojure
项目地址: git://github.com/democracyworks/opentracing-compat.git
创建时间: 2019-06-30T20:41:47Z
项目社区:https://github.com/democracyworks/opentracing-compat

开源协议:Apache License 2.0

下载


opentracing-compat

A compatibility layer bridging defn-traced with the
OpenTracing API.

Quick start

Use it just like defn-traced:

  1. (ns user
  2. (:require [democracyworks.opentracing.compat :refer [defn-traced]]))
  3. (defn-traced sleep-for
  4. "Sleep for `x` milliseconds."
  5. [x]
  6. (Thread/sleep x))

License

Copyright 2019 Democracy Works, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.