-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: # Context We want to experiment on EdenFS using Meta's mature stack of data analysis and experimentation that is QE + Deltoid. To do this, we need an ID we can join against in data land so we can define a population unit. We're using the [CESID](https://fb.workplace.com/groups/301619822315138/permalink/528321876311597/) for this purpose, which uniquely identifies a dev server, sandcastle instance, ondemand, and laptop/PC. # This Diff Adding the new field and function that will be populated later in the stack # Technical Details This code leverages 2 things: - The previously-introduced CESID getter API ported over with cxx.rs - Conditional compilation to obscure away Meta-only logic from the OSS project (using a header file introduced in this stack) Reviewed By: genevievehelsel Differential Revision: D62343641 fbshipit-source-id: 2a70ee00c1a57204c83ffe0c8974dfc92fd3da67
- Loading branch information
1 parent
01946d0
commit 94111f6
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
* Copyright (c) Meta Platforms, Inc. and affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
// This configuration file is used by the Buck build. | ||
|
||
#pragma once | ||
|
||
#define LOGGER_FB_SESSION_INFO 1 |
This file contains 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
This file contains 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