Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

How to change the database of an specialized Collector? #77

@nvivo

Description

@nvivo

Is there a way to specialize a collector to a different database without passing the server information? I'd like for a library to write to the same server in a different database. I see the current server is not exposed in any way.

I'm looking for something like:

var newCollector = Metrics.Specialize()
    .WithTargetDatabase("foo")
    .CreateCollector();

Is this possible in any way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions