lib/opencensus-stackdriver.rb in opencensus-stackdriver-0.1.2 vs lib/opencensus-stackdriver.rb in opencensus-stackdriver-0.2.0
- old
+ new
@@ -10,6 +10,18 @@
# 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.
+
+##
+# OpenCensus is a vendor-agnostic single distribution of libraries to provide
+# metrics collection and tracing for your services. See https://opencensus.io/
+# for general information on OpenCensus.
+#
+# The Stackdriver Trace plugin for OpenCensus is implemented in the
+# {OpenCensus::Trace::Exporters::Stackdriver} class.
+#
+module OpenCensus
+end
+
require "opencensus/stackdriver"