This repository was archived by the owner on Dec 18, 2023. It is now read-only.
Added command line support for samples project for convenient testing#54
Merged
SergeyKanzhelev merged 10 commits intocensus-instrumentation:developfrom Oct 23, 2018
Merged
Conversation
added 10 commits
September 21, 2018 17:55
- Current implementation can only store string values - Added the exporter and trace handler only - The exporter relies on newest Trace API from Stackdriver.
now construction of Span resource is taken care of by SpanName class that is part of Stackdriver Trace V2 API.
…s-csharp into develop
…ing) - Fixed csproj, so it produces both .NET Core and .NET versions. It also means signing the assembly using the same mechanism as other assemblies in the solution
- Minor fixes to proto<->opencensus translation methods
…s-csharp into develop
This will make it easier to script testing multiple exporters as well as prevent commenting and uncommenting different test procedures for different exporters. Finally, it will making test code cleaner for showing samples embedded in documentation website. In order to test the exporter, you can either execute it from the command line: samples.dll prometheus or to debug using Visual Studio: Debug => Sample Properties => Debug. Now create a profile for your testing execution and fill application arguments if needed. Now choose your profile in running configuration of Visual Studio. Running settings are local to the machine and are ignored in PRs.
SergeyKanzhelev
approved these changes
Oct 23, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added command line support for the Samples project.
This will make it easier to script testing multiple exporters as
well as prevent commenting and un-commenting different test procedures
for different exporters. Finally, it will making test code cleaner for
showing samples embedded in documentation website.
In order to test the exporter, you can either execute it from the command line:
or to debug using Visual Studio:
Debug => Sample Properties => Debug.
Now create a profile for your testing execution and fill application arguments
if needed.
Now choose your profile in running configuration of Visual Studio.
Running settings are local to the machine and are ignored in PRs.