Skip to content

ApptuitAI/metrics-apptuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download Build Status Sonar Cloud Codacy Badge Code Coverage License

metrics-apptuit

A reporter to send metrics from dropwizard/codahale metrics library to Apptuit.AI.

Usage

If your application uses Dropwizard metrics library to collect metrics, follow the Dropwizard metrics integration guide to configure Dropwizard to publish the metrics to Apptuit.AI.

If your application uses a custom/different library to collect metrics (instead of Dropwizard metrics), you could use the ApptuitPutClient to publish metrics directly to Apptuit. Refer the Put client reference guide for help publishing metrics from your code to Apptuit.AI.

LICENSE

Copyright 2017 Agilx, 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.