Giter Site home page Giter Site logo

fidmor89 / slab_appinsights Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 7.0 3.88 MB

Main-development-repository-for-Application-Insights-integration-with-Semantic-logging

Home Page: http://fidmor89.github.io/SLAB_AppInsights

License: MIT License

C# 100.00%

slab_appinsights's People

Contributors

chepix10 avatar chirislash avatar fidmor89 avatar jarodriguez08 avatar josecarlosmm avatar mbernard avatar medand avatar ohadschn avatar oscargarciacolon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

slab_appinsights's Issues

Do not call telemetryClient.Flush(); from the sink

Do not call telemetryClient.Flush(); from the sink Let channel manage buffering - it will do it more efficient if it will not need to initiate sending after every trace statement. If you need to call Flush - call it from the test application itself or implement destructor for the sink.

Do not modify TelemetryConfiguraiton.Active in sink constructor

Do not set TC.Active.InstrumentaitonKey from the Sink constructor. There may be many data collection modules configured for performance counters, dependencies, etc. Every telemetry module should use whatever default instrumentation key customer has set. Typically setting of default configuration will be made in platform-specific manner - reading from environment variable for Azure WebSite, from cscfg for Cloud Service, from ApplicationInsights.config or web.config for on-premesis web application, from app.config for windows form, etc. Data collection modules should respect the default instrumentation key and allow customer to change it in runtime.

Styling comments

  1. Do not duplicate .gitignore in every folder - one on root level is enough
  2. Do not push packages to repo. They will be restored anyway during compilation. Furthermore you have packages ignored in .gitignore
  3. One root-level solution file with all projects will be handy
  4. There are some code duplication between the main project and Test solution - context initializers and extensions are duplicated

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.