Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http reporter not working (.NET CORE 2.0 web api) #216

Closed
mts57017 opened this issue Jan 23, 2018 · 6 comments
Closed

http reporter not working (.NET CORE 2.0 web api) #216

mts57017 opened this issue Jan 23, 2018 · 6 comments

Comments

@mts57017
Copy link
Contributor

mts57017 commented Jan 23, 2018

is there something special i need to do to post json from app metrics to api endpoint? i am getting http error 415 for all requests

@mts57017
Copy link
Contributor Author

so i figured out what is going on....it looks like when app metrics is outputting to then endpoint, it is not in a format that can be picked up by the api. so if i use a stream reader, readtoendasync, i can see the data from the origin, like i am supposed too.

is this a .net core issue? something else?

@alhardy
Copy link
Collaborator

alhardy commented Jan 23, 2018

Do you have a code snippet?

@mts57017
Copy link
Contributor Author

mts57017 commented Jan 23, 2018

image

this is the current config

@mts57017
Copy link
Contributor Author

this is how i have to capture now

image

@alhardy
Copy link
Collaborator

alhardy commented Feb 2, 2018

This issue was moved to AppMetrics/Reporting#40

@alhardy
Copy link
Collaborator

alhardy commented Feb 2, 2018

This issue was moved to AppMetrics/Reporting#41

@alhardy alhardy moved this from TODO to Stable Released (Done) in 2.0.0 Feb 2, 2018
@alhardy alhardy moved this from Preview 1 Released (Done) to Release (Done) in 2.0.0 Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
2.0.0
Release (Done)
Development

No branches or pull requests

2 participants