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

Include some cool mermaid diagrams in the docs to illustrate the data flow #2952

Closed
reyang opened this issue Feb 27, 2022 · 2 comments
Closed
Assignees
Labels
documentation Documentation related enhancement New feature or request Stale Issues and pull requests which have been flagged for closing due to inactivity

Comments

@reyang
Copy link
Member

reyang commented Feb 27, 2022

For example:

graph LR

subgraph SDK
  MeterProviderX[MeterProvider X]
  MeterProviderY[MeterProvider Y]
  MetricReaderA[BaseExportingMetricReader]
  MetricReaderB[PeriodicExportingMetricReader]
end

subgraph API
  subgraph Meter Baz
  InstrumentA[Instrument A]
  InstrumentB[Instrument B]
  InstrumentC[Instrument C]
  end
  subgraph Meter Foo
  InstrumentD[Instrument D]
  end
  subgraph Meter Bar
  InstrumentE[Instrument E]
  InstrumentF[Instrument F]
  end
end

InstrumentA --> | Measurements | MeterProviderY
InstrumentB --> | Measurements | MeterProviderY
InstrumentC --> | Measurements | MeterProviderY
InstrumentD --> | Measurements | MeterProviderX
InstrumentE --> | Measurements | MeterProviderX
InstrumentF

MeterProviderX --> | Metrics | MetricReaderA --> | Pull | PrometheusExporter
MeterProviderY --> | Metrics | MetricReaderB --> | Push | OtlpExporter
Loading
Copy link
Contributor

This issue was marked stale due to lack of activity and will be closed in 7 days. Commenting will instruct the bot to automatically remove the label. This bot runs once per day.

@github-actions github-actions bot added the Stale Issues and pull requests which have been flagged for closing due to inactivity label Sep 10, 2024
Copy link
Contributor

Closed as inactive. Feel free to reopen if this issue is still a concern.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation related enhancement New feature or request Stale Issues and pull requests which have been flagged for closing due to inactivity
Projects
None yet
Development

No branches or pull requests

1 participant