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

How can use Splunk with Phobos? #24

Closed
seungyongshim opened this issue Jun 29, 2021 · 1 comment
Closed

How can use Splunk with Phobos? #24

seungyongshim opened this issue Jun 29, 2021 · 1 comment

Comments

@seungyongshim
Copy link

seungyongshim commented Jun 29, 2021

Excuse, me.

How can use Splunk with Phobos?

@Aaronontheweb

@Aaronontheweb
Copy link
Member

Off the top of my head, probably the easiest way to do this for tracing is via the OpenTelemetry support for Splunk: https://www.splunk.com/en_us/data-insider/what-is-opentelemetry.html#opentracing

You can use the OTel OpenTracing shim to run inside Phobos and gather traces from it that way: https://www.nuget.org/packages/OpenTelemetry.Shims.OpenTracing/

As for metrics - right now I don't believe App.Metrics supports Splunk and it probably won't, since Splunk's model relies on log aggregation which isn't really compatible with how App.Metrics does things.

We want to support OpenTelemetry all the way down the stack inside Phobos, as that would make things a lot easier, but the OTel metrics specification is still in beta https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/metrics and the .NET implementation won't have the low-level tools it needs to be implemented until after .NET 6 ships in November open-telemetry/opentelemetry-dotnet#1501

Does that help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants